fixed minor build issues for IFF lib
This commit is contained in:
@@ -1,7 +1,21 @@
|
|||||||
SubInclude TOP Extras iff iffCheck ;
|
|
||||||
|
rule ConsoleIffApp
|
||||||
|
{
|
||||||
|
Application $(<) : $(>) : noinstall console nomanifest ;
|
||||||
|
LinkWith $(<) : iff ;
|
||||||
|
LibDepends iffCheck : iff ;
|
||||||
|
CFlags $(<) :
|
||||||
|
[ FIncludes $(TOP)/Extras/iff ]
|
||||||
|
;
|
||||||
|
MsvcIncDirs $(<) :
|
||||||
|
"../../Extras/iff" ;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
SubDir TOP Extras iff ;
|
SubDir TOP Extras iff ;
|
||||||
|
|
||||||
|
Description iff : "Interchange File Format EA-IFF-85" ;
|
||||||
|
|
||||||
Library iff : [ Wildcard . : */.h *.cpp ] : noinstall ;
|
Library iff : [ Wildcard . : */.h *.cpp ] : noinstall ;
|
||||||
CFlags iff : [ FIncludes $(TOP)/Extras/iff ] ;
|
CFlags iff : [ FIncludes $(TOP)/Extras/iff ] ;
|
||||||
LibDepends iff : ;
|
LibDepends iff : ;
|
||||||
@@ -10,3 +24,6 @@ LibDepends iff : ;
|
|||||||
"../../Extras/iff" ;
|
"../../Extras/iff" ;
|
||||||
|
|
||||||
InstallHeader [ Wildcard *.h ] : iff ;
|
InstallHeader [ Wildcard *.h ] : iff ;
|
||||||
|
|
||||||
|
SubInclude TOP Extras iff iffCheck ;
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* This software is in the public domain.
|
* This software is in the public domain.
|
||||||
*
|
*
|
||||||
* Original version was for the Commodore-Amiga computer.
|
* Original version was for the Commodore-Amiga computer.
|
||||||
/* This version is compatible with PC, OSX, PS3, Wii, iPhone. 10/26/2008
|
* This version is compatible with PC, OSX, PS3, Wii, iPhone. 10/26/2008
|
||||||
*----------------------------------------------------------------------*/
|
*----------------------------------------------------------------------*/
|
||||||
|
|
||||||
#include "iff.h"
|
#include "iff.h"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* This software is in the public domain.
|
* This software is in the public domain.
|
||||||
*
|
*
|
||||||
* Original version was for the Commodore-Amiga computer.
|
* Original version was for the Commodore-Amiga computer.
|
||||||
/* This version is compatible with PC, OSX, PS3, Wii, iPhone. 10/26/2008
|
* This version is compatible with PC, OSX, PS3, Wii, iPhone. 10/26/2008
|
||||||
*----------------------------------------------------------------------*/
|
*----------------------------------------------------------------------*/
|
||||||
#include "iff.h"
|
#include "iff.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user