2003-01-20 23:38:49 +03:00
|
|
|
SubDir OBOS_TOP src servers app server ;
|
|
|
|
|
|
|
|
AddResources app_server : app_server.rsrc ;
|
|
|
|
|
|
|
|
UseFreeTypeHeaders ;
|
|
|
|
|
|
|
|
Server app_server :
|
|
|
|
# Misc. Sources
|
|
|
|
Angle.cpp
|
2003-01-23 04:06:45 +03:00
|
|
|
TokenHandler.cpp
|
|
|
|
|
2003-01-20 23:38:49 +03:00
|
|
|
# ColorUtils will disappear as soon as I can figure out how to link the server
|
|
|
|
# against libopenbeos
|
|
|
|
ColorUtils.cc
|
|
|
|
ColorSet.cpp
|
|
|
|
RectUtils.cpp
|
2003-01-23 17:25:16 +03:00
|
|
|
RGBColor.cpp
|
|
|
|
SystemPalette.cpp
|
2003-01-20 23:38:49 +03:00
|
|
|
|
2003-01-23 17:25:16 +03:00
|
|
|
# Manager Classes
|
2003-01-20 23:38:49 +03:00
|
|
|
AppServer.cpp
|
2003-01-23 17:25:16 +03:00
|
|
|
CursorManager.cpp
|
2003-01-20 23:38:49 +03:00
|
|
|
|
|
|
|
# Font Classes
|
|
|
|
FontFamily.cpp
|
|
|
|
FontServer.cpp
|
|
|
|
ServerFont.cpp
|
|
|
|
|
2003-01-23 17:25:16 +03:00
|
|
|
# Display Classes
|
2003-01-20 23:38:49 +03:00
|
|
|
AccelerantDriver.cpp
|
2003-01-23 17:25:16 +03:00
|
|
|
Decorator.cpp
|
|
|
|
DisplayDriver.cpp
|
|
|
|
ServerBitmap.cpp
|
|
|
|
ServerCursor.cpp
|
2003-01-20 23:38:49 +03:00
|
|
|
;
|
|
|
|
LinkSharedOSLibs app_server : be root game translation
|
|
|
|
<boot!home!config!lib>libfreetype.so ;
|
|
|
|
|