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,20 +0,0 @@
|
||||
SubDir TOP Extras MayaPlugin ;
|
||||
|
||||
#if $(GLUT.AVAILABLE) = "yes"
|
||||
#{
|
||||
|
||||
Description MayaPlugin : "MayaPlugin" ;
|
||||
|
||||
FIncludes $(MAYA_LOCATION)/include
|
||||
|
||||
Library MayaPlugin :
|
||||
[ Wildcard *.h *.cpp ] : noinstall
|
||||
;
|
||||
|
||||
CFlags MayaPlugin : ;
|
||||
|
||||
LibDepends MayaPlugin : ;
|
||||
|
||||
ExternalLibs MayaPlugin : GLUT ;
|
||||
|
||||
#}
|
||||
Reference in New Issue
Block a user