4b813bf267
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15128 a95241bf-73f2-0310-859d-f6bbb57e9c96
67 lines
1.2 KiB
Plaintext
67 lines
1.2 KiB
Plaintext
SubDir HAIKU_TOP src servers app ;
|
|
|
|
AddResources app_server : app_server.rdef ;
|
|
|
|
UseLibraryHeaders png zlib ;
|
|
UsePrivateHeaders app input interface shared [ FDirName servers app ] ;
|
|
|
|
UseHeaders [ FDirName $(HAIKU_TOP) src servers app drawing ] ;
|
|
UseFreeTypeHeaders ;
|
|
|
|
|
|
Server app_server :
|
|
Angle.cpp
|
|
AppServer.cpp
|
|
BGet++.cpp
|
|
BitmapManager.cpp
|
|
ColorSet.cpp
|
|
CursorData.cpp
|
|
CursorManager.cpp
|
|
CursorSet.cpp
|
|
DebugInfoManager.cpp
|
|
DecorManager.cpp
|
|
Decorator.cpp
|
|
DefaultDecorator.cpp
|
|
Desktop.cpp
|
|
DesktopSettings.cpp
|
|
DrawState.cpp
|
|
EventDispatcher.cpp
|
|
EventStream.cpp
|
|
FontFamily.cpp
|
|
FontManager.cpp
|
|
HashTable.cpp
|
|
InputManager.cpp
|
|
Layer.cpp
|
|
MessageLooper.cpp
|
|
MultiLocker.cpp
|
|
OffscreenServerWindow.cpp
|
|
OffscreenWindowLayer.cpp
|
|
PNGDump.cpp
|
|
PicturePlayer.cpp
|
|
RAMLinkMsgReader.cpp
|
|
RGBColor.cpp
|
|
RootLayer.cpp
|
|
ScreenManager.cpp
|
|
ServerApp.cpp
|
|
ServerBitmap.cpp
|
|
ServerCursor.cpp
|
|
ServerFont.cpp
|
|
ServerPicture.cpp
|
|
ServerScreen.cpp
|
|
ServerWindow.cpp
|
|
SubWindowList.cpp
|
|
SystemPalette.cpp
|
|
VirtualScreen.cpp
|
|
WindowLayer.cpp
|
|
Workspace.cpp
|
|
WorkspacesLayer.cpp
|
|
|
|
# libraries
|
|
:
|
|
libtranslation.so libz.so libpng.so libbe.so
|
|
libasdrawing.a libpainter.a libagg.a libfreetype.so
|
|
libtextencoding.so
|
|
;
|
|
|
|
SubInclude HAIKU_TOP src servers app drawing ;
|