From 46e6911edc4a2d3da700dd93234e1510607edf69 Mon Sep 17 00:00:00 2001 From: dl5rcw Date: Wed, 10 Feb 2016 09:35:51 +0100 Subject: markdown with code blocks just noticed md + code blocks need these --- tools/copydlldeps.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 ================ -- cgit v0.12