summaryrefslogtreecommitdiffstats
path: root/make/mingw.mk
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-11 02:13:28 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-11 02:13:28 +0200
commit9e05a15d7b3ed099fcc605b782c1f0ca6326dde2 (patch)
tree6a47263fe221ca0e81d8e4ca393832590caa05ca /make/mingw.mk
parent64a890db2bfa0e02cbb1458c7e52ed78f1c0b8b8 (diff)
downloadqpdf-9e05a15d7b3ed099fcc605b782c1f0ca6326dde2.tar.zst
windows fixes
git-svn-id: svn+q:///qpdf/trunk@775 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'make/mingw.mk')
-rw-r--r--make/mingw.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/make/mingw.mk b/make/mingw.mk
index 7ab66381..f0442c96 100644
--- a/make/mingw.mk
+++ b/make/mingw.mk
@@ -47,7 +47,6 @@ endef
# 1 2 3 4 5
# Usage: $(call makelib,objs,library,current,revision,age)
define makelib
- echo `echo $(2) | sed -e 's,/lib\(.*\).a,/\1,'`$(3).dll
dlltool -l $(2) -D $$(basename `echo $(2) | sed -e 's,/lib\(.*\).a,/\1,'`$(3).dll) $(1); \
$(CXX) -shared -o `echo $(2) | sed -e 's,/lib\(.*\).a,/\1,'`$(3).dll \
$(1) $(LDFLAGS) $(LIBS)