Changed the way the app_server is built:
* no more libappserver.so - this breaks the "Appearance" application, but that has to be fixed some day later. * the drawing stuff is now built in its own directory as libasdrawing.a. * TEST_MODE defaults to "0" if not defined yet - it's overridden in the test build now, not in the main build. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14896 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
// system keyboard shortcuts. Note that it is possible, though senseless, to place it in
|
||||
// regular mode and still use a display driver which depends on the R5 app_server
|
||||
#ifndef TEST_MODE
|
||||
#define TEST_MODE 1
|
||||
#define TEST_MODE 0
|
||||
#endif
|
||||
|
||||
// Uncomment this if the DisplayDriver should only rely on drawing functions implemented
|
||||
|
||||
Reference in New Issue
Block a user