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/pdfshow.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/pdfshow.c') diff --git a/apps/pdfshow.c b/apps/pdfshow.c index 3f142264..86743de3 100644 --- a/apps/pdfshow.c +++ b/apps/pdfshow.c @@ -167,7 +167,11 @@ static void showgrep(char *filename) fz_fprint_obj(stdout, xref->trailer, 1); } +#ifdef MUPDF_COMBINED_EXE +int pdfshow_main(int argc, char **argv) +#else int main(int argc, char **argv) +#endif { char *password = NULL; /* don't throw errors if encrypted */ char *filename; -- cgit v1.2.3