minor build system thing for Extras/iff binary file format
This commit is contained in:
@@ -7,3 +7,5 @@ iff.h
|
||||
iffr.cpp
|
||||
iffw.cpp
|
||||
)
|
||||
|
||||
SUBDIRS( BulletIffConverter )
|
||||
|
||||
@@ -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 ;
|
||||
|
||||
@@ -23,10 +23,7 @@ subject to the following restrictions:
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#include "iff.h"
|
||||
}
|
||||
|
||||
IFFP MyReadICat(GroupContext *parent)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user