Remove including print transport add-ons shared code depency from "Print To File"
and "Parallel Port" build, as they both don't need it. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2461 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
SubDir OBOS_TOP src add-ons print transports parallel_port ;
|
SubDir OBOS_TOP src add-ons print transports parallel_port ;
|
||||||
|
|
||||||
SubDirHdrs [ FDirName $(OBOS_TOP) src add-ons print transports shared ] ;
|
|
||||||
|
|
||||||
Addon Parallel\ Port : print transport :
|
Addon Parallel\ Port : print transport :
|
||||||
print_transport.cpp
|
print_transport.cpp
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -1,11 +1,8 @@
|
|||||||
SubDir OBOS_TOP src add-ons print transports print_to_file ;
|
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 transport :
|
||||||
|
print_transport.cpp
|
||||||
Addon Print\ To\ File
|
FileSelector.cpp
|
||||||
: print transport
|
|
||||||
: print_transport.cpp
|
|
||||||
FileSelector.cpp
|
|
||||||
;
|
;
|
||||||
|
|
||||||
LinkSharedOSLibs Print\ To\ File : be tracker ;
|
LinkSharedOSLibs Print\ To\ File : be tracker ;
|
||||||
|
|||||||
Reference in New Issue
Block a user