diff options
author | Tor Andersson <tor@ghostscript.com> | 2005-05-20 14:57:18 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2005-05-20 14:57:18 +0200 |
commit | 4214d9ea3d5d219f1e6e3f3ade5a5b1dee794159 (patch) | |
tree | 0d542f9886435e9dcf599644c566b86b62e5e1e9 /Jamfile | |
parent | 4c68e8b9d7565eecdda712ddf1b64d30dfe2722a (diff) | |
download | mupdf-4214d9ea3d5d219f1e6e3f3ade5a5b1dee794159.tar.xz |
zip archive reading
Diffstat (limited to 'Jamfile')
-rw-r--r-- | Jamfile | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -264,6 +264,19 @@ Library libmupdf : ; # -------------------------------------------------------------------------- + +SubDir TOP samus ; + +Library libsamus : + # sa_zip.c + # sa_xml.c + + ; + +Main foo : sa_zip.c ; +LinkLibraries foo : $(FITZLIBS) ; + +# -------------------------------------------------------------------------- # # Build simple portable apps # |