diff options
author | Krzysztof Kowalczyk <kkowalczyk@gmail.com> | 2008-03-31 07:54:02 +0200 |
---|---|---|
committer | Krzysztof Kowalczyk <kkowalczyk@gmail.com> | 2008-03-31 07:54:02 +0200 |
commit | bc8802f8399faf20c1a62815e3a29e21c680855f (patch) | |
tree | 466290009d950d5d8cf36395fb9cfe419516706c /Makefile | |
parent | bf4bd68a70bfe02c010082dcd603a137c3d6f1fb (diff) | |
download | mupdf-bc8802f8399faf20c1a62815e3a29e21c680855f.tar.xz |
fixes for native windows build with Visual Studio
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -202,15 +202,13 @@ LIBS_SRC = \ ${WORLD_SRC} \ ${MUPDF_SRC} \ -PDFTOOL_APP = $(OUTDIR)/pdftool - PDFTOOL_SRC = \ ${LIBS_SRC} \ pdftool.c PDFTOOL_OBJ = $(patsubst %.c, $(OUTDIR)/FITZ_%.o, ${PDFTOOL_SRC}) PDFTOOL_APP = ${OUTDIR}/pdftool -all: inform ${OUTDIR} ${PDFTOOL_APP} ${PDFRIP_APP} +all: inform ${OUTDIR} ${PDFTOOL_APP} $(OUTDIR): @mkdir -p $(OUTDIR) |