solvespace/exposed
Roland Lutz 2622684ed5 Force object renaming to avoid constraint.o being overwritten
The GUI application and library share some object files but don't
enable object renaming resulting in the second compilation overwriting
the results of the first compilation.  This can be fixed by setting
explicit preprocessor flags for one compilation.  The actual problem,
however, is that recursive make is used in an inappropriate way; two
Makefiles shouldn't refer to the same source files.  In this case,
libslvs should be under src/ and handled by the same Makefile, in
which case the issue would have been obvious when the Makefile was
written in the first place.
2015-03-02 21:46:11 +01:00
..
CDemo.c Added the exposed/ library and demo program to the Autotools build 2013-12-02 04:27:33 -05:00
DOC.txt Changes in preparation for the release of SolveSpace under the GPL, 2013-07-28 14:08:34 -08:00
Makefile.am Force object renaming to avoid constraint.o being overwritten 2015-03-02 21:46:11 +01:00
Makefile.msvc Overhauled the exposed/ Makefile for MSVC++ 2013-12-02 04:27:33 -05:00
VbDemo.vb Changes in preparation for the release of SolveSpace under the GPL, 2013-07-28 14:08:34 -08:00
lib.cpp Compare ((char *)p)[0] against '\0', not (char *)p. 2013-12-08 00:32:50 -08:00
slvs.h Added the exposed/ library and demo program to the Autotools build 2013-12-02 04:27:33 -05:00