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,32 +0,0 @@
|
||||
|
||||
rule ConsoleIffApp
|
||||
{
|
||||
Application $(<) : $(>) : noinstall console nomanifest ;
|
||||
LinkWith $(<) : iff ;
|
||||
LibDepends iffCheck : iff ;
|
||||
LibDepends iffCreateTest : iff ;
|
||||
|
||||
CFlags $(<) :
|
||||
[ FIncludes $(TOP)/Extras/iff ]
|
||||
;
|
||||
MsvcIncDirs $(<) :
|
||||
"../../Extras/iff" ;
|
||||
}
|
||||
|
||||
|
||||
SubDir TOP Extras iff ;
|
||||
|
||||
Description iff : "Interchange File Format EA-IFF-85" ;
|
||||
|
||||
Library iff : [ Wildcard . : */.h *.cpp ] : noinstall ;
|
||||
CFlags iff : [ FIncludes $(TOP)/Extras/iff ] ;
|
||||
LibDepends iff : ;
|
||||
|
||||
MsvcIncDirs iff :
|
||||
"../../Extras/iff" ;
|
||||
|
||||
InstallHeader [ Wildcard *.h ] : iff ;
|
||||
|
||||
SubInclude TOP Extras iff iffCheck ;
|
||||
#SubInclude TOP Extras iff iffCreateTest ;
|
||||
#SubInclude TOP Extras iff BulletIffConverter ;
|
||||
@@ -1,3 +0,0 @@
|
||||
SubDir TOP Extras iff iffCheck ;
|
||||
|
||||
ConsoleIffApp iffCheck : [ Wildcard *.h *.cpp ] ;
|
||||
Reference in New Issue
Block a user