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:
parent
e3e6d2db88
commit
670fe10319
@ -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
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user