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:
parent
817a7408d4
commit
8449c78396
@ -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
|
||||
|
@ -1,5 +1,7 @@
|
||||
SubDir HAIKU_TOP src add-ons print shared ;
|
||||
|
||||
SetSubDirSupportedPlatformsBeOSCompatible ;
|
||||
|
||||
UsePrivateHeaders interface print ;
|
||||
|
||||
StaticLibrary
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
;
|
||||
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -1,5 +1,7 @@
|
||||
SubDir HAIKU_TOP src libs pdflib libs flate ;
|
||||
|
||||
SetSubDirSupportedPlatformsBeOSCompatible ;
|
||||
|
||||
SubDirHdrs [ FDirName $(HAIKU_TOP) src libs pdflib libs pdcore ] ;
|
||||
|
||||
UseLibraryHeaders pdflib ;
|
||||
|
@ -1,5 +1,7 @@
|
||||
SubDir HAIKU_TOP src libs pdflib libs pdcore ;
|
||||
|
||||
SetSubDirSupportedPlatformsBeOSCompatible ;
|
||||
|
||||
UseLibraryHeaders pdflib ;
|
||||
|
||||
SubDirHdrs [ FDirName $(HAIKU_TOP) src libs pdflib libs flate ] ;
|
||||
|
@ -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 ] ;
|
||||
|
@ -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 ] ;
|
||||
|
||||
|
@ -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 ] ;
|
||||
|
||||
|
@ -12,7 +12,7 @@ Preference Printers :
|
||||
JobListView.cpp
|
||||
SpoolFolder.cpp
|
||||
Globals.cpp
|
||||
: libbe.so libtranslation.so libprint.a
|
||||
: be translation libprint.a
|
||||
: Printers.rdef
|
||||
;
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
SubDir HAIKU_TOP src servers print shared ;
|
||||
|
||||
SetSubDirSupportedPlatformsBeOSCompatible ;
|
||||
|
||||
UsePrivateHeaders shared interface print ;
|
||||
|
||||
StaticLibrary
|
||||
|
Loading…
Reference in New Issue
Block a user