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 Extras glui ;
|
||||
|
||||
if $(GLUT.AVAILABLE) = "yes"
|
||||
{
|
||||
|
||||
|
||||
Description glui : "glui" ;
|
||||
Library glui :
|
||||
[ Wildcard *.h *.cpp ] : noinstall
|
||||
;
|
||||
|
||||
CFlags glui :
|
||||
;
|
||||
|
||||
LibDepends glui : ;
|
||||
|
||||
ExternalLibs glui : GLUT ;
|
||||
}
|
||||
Reference in New Issue
Block a user