git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2593 a95241bf-73f2-0310-859d-f6bbb57e9c96
49 lines
909 B
Plaintext
49 lines
909 B
Plaintext
SubDir OBOS_TOP src servers app server ;
|
|
|
|
AddResources app_server : app_server.rsrc ;
|
|
|
|
UsePrivateHeaders app ;
|
|
UseFreeTypeHeaders ;
|
|
|
|
Server app_server :
|
|
# Misc. Sources
|
|
Angle.cpp
|
|
TokenHandler.cpp
|
|
|
|
# PortLink will disappear as soon as I can figure out how to link the server
|
|
# against libopenbeos
|
|
PortLink.cpp
|
|
|
|
# ColorUtils will disappear as soon as I can figure out how to link the server
|
|
# against libopenbeos
|
|
ColorUtils.cc
|
|
ColorSet.cpp
|
|
RectUtils.cpp
|
|
RGBColor.cpp
|
|
SystemPalette.cpp
|
|
|
|
# Manager Classes
|
|
AppServer.cpp
|
|
CursorManager.cpp
|
|
Desktop.cpp
|
|
ServerApp.cpp
|
|
|
|
# Font Classes
|
|
FontFamily.cpp
|
|
FontServer.cpp
|
|
ServerFont.cpp
|
|
|
|
# Display Classes
|
|
AccelerantDriver.cpp
|
|
Decorator.cpp
|
|
DisplayDriver.cpp
|
|
Layer.cpp
|
|
ScreenDriver.cpp
|
|
ServerBitmap.cpp
|
|
ServerCursor.cpp
|
|
ViewDriver.cpp
|
|
;
|
|
LinkSharedOSLibs app_server : be root game translation
|
|
<boot!home!config!lib>libfreetype.so ;
|
|
|