minor build system thing for Extras/iff binary file format
This commit is contained in:
@@ -4,6 +4,8 @@ rule ConsoleIffApp
|
||||
Application $(<) : $(>) : noinstall console nomanifest ;
|
||||
LinkWith $(<) : iff ;
|
||||
LibDepends iffCheck : iff ;
|
||||
LibDepends iffCreateTest : iff ;
|
||||
|
||||
CFlags $(<) :
|
||||
[ FIncludes $(TOP)/Extras/iff ]
|
||||
;
|
||||
@@ -26,4 +28,5 @@ LibDepends iff : ;
|
||||
InstallHeader [ Wildcard *.h ] : iff ;
|
||||
|
||||
SubInclude TOP Extras iff iffCheck ;
|
||||
|
||||
SubInclude TOP Extras iff iffCreateTest ;
|
||||
SubInclude TOP Extras iff BulletIffConverter ;
|
||||
|
||||
Reference in New Issue
Block a user