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
	ServerBitmap.cpp
	ServerCursor.cpp
;
LinkSharedOSLibs app_server : be root game translation 
							   <boot!home!config!lib>libfreetype.so ;

