Skip to content

Commit

Permalink
Clean up SolveSpace makefile, and add forgotten copyright notice.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//depot/solvespace/": change = 2213]
  • Loading branch information
jwesthues committed Jul 28, 2013
1 parent bc426a2 commit defeb64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 66,6 @@ LIBS = user32.lib gdi32.lib comctl32.lib advapi32.lib shell32.lib opengl32.lib g

all: $(OBJDIR)/solvespace.exe
@cp $(OBJDIR)/solvespace.exe .
solvespace t8.slvs

clean:
rm -f obj/*
Expand Down
6 changes: 6 additions & 0 deletions exposed/lib.cpp
Original file line number Diff line number Diff line change
@@ -1,3 1,9 @@
//-----------------------------------------------------------------------------
// A library wrapper around SolveSpace, to permit someone to use its constraint
// solver without coupling their program too much to SolveSpace's internals.
//
// Copyright 2008-2013 Jonathan Westhues.
//-----------------------------------------------------------------------------
#include "solvespace.h"
#define EXPORT_DLL
#include "slvs.h"
Expand Down

0 comments on commit defeb64

Please sign in to comment.