This brings the app server proto6 into the game. It doesn't compile completely though and I don't even know, if all the stuff in the subdirs is really needed. DarkWyrm?
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@48 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
d820b0ec87
commit
b01bedd574
4
src/servers/Jamfile
Normal file
4
src/servers/Jamfile
Normal file
@ -0,0 +1,4 @@
|
||||
SubDir OBOS_TOP src servers ;
|
||||
|
||||
SubInclude OBOS_TOP src servers app ;
|
||||
|
4
src/servers/app/Jamfile
Normal file
4
src/servers/app/Jamfile
Normal file
@ -0,0 +1,4 @@
|
||||
SubDir OBOS_TOP src servers app ;
|
||||
|
||||
SubInclude OBOS_TOP src servers app proto6 ;
|
||||
|
35
src/servers/app/proto6/Jamfile
Normal file
35
src/servers/app/proto6/Jamfile
Normal file
@ -0,0 +1,35 @@
|
||||
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 ;
|
||||
|
13
src/servers/app/proto6/driverharness/Jamfile
Normal file
13
src/servers/app/proto6/driverharness/Jamfile
Normal file
@ -0,0 +1,13 @@
|
||||
SubDir OBOS_TOP src servers app proto6 driverharness ;
|
||||
|
||||
App DriverHarness :
|
||||
<$(SOURCE_GRIST)>AppServer.cpp
|
||||
<$(SOURCE_GRIST)>DebugTools.cpp
|
||||
<$(SOURCE_GRIST)>DHServerBitmap.cpp
|
||||
<$(SOURCE_GRIST)>DirectDriver.cpp
|
||||
<$(SOURCE_GRIST)>DisplayDriver.cpp
|
||||
<$(SOURCE_GRIST)>PortLink.cpp
|
||||
<$(SOURCE_GRIST)>ServerCursor.cpp
|
||||
<$(SOURCE_GRIST)>ViewDriver.cpp
|
||||
;
|
||||
LinkSharedOSLibs DriverHarness : be root game tracker translation stdc++.r4 ;
|
9
src/servers/app/proto6/router/Jamfile
Normal file
9
src/servers/app/proto6/router/Jamfile
Normal file
@ -0,0 +1,9 @@
|
||||
SubDir OBOS_TOP src servers app proto6 router ;
|
||||
|
||||
SubDirHdrs [ FDirName $(OBOS_TOP) src servers app proto6 ] ;
|
||||
|
||||
Addon router : input_server :
|
||||
<src!servers!app!proto6>../PortLink.cpp
|
||||
router.cpp
|
||||
;
|
||||
LinkSharedOSLibs router : be root /system/servers/input_server ;
|
13
src/servers/app/proto6/testobapp/Jamfile
Normal file
13
src/servers/app/proto6/testobapp/Jamfile
Normal file
@ -0,0 +1,13 @@
|
||||
SubDir OBOS_TOP src servers app proto6 testobapp ;
|
||||
|
||||
#SubDirHdrs [ FDirName $(OBOS_TOP) src servers app proto6 ] ;
|
||||
|
||||
App OBApplication :
|
||||
<$(SOURCE_GRIST)>DebugTools.cpp
|
||||
<$(SOURCE_GRIST)>OBApplication.cpp
|
||||
<$(SOURCE_GRIST)>OBTestApp.cpp
|
||||
<$(SOURCE_GRIST)>OBView.cpp
|
||||
<$(SOURCE_GRIST)>OBWindow.cpp
|
||||
<$(SOURCE_GRIST)>PortLink.cpp
|
||||
;
|
||||
LinkSharedOSLibs OBApplication : be stdc++.r4 ;
|
Loading…
Reference in New Issue
Block a user