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 ;
SimpleTest
TestPictureApp
:
SimpleTest TestPictureApp :
PictureTestApp.cpp
PictureTestView.cpp
TestView.cpp
PictureTestWindow.cpp
;
LinkSharedOSLibs
TestPictureApp
:
LinkSharedOSLibs TestPictureApp :
be
root
libprint.a
;
SimpleTest
DumpPrintJob
:
SimpleTest DumpPrintJob :
DumpPrintJob.cpp
;
LinkSharedOSLibs
DumpPrintJob
:
LinkSharedOSLibs DumpPrintJob :
be
root
libprint.a
;
SimpleTest
Preview
:
SimpleTest Preview :
Preview.cpp
PictureIterator.cpp
PicturePrinter.cpp
PrintJobReader.cpp
;
LinkSharedOSLibs
Preview
:
LinkSharedOSLibs Preview :
be
root
libprint.a
;