Fixing build of the printing package for BONE and hopefully R5 too.

Now printing to that old HP LaserJet 2100 over an even older LPR print server from R5 with the PCL5 driver and LPR transport...

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19374 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz 2006-11-25 20:06:18 +00:00
parent 817a7408d4
commit 8449c78396
15 changed files with 24 additions and 9 deletions

View File

@ -1,5 +1,7 @@
SubDir HAIKU_TOP src add-ons print drivers shared libprint ;
SetSubDirSupportedPlatformsBeOSCompatible ;
SubDirHdrs [ FDirName $(HAIKU_TOP) headers private print libprint ] ;
# for BeUtils.h

View File

@ -1,5 +1,7 @@
SubDir HAIKU_TOP src add-ons print shared ;
SetSubDirSupportedPlatformsBeOSCompatible ;
UsePrivateHeaders interface print ;
StaticLibrary

View File

@ -1,7 +1,7 @@
// Sun, 18 Jun 2000
// Y.Takagi
#if defined(__HAIKU__)
#if defined(__HAIKU__) || defined(HAIKU_TARGET_PLATFORM_BONE)
# include <sys/socket.h>
# include <netinet/in.h>
#else

View File

@ -1,7 +1,7 @@
// Sun, 18 Jun 2000
// Y.Takagi
#ifdef __HAIKU__
#if defined(__HAIKU__) || defined(HAIKU_TARGET_PLATFORM_BONE)
# include <sys/socket.h>
#else
# include <net/socket.h>

View File

@ -1,7 +1,7 @@
// Sun, 18 Jun 2000
// Y.Takagi
#ifdef __HAIKU__
#if defined(__HAIKU__) || defined(HAIKU_TARGET_PLATFORM_BONE)
# include <sys/socket.h>
# include <netdb.h>
#else
@ -9,7 +9,6 @@
# include <net/netdb.h>
#endif
#include <errno.h>
#include <sstream>
#include <iomanip>
#include <algorithm>

View File

@ -1,5 +1,7 @@
SubDir HAIKU_TOP src add-ons print transports shared ;
SetSubDirSupportedPlatformsBeOSCompatible ;
if $(BONE_COMPATIBLE) {
ObjectC++Flags Socket.cpp : -DHAVE_ARPA_INET -Dclosesocket=close ;
} else {
@ -11,5 +13,3 @@ Objects
Socket.cpp
SocketStream.cpp
;

View File

@ -1,7 +1,7 @@
// Sun, 18 Jun 2000
// Y.Takagi
#ifdef __HAIKU__
#if defined(__HAIKU__) || defined(HAIKU_TARGET_PLATFORM_BONE)
# include <sys/socket.h>
#else
# include <net/socket.h>

View File

@ -1,7 +1,7 @@
// Sun, 18 Jun 2000
// Y.Takagi
#ifdef __HAIKU__
#if defined(__HAIKU__) || defined(HAIKU_TARGET_PLATFORM_BONE)
# include <sys/socket.h>
#else
# include <net/socket.h>

View File

@ -1,5 +1,7 @@
SubDir HAIKU_TOP src libs pdflib libs flate ;
SetSubDirSupportedPlatformsBeOSCompatible ;
SubDirHdrs [ FDirName $(HAIKU_TOP) src libs pdflib libs pdcore ] ;
UseLibraryHeaders pdflib ;

View File

@ -1,5 +1,7 @@
SubDir HAIKU_TOP src libs pdflib libs pdcore ;
SetSubDirSupportedPlatformsBeOSCompatible ;
UseLibraryHeaders pdflib ;
SubDirHdrs [ FDirName $(HAIKU_TOP) src libs pdflib libs flate ] ;

View File

@ -1,5 +1,7 @@
SubDir HAIKU_TOP src libs pdflib libs pdflib ;
SetSubDirSupportedPlatformsBeOSCompatible ;
SubDirHdrs [ FDirName $(HAIKU_TOP) src libs pdflib libs pdcore ] ;
SubDirHdrs [ FDirName $(HAIKU_TOP) src libs pdflib libs flate ] ;
SubDirHdrs [ FDirName $(HAIKU_TOP) src libs pdflib libs png ] ;

View File

@ -1,5 +1,7 @@
SubDir HAIKU_TOP src libs pdflib libs png ;
SetSubDirSupportedPlatformsBeOSCompatible ;
SubDirHdrs [ FDirName $(HAIKU_TOP) src libs pdflib libs flate ] ;
SubDirHdrs [ FDirName $(HAIKU_TOP) src libs pdflib libs pdcore ] ;

View File

@ -1,5 +1,7 @@
SubDir HAIKU_TOP src libs pdflib libs tiff ;
SetSubDirSupportedPlatformsBeOSCompatible ;
SubDirHdrs [ FDirName $(HAIKU_TOP) src libs pdflib libs pdcore ] ;
SubDirHdrs [ FDirName $(HAIKU_TOP) src libs pdflib libs flate ] ;

View File

@ -12,7 +12,7 @@ Preference Printers :
JobListView.cpp
SpoolFolder.cpp
Globals.cpp
: libbe.so libtranslation.so libprint.a
: be translation libprint.a
: Printers.rdef
;

View File

@ -1,5 +1,7 @@
SubDir HAIKU_TOP src servers print shared ;
SetSubDirSupportedPlatformsBeOSCompatible ;
UsePrivateHeaders shared interface print ;
StaticLibrary