Added print server and screen saver to the build.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@54 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2002-07-10 20:14:22 +00:00
parent 77763004e0
commit 5147813236
3 changed files with 28 additions and 0 deletions
+2
View File
@@ -4,4 +4,6 @@ SubInclude OBOS_TOP src servers app ;
SubInclude OBOS_TOP src servers input ;
SubInclude OBOS_TOP src servers media ;
SubInclude OBOS_TOP src servers media_addon ;
SubInclude OBOS_TOP src servers print ;
SubInclude OBOS_TOP src servers screensaver ;
+16
View File
@@ -0,0 +1,16 @@
SubDir OBOS_TOP src servers print ;
UsePrivateHeaders interface ;
UsePrivateHeaders shared ;
AddResources print_server : PrintServer.FileTypes.rsrc ;
Server print_server :
PrintServerApp.cpp
PrintServerApp.R5.cpp
PrintServerApp.Scripting.cpp
Printer.Scripting.cpp
Printer.cpp
BeUtils.cpp
;
LinkSharedOSLibs print_server : be root ;
+10
View File
@@ -0,0 +1,10 @@
SubDir OBOS_TOP src servers screensaver ;
Server OBOSscreensaver :
ScreenSaverApp.cpp
SSAwindow.cpp
SSthread.cpp
# Was in the makefile sources list, but it didn't make because of that.
# pwWindow.cpp
;
LinkSharedOSLibs OBOSscreensaver : be game ;