summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoerg Koenig <Joerg.Koenig@techsat.com>2019-05-21 06:27:06 (GMT)
committerJoerg Koenig <Joerg.Koenig@techsat.com>2019-05-21 06:27:06 (GMT)
commit61f2968761a2280940d7d56701dc92b9b0325765 (patch)
tree0d50c9319001d7f720ce23a9b6a4aa56c85e4dbf /Makefile
parentfb286dc9bb09a5a847b99a49850e0df7bb4ed000 (diff)
downloadQt-61f2968761a2280940d7d56701dc92b9b0325765.zip
Qt-61f2968761a2280940d7d56701dc92b9b0325765.tar.gz
Qt-61f2968761a2280940d7d56701dc92b9b0325765.tar.bz2
Creating GNU import libraries from MSVC DLLsrefs/changes/51/7551/1
Change-Id: I374dad6b8d11b1a6a85ac0d46cc8498ffb7b4ee1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ffd7e6c..7ae9130 100644
--- a/Makefile
+++ b/Makefile
@@ -157,3 +157,8 @@ merge:
clean:
rm -Rf build.$(ARCH)
rm -Rf install.$(ARCH)
+
+dll2a:
+ for d in $(DLL_DIR)/*.dll; do \
+ $(GCC_PATH)/bin/$(XPREFIX)dll2a $$d -l $(LIBDIR) ; \
+ done;