repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Assorted whitespace cleanup and typo fixes.
[haiku.git]
/
src
/
kits
/
print
/
Jamfile
blob
f23ce9a8d3caed2be9877b3f96a8db2ed281a912
1
SubDir HAIKU_TOP src kits print ;
2
3
SetSubDirSupportedPlatformsBeOSCompatible ;
4
5
UsePrivateHeaders shared print ;
6
7
StaticLibrary libprintutils.a :
8
BeUtils.cpp
9
BeUtilsTranslation.cpp
10
FolderWatcher.cpp
11
Jobs.cpp
12
PictureIterator.cpp
13
PicturePrinter.cpp
14
PrinterDriverAddOn.cpp
15
PrintTransport.cpp
16
PrintAddOnServer.cpp
17
PrintAddOnServerProtocol.cpp
18
;