Fix, on behalf of Michael Pfeiffer, Preview broken Jamfile rule which was still

referencing PictureIterator.cpp & co, now build in libprint.a


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2459 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2003-01-16 08:52:32 +00:00
parent e3e6d2db88
commit 670fe10319
1 changed files with 7 additions and 22 deletions

View File

@ -2,50 +2,35 @@ SubDir OBOS_TOP src tests kits interface picture ;
UsePrivateHeaders interface print ; UsePrivateHeaders interface print ;
SimpleTest SimpleTest TestPictureApp :
TestPictureApp
:
PictureTestApp.cpp PictureTestApp.cpp
PictureTestView.cpp PictureTestView.cpp
TestView.cpp TestView.cpp
PictureTestWindow.cpp PictureTestWindow.cpp
; ;
LinkSharedOSLibs LinkSharedOSLibs TestPictureApp :
TestPictureApp
:
be be
root root
libprint.a libprint.a
; ;
SimpleTest DumpPrintJob :
SimpleTest
DumpPrintJob
:
DumpPrintJob.cpp DumpPrintJob.cpp
; ;
LinkSharedOSLibs LinkSharedOSLibs DumpPrintJob :
DumpPrintJob
:
be be
root root
libprint.a libprint.a
; ;
SimpleTest SimpleTest Preview :
Preview
:
Preview.cpp Preview.cpp
PictureIterator.cpp
PicturePrinter.cpp
PrintJobReader.cpp
; ;
LinkSharedOSLibs LinkSharedOSLibs Preview :
Preview
:
be be
root root
libprint.a
; ;