summaryrefslogtreecommitdiff
path: root/Jamfile
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2005-05-20 14:57:18 +0200
committerTor Andersson <tor@ghostscript.com>2005-05-20 14:57:18 +0200
commit4214d9ea3d5d219f1e6e3f3ade5a5b1dee794159 (patch)
tree0d542f9886435e9dcf599644c566b86b62e5e1e9 /Jamfile
parent4c68e8b9d7565eecdda712ddf1b64d30dfe2722a (diff)
downloadmupdf-4214d9ea3d5d219f1e6e3f3ade5a5b1dee794159.tar.xz
zip archive reading
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile13
1 files changed, 13 insertions, 0 deletions
diff --git a/Jamfile b/Jamfile
index 2b480bd6..7156b95d 100644
--- a/Jamfile
+++ b/Jamfile
@@ -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
#