Fixed build of the app_server test environment.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16522 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-02-27 10:44:13 +00:00
parent 588259b66d
commit 640b841d5a
+3 -3
View File
@@ -20,8 +20,8 @@ UseFreeTypeHeaders ;
local defines = [ FDefines TEST_MODE=1 ] ;
# USE_DIRECT_WINDOW_TEST_MODE=1
SubDirCcFlags $(defines) ;
SubDirC++Flags $(defines) ;
SubDirCcFlags $(defines) ; # -fcheck-memory-usage -D_NO_INLINE_ASM ;
SubDirC++Flags $(defines) ; #-fcheck-memory-usage -D_NO_INLINE_ASM ;
SEARCH_SOURCE += $(appServerDir) [ FDirName $(appServerDir) drawing ] ;
@@ -54,6 +54,7 @@ SharedLibrary libhaikuappserver.so :
BGet++.cpp
ColorSet.cpp
CursorData.cpp
CursorManager.cpp
CursorSet.cpp
DesktopSettings.cpp
DrawState.cpp
@@ -88,7 +89,6 @@ Server haiku_app_server :
# Manager Classes
BitmapManager.cpp
CursorManager.cpp
DecorManager.cpp
InputManager.cpp
ScreenManager.cpp