Retired the Jam build system (and msvcgen). CMake is currently the preferred build system on Windows, Mac and UNIX

(autotools files are still left for now)
This commit is contained in:
erwin.coumans
2010-02-20 15:47:20 +00:00
parent 6ef37ab722
commit 1c0ec85c32
100 changed files with 2 additions and 10345 deletions

View File

@@ -1,23 +0,0 @@
SubDir TOP Extras GPUphysics ;
if $(GLUT.AVAILABLE) = "yes"
{
# All demo apps have a lot in common, so use this rule to simply things
rule GPUDemo
{
Application $(<) : $(>) : noinstall console nomanifest ;
# LinkWith $(<) : GLUT ;
CFlags $(<) :
[ FIncludes $(TOP)/Demos/OpenGL ]
;
MsvcIncDirs $(<) :
"../../Demos/OpenGL"
;
ExternalLibs GPUphysics : GLUT GLew ;
}
}
GPUDemo GPUphysics : [ Wildcard *.h *.cpp ] ;