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:
parent
0c9d8c33dc
commit
51a153f559
@ -1,7 +1,5 @@
|
||||
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 :
|
||||
print_transport.cpp
|
||||
;
|
||||
|
@ -1,11 +1,8 @@
|
||||
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
|
||||
FileSelector.cpp
|
||||
Addon Print\ To\ File : print transport :
|
||||
print_transport.cpp
|
||||
FileSelector.cpp
|
||||
;
|
||||
|
||||
LinkSharedOSLibs Print\ To\ File : be tracker ;
|
||||
|
Loading…
Reference in New Issue
Block a user