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:
parent
39f3b70eaa
commit
3f3c9fdd04
@ -29,13 +29,16 @@ local defines = [ FDefines TEST_MODE=1 ] ;
|
||||
SubDirCcFlags $(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 :
|
||||
BBitmapBuffer.cpp
|
||||
DWindowBuffer.cpp
|
||||
HWInterface.cpp
|
||||
RGBColor.cpp
|
||||
UpdateQueue.cpp
|
||||
|
||||
: libhaikuappserver.so be
|
||||
;
|
||||
@ -100,8 +103,6 @@ Server haiku_app_server :
|
||||
EventDispatcher.cpp
|
||||
EventStream.cpp
|
||||
MessageLooper.cpp
|
||||
PNGDump.cpp
|
||||
RAMLinkMsgReader.cpp
|
||||
|
||||
# Manager Classes
|
||||
BitmapManager.cpp
|
||||
@ -123,7 +124,6 @@ Server haiku_app_server :
|
||||
drawing_support.cpp
|
||||
DrawingEngine.cpp
|
||||
MallocBuffer.cpp
|
||||
UpdateQueue.cpp
|
||||
|
||||
VirtualScreen.cpp
|
||||
BitmapHWInterface.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user