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:
@@ -2,7 +2,7 @@
|
|||||||
// e.moon 1jul99
|
// e.moon 1jul99
|
||||||
|
|
||||||
#include "ImportContext.h"
|
#include "ImportContext.h"
|
||||||
#include "xmlparse.h"
|
#include "expat.h"
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
#include "ImportContext.h"
|
#include "ImportContext.h"
|
||||||
#include "XML.h"
|
#include "XML.h"
|
||||||
#include "xmlparse.h"
|
#include "expat.h"
|
||||||
|
|
||||||
#include "cortex_defs.h"
|
#include "cortex_defs.h"
|
||||||
__BEGIN_CORTEX_NAMESPACE
|
__BEGIN_CORTEX_NAMESPACE
|
||||||
|
|||||||
@@ -1,9 +1,10 @@
|
|||||||
SubDir HAIKU_TOP src apps cortex Persistence ;
|
SubDir HAIKU_TOP src apps cortex Persistence ;
|
||||||
|
|
||||||
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
|
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
|
||||||
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) expat xmlparse ] ;
|
|
||||||
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) support ] ;
|
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) support ] ;
|
||||||
|
|
||||||
|
UseLibraryHeaders expat ;
|
||||||
|
|
||||||
SubDirCcFlags -DCORTEX_NAMESPACE=cortex ;
|
SubDirCcFlags -DCORTEX_NAMESPACE=cortex ;
|
||||||
|
|
||||||
SetSubDirSupportedPlatformsBeOSCompatible ;
|
SetSubDirSupportedPlatformsBeOSCompatible ;
|
||||||
|
|||||||
Reference in New Issue
Block a user