Made the direct window test environment optional, since it crashes the Dano

app_server...
If you like to use it, define USE_DIRECT_WINDOW_TEST_MODE in the haiku_app_server
Jamfile.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15504 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-12-11 21:42:32 +00:00
parent 8126a5e7f4
commit bd09e99dbd
2 changed files with 6 additions and 10 deletions
+1
View File
@@ -18,6 +18,7 @@ UseFreeTypeHeaders ;
# This overrides the definitions in private/servers/app/ServerConfig.h
local defines = [ FDefines TEST_MODE=1 ] ;
# USE_DIRECT_WINDOW_TEST_MODE=1
SubDirCcFlags $(defines) ;
SubDirC++Flags $(defines) ;