Clean up SolveSpace makefile, and add forgotten copyright notice.
[git-p4: depot-paths = "//depot/solvespace/": change = 2213]
This commit is contained in:
parent
bc426a2a7f
commit
defeb6411a
1
Makefile
1
Makefile
|
@ -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/*
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user