Clean up SolveSpace makefile, and add forgotten copyright notice.

[git-p4: depot-paths = "//depot/solvespace/": change = 2213]
This commit is contained in:
Jonathan Westhues 2013-07-28 14:53:30 -08:00
parent bc426a2a7f
commit defeb6411a
2 changed files with 6 additions and 1 deletions

View File

@ -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/*

View File

@ -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"