Created Jamfile(s) to build PDF Writer.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@110 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
a967837dbf
commit
54d6b9d6a9
4
src/add-ons/print/Jamfile
Normal file
4
src/add-ons/print/Jamfile
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
SubDir OBOS_TOP src add-ons print ;
|
||||||
|
|
||||||
|
SubInclude OBOS_TOP src add-ons print drivers ;
|
||||||
|
SubInclude OBOS_TOP src add-ons print transports ;
|
3
src/add-ons/print/drivers/Jamfile
Normal file
3
src/add-ons/print/drivers/Jamfile
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
SubDir OBOS_TOP src add-ons print drivers ;
|
||||||
|
|
||||||
|
SubInclude OBOS_TOP src add-ons print drivers pdf ;
|
3
src/add-ons/print/drivers/pdf/Jamfile
Normal file
3
src/add-ons/print/drivers/pdf/Jamfile
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
SubDir OBOS_TOP src add-ons print drivers pdf ;
|
||||||
|
|
||||||
|
SubInclude OBOS_TOP src add-ons print drivers pdf source ;
|
39
src/add-ons/print/drivers/pdf/source/Jamfile
Normal file
39
src/add-ons/print/drivers/pdf/source/Jamfile
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
SubDir OBOS_TOP src add-ons print drivers pdf source ;
|
||||||
|
|
||||||
|
|
||||||
|
Addon
|
||||||
|
PDF
|
||||||
|
:
|
||||||
|
add-ons/Print
|
||||||
|
:
|
||||||
|
AdvancedSettingsWindow.cpp
|
||||||
|
Bezier.cpp
|
||||||
|
Bookmark.cpp
|
||||||
|
DocInfoWindow.cpp
|
||||||
|
DrawShape.cpp
|
||||||
|
Driver.cpp
|
||||||
|
Fonts.cpp
|
||||||
|
FontsWindow.cpp
|
||||||
|
JobSetupWindow.cpp
|
||||||
|
LinePathBuilder.cpp
|
||||||
|
Link.cpp
|
||||||
|
MarginView.cpp
|
||||||
|
PDFLinePathBuilder.cpp
|
||||||
|
PDFText.cpp
|
||||||
|
PDFWriter.cpp
|
||||||
|
PageSetupWindow.cpp
|
||||||
|
PictureIterator.cpp
|
||||||
|
PrinterDriver.cpp
|
||||||
|
PrinterPrefs.cpp
|
||||||
|
PrinterSettings.cpp
|
||||||
|
PrinterSetupWindow.cpp
|
||||||
|
RegExp.cpp
|
||||||
|
Report.cpp
|
||||||
|
Scanner.cpp
|
||||||
|
StatusWindow.cpp
|
||||||
|
SubPath.cpp
|
||||||
|
Utils.cpp
|
||||||
|
XReferences.cpp
|
||||||
|
;
|
||||||
|
|
||||||
|
LinkSharedOSLibs PDF : be textencoding translation /boot/home/config/lib/libpdf.so ;
|
Loading…
Reference in New Issue
Block a user