summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2013-06-19 17:09:53 +0200
committerTor Andersson <tor.andersson@artifex.com>2013-06-20 16:45:44 +0200
commit643370f04348569b5e5e577660031d638537671c (patch)
treeda9b1bc196b272a7d95a8b446fd69a00644aeab0 /scripts
parent0a927854a10e1e6b9770a81e2e1d9f3093631757 (diff)
downloadmupdf-643370f04348569b5e5e577660031d638537671c.tar.xz
Update source, makefiles and win32 projects.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/cmapdump.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/scripts/cmapdump.c b/scripts/cmapdump.c
index 96bed646..cc1534dc 100644
--- a/scripts/cmapdump.c
+++ b/scripts/cmapdump.c
@@ -8,17 +8,17 @@
#include "mupdf/pdf.h"
-#include "../fitz/base_context.c"
-#include "../fitz/base_error.c"
-#include "../fitz/base_memory.c"
-#include "../fitz/base_string.c"
-#include "../fitz/stm_buffer.c"
-#include "../fitz/stm_open.c"
-#include "../fitz/stm_read.c"
-
-#include "../pdf/pdf_lex.c"
-#include "../pdf/pdf_cmap.c"
-#include "../pdf/pdf_cmap_parse.c"
+#include "../source/fitz/context.c"
+#include "../source/fitz/error.c"
+#include "../source/fitz/memory.c"
+#include "../source/fitz/string.c"
+#include "../source/fitz/buffer.c"
+#include "../source/fitz/stream-open.c"
+#include "../source/fitz/stream-read.c"
+
+#include "../source/pdf/pdf-lex.c"
+#include "../source/pdf/pdf-cmap.c"
+#include "../source/pdf/pdf-cmap-parse.c"
static void
clean(char *p)