summaryrefslogtreecommitdiffstats
path: root/tools/copydlldeps.md
diff options
context:
space:
mode:
authordl5rcw <dl5rcw@users.noreply.github.com>2016-02-10 08:35:51 (GMT)
committerdl5rcw <dl5rcw@users.noreply.github.com>2016-02-10 08:35:51 (GMT)
commit46e6911edc4a2d3da700dd93234e1510607edf69 (patch)
treec854de4178c17dde79c69bd1049dc140a6ff15fd /tools/copydlldeps.md
parent37ea726082c31dd90899a2d8e3d0e894f5dab90f (diff)
downloadmxe-46e6911edc4a2d3da700dd93234e1510607edf69.zip
mxe-46e6911edc4a2d3da700dd93234e1510607edf69.tar.gz
mxe-46e6911edc4a2d3da700dd93234e1510607edf69.tar.bz2
markdown with code blocks
just noticed md + code blocks need these
Diffstat (limited to 'tools/copydlldeps.md')
-rw-r--r--tools/copydlldeps.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/copydlldeps.md b/tools/copydlldeps.md
index 1809e12..c8145ae 100644
--- a/tools/copydlldeps.md
+++ b/tools/copydlldeps.md
@@ -4,6 +4,7 @@ This document was created 2016-02-05. It belongs to copydlldeps.sh and is part o
I call it on the command line like:
+```
/share/mxe/tools/copydlldeps.sh --infile /home/mxeuser/test/i686-w64-mingw32.shared/Application.exe \
--destdir /home/mxeuser/testdlls/ \
--recursivesrcdir /home/mxeuser/mxe/usr/i686-w64-mingw32.shared/ \
@@ -11,9 +12,11 @@ I call it on the command line like:
--copy \
--enforce /home/mxeuser/mxe/usr/i686-w64-mingw32.shared/qt5/plugins/platforms/ \
--objdump /home/mxeuser/mxe/usr/bin/i686-w64-mingw32.shared-objdump
+```
It got embedded in a build script like:
+```
MXEPATH=/path/to/mxe
compiler=i686-w64-mingw32.shared
orgDir=/path/to/my/nsis/dll #nsis is then copying all dlls in there to the place where the exe is located
@@ -42,7 +45,7 @@ else
--enforce $MXEPATH/usr/$compiler/qt5/plugins/platforms/ \
--copy | tee -a $CURLOG
fi
-
+```
Additional hints
================