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,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 ;

View File

@@ -1,3 +0,0 @@
SubDir TOP Extras iff iffCheck ;
ConsoleIffApp iffCheck : [ Wildcard *.h *.cpp ] ;