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:
Axel Dörfler
2005-11-13 15:40:21 +00:00
parent 96709e443e
commit 8b794301de
4 changed files with 68 additions and 68 deletions
+1 -1
View File
@@ -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