minor build system thing for Extras/iff binary file format

This commit is contained in:
erwin.coumans
2009-01-08 05:11:06 +00:00
parent e839350a2c
commit 9b57ba57f7
3 changed files with 7 additions and 5 deletions

View File

@@ -7,3 +7,5 @@ iff.h
iffr.cpp
iffw.cpp
)
SUBDIRS( BulletIffConverter )

View File

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

View File

@@ -23,10 +23,7 @@ subject to the following restrictions:
#include <stdio.h>
extern "C"
{
#include "iff.h"
}
IFFP MyReadICat(GroupContext *parent)
{