mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-11 01:40:10 +00:00
30 lines
602 B
Plaintext
30 lines
602 B
Plaintext
|
|
rule ConsoleIffApp
|
|
{
|
|
Application $(<) : $(>) : noinstall console nomanifest ;
|
|
LinkWith $(<) : iff ;
|
|
LibDepends iffCheck : 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 ;
|
|
|