36 lines
673 B
Plaintext
36 lines
673 B
Plaintext
|
SubDir OBOS_TOP src servers app proto6 ;
|
||
|
|
||
|
Server OBAppServer :
|
||
|
# Misc. Sources
|
||
|
BeDecorator.cpp
|
||
|
ColorUtils.cc
|
||
|
DebugTools.cpp
|
||
|
Decorator.cpp
|
||
|
PortLink.cpp
|
||
|
YMakDecorator.cpp
|
||
|
|
||
|
# Operating Classes
|
||
|
AppServer.cpp
|
||
|
Desktop.cpp
|
||
|
Layer.cpp
|
||
|
ServerApp.cpp
|
||
|
ServerBitmap.cpp
|
||
|
ServerCursor.cpp
|
||
|
ServerWindow.cpp
|
||
|
SystemPalette.cpp
|
||
|
WindowBorder.cpp
|
||
|
|
||
|
# Display Modules
|
||
|
DisplayDriver.cpp
|
||
|
ScreenDriver.cpp
|
||
|
SecondDriver.cpp
|
||
|
ViewDriver.cpp
|
||
|
;
|
||
|
LinkSharedOSLibs OBAppServer : be root game translation stdc++.r4 ;
|
||
|
|
||
|
|
||
|
SubInclude OBOS_TOP src servers app proto6 driverharness ;
|
||
|
SubInclude OBOS_TOP src servers app proto6 router ;
|
||
|
SubInclude OBOS_TOP src servers app proto6 testobapp ;
|
||
|
|