From 94439d77f23763d59457b9946ba35bd354ea4841 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Tue, 3 Jan 2012 16:37:48 +0000 Subject: Add mubusy build Add simple combined exe build for mupdf/muxps tools. --- apps/pdfclean.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/pdfclean.c') diff --git a/apps/pdfclean.c b/apps/pdfclean.c index 37381306..dba60734 100644 --- a/apps/pdfclean.c +++ b/apps/pdfclean.c @@ -730,7 +730,11 @@ static void writepdf(void) writexref(); } +#ifdef MUPDF_COMBINED_EXE +int pdfclean_main(int argc, char **argv) +#else int main(int argc, char **argv) +#endif { char *infile; char *outfile = "out.pdf"; -- cgit v1.2.3