aboutsummaryrefslogtreecommitdiffstats
path: root/make/msvc.mk
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-08-14 22:28:52 +0200
committerJay Berkenbilt <ejb@ql.org>2018-08-14 22:57:37 +0200
commite37ce851902af9a0c54508a693024ceaccf49abd (patch)
treeb3a510b568e8bdd7370c519a786069ab1d4a6f90 /make/msvc.mk
parent8ca46d1ff0177b1f7f1804cb25c85bd3ff0316e5 (diff)
downloadqpdf-e37ce851902af9a0c54508a693024ceaccf49abd.tar.zst
Clarify static vs. import library on Windows (fixes #225)
Diffstat (limited to 'make/msvc.mk')
-rw-r--r--make/msvc.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/make/msvc.mk b/make/msvc.mk
index 3e061091..4af234c3 100644
--- a/make/msvc.mk
+++ b/make/msvc.mk
@@ -92,6 +92,5 @@ endef
# Install target
INSTALL_DIR = install-msvc$(WINDOWS_WORDSIZE)
-STATIC_LIB_NAME = qpdf.lib
include make/installwin.mk
install: installwin