summaryrefslogtreecommitdiff
path: root/fitz/Jamfile
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2009-03-11 01:44:12 +0100
committerTor Andersson <tor@ghostscript.com>2009-03-11 01:44:12 +0100
commit5aaff8260abdaefdbf7a64d3e66b1928dfe5d726 (patch)
treefebd7d6938978dac98dc0f7e6e501df46b6e3754 /fitz/Jamfile
parent5733fd611487151f33338b1ecda4819c26ccd25f (diff)
downloadmupdf-5aaff8260abdaefdbf7a64d3e66b1928dfe5d726.tar.xz
Add fz_catch function, and cause the throw/rethrow/catch functions to print the errors immediately.
Diffstat (limited to 'fitz/Jamfile')
-rw-r--r--fitz/Jamfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/fitz/Jamfile b/fitz/Jamfile
index 7099185e..61f2583d 100644
--- a/fitz/Jamfile
+++ b/fitz/Jamfile
@@ -17,11 +17,10 @@ Library libfitz :
base_memory.c
base_rect.c
base_rune.c
+ base_string.c
base_cleanname.c
;
-if $(NEED_STRLCPY) { Library libfitz : util_strlcpy.c ; }
-if $(NEED_STRSEP) { Library libfitz : util_strsep.c ; }
if $(NEED_GETOPT) { Library libfitz : util_getopt.c ; }
# MSVC does not have gettimeofday()