From defeb6411a748a783337edc3cc8a201ab14da780 Mon Sep 17 00:00:00 2001 From: Jonathan Westhues Date: Sun, 28 Jul 2013 14:53:30 -0800 Subject: [PATCH] Clean up SolveSpace makefile, and add forgotten copyright notice. [git-p4: depot-paths = "//depot/solvespace/": change = 2213] --- Makefile | 1 - exposed/lib.cpp | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dc25baa..1a7e3fc 100644 --- a/Makefile +++ b/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/* diff --git a/exposed/lib.cpp b/exposed/lib.cpp index 2b5b944..7fb1198 100644 --- a/exposed/lib.cpp +++ b/exposed/lib.cpp @@ -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"