Added the remaining print drivers/add-ons to the build.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@180 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2002-07-13 16:53:02 +00:00
parent f1bc586206
commit a385106e06
10 changed files with 136 additions and 0 deletions

View File

@ -1,3 +1,4 @@
SubDir OBOS_TOP src add-ons print drivers ;
SubInclude OBOS_TOP src add-ons print drivers canon_lips ;
SubInclude OBOS_TOP src add-ons print drivers pdf ;

View File

@ -0,0 +1,6 @@
SubDir OBOS_TOP src add-ons print drivers canon_lips ;
SubInclude OBOS_TOP src add-ons print drivers canon_lips libprint ;
SubInclude OBOS_TOP src add-ons print drivers canon_lips lips3 ;
SubInclude OBOS_TOP src add-ons print drivers canon_lips lips4 ;

View File

@ -0,0 +1,19 @@
SubDir OBOS_TOP src add-ons print drivers canon_lips libprint ;
StaticLibrary print :
AboutBox.cpp
DbgMsg.cpp
GraphicsDriver.cpp
Halftone.cpp
JobData.cpp
JobSetupDlg.cpp
PageSetupDlg.cpp
Preview.cpp
PrinterData.cpp
PrinterCap.cpp
PrintProcess.cpp
Transport.cpp
UIDriver.cpp
ValidRect.cpp
;

View File

@ -0,0 +1,16 @@
SubDir OBOS_TOP src add-ons print drivers canon_lips lips3 ;
SubDirHdrs [ FDirName $(OBOS_TOP) src add-ons print drivers canon_lips
libprint ] ;
AddResources Canon\ LIPS3\ Compatible : Lips3.rsrc ;
Addon Canon\ LIPS3\ Compatible : Print :
Lips3Entry.cpp
Lips3.cpp
Lips3Cap.cpp
Compress3.cpp
;
LinkSharedOSLibs Canon\ LIPS3\ Compatible : be stdc++.r4 libprint.a ;

View File

@ -0,0 +1,16 @@
SubDir OBOS_TOP src add-ons print drivers canon_lips lips4 ;
SubDirHdrs [ FDirName $(OBOS_TOP) src add-ons print drivers canon_lips
libprint ] ;
AddResources Canon\ LIPS4\ Compatible : Lips4.rsrc ;
Addon Canon\ LIPS4\ Compatible : Print :
Lips4Entry.cpp
Lips4.cpp
Lips4Cap.cpp
PackBits.cpp
;
LinkSharedOSLibs Canon\ LIPS4\ Compatible : be stdc++.r4 libprint.a ;

View File

@ -1,2 +1,8 @@
SubDir OBOS_TOP src add-ons print transports ;
# shared must be included first, since its objects are used by the others.
SubInclude OBOS_TOP src add-ons print transports shared ;
SubInclude OBOS_TOP src add-ons print transports ipp ;
SubInclude OBOS_TOP src add-ons print transports lpr ;
SubInclude OBOS_TOP src add-ons print transports print_to_file ;

View File

@ -0,0 +1,26 @@
SubDir OBOS_TOP src add-ons print transports ipp ;
SubDirHdrs [ FDirName $(OBOS_TOP) src add-ons print transports shared ] ;
Addon ipp
: Print
: Ipp.cpp
IppSetupDlg.cpp
IppTransport.cpp
HttpURLConnection.cpp
IppContent.cpp
IppURLConnection.cpp
URL.cpp
Socket.o
SocketStream2.o
DbgMsg.o
;
ObjectReferences
<src!add-ons!print!transports!shared>Socket.o
<src!add-ons!print!transports!shared>SocketStream2.o
<src!add-ons!print!transports!shared>DbgMsg.o
;
LinkSharedOSLibs ipp : be stdc++.r4 ;

View File

@ -0,0 +1,23 @@
SubDir OBOS_TOP src add-ons print transports lpr ;
SubDirHdrs [ FDirName $(OBOS_TOP) src add-ons print transports shared ] ;
Addon lpr
: Print
: Lpr.cpp
LprSetupDlg.cpp
LprTransport.cpp
LpsClient.cpp
Socket.o
SocketStream2.o
DbgMsg.o
;
ObjectReferences
<src!add-ons!print!transports!shared>Socket.o
<src!add-ons!print!transports!shared>SocketStream2.o
<src!add-ons!print!transports!shared>DbgMsg.o
;
LinkSharedOSLibs lpr : be stdc++.r4 ;

View File

@ -0,0 +1,12 @@
SubDir OBOS_TOP src add-ons print transports print_to_file ;
SubDirHdrs [ FDirName $(OBOS_TOP) src add-ons print transports shared ] ;
Addon Print\ To\ File
: Print
: print_transport.cpp
FileSelector.cpp
;
LinkSharedOSLibs Print\ To\ File : be tracker ;

View File

@ -0,0 +1,11 @@
SubDir OBOS_TOP src add-ons print transports shared ;
SetupObjectsDir ;
Objects
DbgMsg.cpp
Socket.cpp
SocketStream1.cpp
SocketStream2.cpp
;