Build the print add-ons in a "print" folder, not "Print", to follow BeOS

system folders lowercase naming.
Build print transport add-ons in their own sub-folder, too.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1844 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin
2002-11-05 01:33:48 +00:00
parent 1d7af7aad4
commit 097bec0493
4 changed files with 4 additions and 4 deletions
@@ -5,7 +5,7 @@ SubDirHdrs [ FDirName $(OBOS_TOP) src add-ons print drivers canon_lips
AddResources Canon\ LIPS3\ Compatible : Lips3.rsrc ;
Addon Canon\ LIPS3\ Compatible : Print :
Addon Canon\ LIPS3\ Compatible : print :
Lips3Entry.cpp
Lips3.cpp
Lips3Cap.cpp
@@ -5,7 +5,7 @@ SubDirHdrs [ FDirName $(OBOS_TOP) src add-ons print drivers canon_lips
AddResources Canon\ LIPS4\ Compatible : Lips4.rsrc ;
Addon Canon\ LIPS4\ Compatible : Print :
Addon Canon\ LIPS4\ Compatible : print :
Lips4Entry.cpp
Lips4.cpp
Lips4Cap.cpp
+1 -1
View File
@@ -5,7 +5,7 @@ AddResources PDF\ Writer : PDFWriter.rsrc ;
Addon
PDF\ Writer
:
Print
print
:
AdvancedSettingsWindow.cpp
Bezier.cpp
@@ -3,7 +3,7 @@ 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
: print_transport.cpp
FileSelector.cpp
;