Fixes to make the app_server test env compile, but I have various other
fixes in my tree to make it compile on R5 still. I don't really want to check this in, I'd rather adopt the buildsystem to make it run on Haiku itself... git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28298 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -29,13 +29,16 @@ local defines = [ FDefines TEST_MODE=1 ] ;
|
|||||||
SubDirCcFlags $(defines) ; #-finstrument-functions ; #-fcheck-memory-usage -D_NO_INLINE_ASM ;
|
SubDirCcFlags $(defines) ; #-finstrument-functions ; #-fcheck-memory-usage -D_NO_INLINE_ASM ;
|
||||||
SubDirC++Flags $(defines) ; #-finstrument-functions ; #-fcheck-memory-usage -D_NO_INLINE_ASM ;
|
SubDirC++Flags $(defines) ; #-finstrument-functions ; #-fcheck-memory-usage -D_NO_INLINE_ASM ;
|
||||||
|
|
||||||
SEARCH_SOURCE += $(appServerDir) [ FDirName $(appServerDir) drawing ] ;
|
SEARCH_SOURCE += $(appServerDir) ;
|
||||||
|
SEARCH_SOURCE += [ FDirName $(appServerDir) drawing ] ;
|
||||||
|
SEARCH_SOURCE += [ FDirName $(appServerDir) drawing Painter ] ;
|
||||||
|
|
||||||
SharedLibrary libhwinterface.so :
|
SharedLibrary libhwinterface.so :
|
||||||
BBitmapBuffer.cpp
|
BBitmapBuffer.cpp
|
||||||
DWindowBuffer.cpp
|
DWindowBuffer.cpp
|
||||||
HWInterface.cpp
|
HWInterface.cpp
|
||||||
RGBColor.cpp
|
RGBColor.cpp
|
||||||
|
UpdateQueue.cpp
|
||||||
|
|
||||||
: libhaikuappserver.so be
|
: libhaikuappserver.so be
|
||||||
;
|
;
|
||||||
@@ -100,8 +103,6 @@ Server haiku_app_server :
|
|||||||
EventDispatcher.cpp
|
EventDispatcher.cpp
|
||||||
EventStream.cpp
|
EventStream.cpp
|
||||||
MessageLooper.cpp
|
MessageLooper.cpp
|
||||||
PNGDump.cpp
|
|
||||||
RAMLinkMsgReader.cpp
|
|
||||||
|
|
||||||
# Manager Classes
|
# Manager Classes
|
||||||
BitmapManager.cpp
|
BitmapManager.cpp
|
||||||
@@ -123,7 +124,6 @@ Server haiku_app_server :
|
|||||||
drawing_support.cpp
|
drawing_support.cpp
|
||||||
DrawingEngine.cpp
|
DrawingEngine.cpp
|
||||||
MallocBuffer.cpp
|
MallocBuffer.cpp
|
||||||
UpdateQueue.cpp
|
|
||||||
|
|
||||||
VirtualScreen.cpp
|
VirtualScreen.cpp
|
||||||
BitmapHWInterface.cpp
|
BitmapHWInterface.cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user