fix the build, hope it works :)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24377 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
b8c8202d4d
commit
90e536bc49
@ -2,7 +2,7 @@
|
||||
// e.moon 1jul99
|
||||
|
||||
#include "ImportContext.h"
|
||||
#include "xmlparse.h"
|
||||
#include "expat.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
#include "ImportContext.h"
|
||||
#include "XML.h"
|
||||
#include "xmlparse.h"
|
||||
#include "expat.h"
|
||||
|
||||
#include "cortex_defs.h"
|
||||
__BEGIN_CORTEX_NAMESPACE
|
||||
|
@ -1,9 +1,10 @@
|
||||
SubDir HAIKU_TOP src apps cortex Persistence ;
|
||||
|
||||
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
|
||||
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) expat xmlparse ] ;
|
||||
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) support ] ;
|
||||
|
||||
UseLibraryHeaders expat ;
|
||||
|
||||
SubDirCcFlags -DCORTEX_NAMESPACE=cortex ;
|
||||
|
||||
SetSubDirSupportedPlatformsBeOSCompatible ;
|
||||
|
Loading…
Reference in New Issue
Block a user