Changed transport add-on names to upper case.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3872 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Pfeiffer 2003-07-06 10:34:47 +00:00
parent 4701d4b55a
commit 37ac95056d
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ SubDir OBOS_TOP src add-ons print transports ipp ;
SubDirHdrs [ FDirName $(OBOS_TOP) src add-ons print transports shared ] ;
Addon ipp
Addon IPP
: print transport
: Ipp.cpp
IppSetupDlg.cpp
@ -22,5 +22,5 @@ ObjectReferences
<src!add-ons!print!transports!shared>DbgMsg.o
;
LinkSharedOSLibs ipp : be stdc++.r4 ;
LinkSharedOSLibs IPP : be stdc++.r4 ;

View File

@ -2,7 +2,7 @@ SubDir OBOS_TOP src add-ons print transports lpr ;
SubDirHdrs [ FDirName $(OBOS_TOP) src add-ons print transports shared ] ;
Addon lpr
Addon LPR
: print transport
: Lpr.cpp
LprSetupDlg.cpp
@ -19,5 +19,5 @@ ObjectReferences
<src!add-ons!print!transports!shared>DbgMsg.o
;
LinkSharedOSLibs lpr : be stdc++.r4 ;
LinkSharedOSLibs LPR : be stdc++.r4 ;