summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKrzysztof Kowalczyk <kkowalczyk@gmail.com>2008-03-31 07:54:02 +0200
committerKrzysztof Kowalczyk <kkowalczyk@gmail.com>2008-03-31 07:54:02 +0200
commitbc8802f8399faf20c1a62815e3a29e21c680855f (patch)
tree466290009d950d5d8cf36395fb9cfe419516706c /Makefile
parentbf4bd68a70bfe02c010082dcd603a137c3d6f1fb (diff)
downloadmupdf-bc8802f8399faf20c1a62815e3a29e21c680855f.tar.xz
fixes for native windows build with Visual Studio
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 2208694f..40171d02 100644
--- a/Makefile
+++ b/Makefile
@@ -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)