aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-22 19:43:13 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-22 19:43:13 +0200
commitac4d4dab7fac24bc49937c1e93eb95dcf8a16785 (patch)
treee37696fd3e54dbe7f2a7f812f30b91574cc4867a /make
parentd7ec8d2771aa9ce654b379f666e694336a554509 (diff)
downloadqpdf-ac4d4dab7fac24bc49937c1e93eb95dcf8a16785.tar.zst
call copy_dlls
git-svn-id: svn+q:///qpdf/trunk@864 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'make')
-rw-r--r--make/installwin.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/installwin.mk b/make/installwin.mk
index 9184ccc3..6b88efad 100644
--- a/make/installwin.mk
+++ b/make/installwin.mk
@@ -10,6 +10,7 @@ installwin: all
mkdir $(DEST)/doc
cp libqpdf/$(OUTPUT_DIR)/$(STATIC_LIB_NAME) $(DEST)/lib
cp libqpdf/$(OUTPUT_DIR)/qpdf*.dll $(DEST)/bin
+ perl copy_dlls libqpdf/$(OUTPUT_DIR)/qpdf*.dll $(DEST)/bin
cp qpdf/$(OUTPUT_DIR)/qpdf.exe $(DEST)/bin
cp zlib-flate/$(OUTPUT_DIR)/zlib-flate.exe $(DEST)/bin
cp qpdf/fix-qdf $(DEST)/bin