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:
@@ -1,18 +0,0 @@
|
||||
SubDir TOP Demos Gpu3dDemo ;
|
||||
|
||||
|
||||
rule BulletMTDemo
|
||||
{
|
||||
Application $(<) : $(>) : noinstall console nomanifest ;
|
||||
LinkWith $(<) : bulletopenglsupport bulletmultithreaded bulletdynamics bulletcollision bulletmath ;
|
||||
CFlags $(<) : [ FIncludes $(TOP)/Demos/OpenGL ]
|
||||
[ FIncludes $(TOP)/Extras/ConvexHull ]
|
||||
;
|
||||
MsvcIncDirs $(<) :
|
||||
"../../Demos/OpenGL"
|
||||
"../../src" ;
|
||||
}
|
||||
|
||||
|
||||
|
||||
BulletMTDemo Gpu3dDemo : [ Wildcard *.h *.cpp ] ;
|
||||
Reference in New Issue
Block a user