aboutsummaryrefslogtreecommitdiffstats
path: root/make/installwin.mk
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-01-03 04:01:10 +0100
committerJay Berkenbilt <ejb@ql.org>2020-01-14 17:53:19 +0100
commit388990f7bcddec0583fd5a84f62d4aa0eba88d39 (patch)
tree922c0ff883b7e2e1f317305d96291d0419217fd6 /make/installwin.mk
parenta44b5a34a07b9f2905d419d5571fd53832c1f6c0 (diff)
downloadqpdf-388990f7bcddec0583fd5a84f62d4aa0eba88d39.tar.zst
Rewrite fix-qdf in C++
Diffstat (limited to 'make/installwin.mk')
-rw-r--r--make/installwin.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/installwin.mk b/make/installwin.mk
index ff162175..3ed541ae 100644
--- a/make/installwin.mk
+++ b/make/installwin.mk
@@ -14,7 +14,7 @@ installwin: all
perl copy_dlls libqpdf/$(OUTPUT_DIR)/qpdf*.dll $(DEST)/bin $(OBJDUMP) $(WINDOWS_WORDSIZE)
cp qpdf/$(OUTPUT_DIR)/qpdf.exe $(DEST)/bin
cp zlib-flate/$(OUTPUT_DIR)/zlib-flate.exe $(DEST)/bin
- cp qpdf/fix-qdf $(DEST)/bin
+ cp qpdf/$(OUTPUT_DIR)/fix-qdf.exe $(DEST)/bin
cp include/qpdf/*.h $(DEST)/include/qpdf
cp include/qpdf/*.hh $(DEST)/include/qpdf
cp doc/stylesheet.css $(DEST)/doc