diff options
| author | Mike DePaulo <mikedep333@gmail.com> | 2014-09-12 07:33:39 -0400 |
|---|---|---|
| committer | Mike DePaulo <mikedep333@gmail.com> | 2014-09-12 07:33:39 -0400 |
| commit | 2ee0c00a85cf68cf689b80e713874d14bef391fd (patch) | |
| tree | 685c6be794cdfeb1a0bcc4268a99babfe2b18303 /bin/mingw32-4.4+qt-4.8.wrapper.sh | |
| parent | b45ad2606eb4241aab0fa45ee575abea39e6f628 (diff) | |
| download | buildscripts-2ee0c00a85cf68cf689b80e713874d14bef391fd.tar.gz buildscripts-2ee0c00a85cf68cf689b80e713874d14bef391fd.tar.bz2 buildscripts-2ee0c00a85cf68cf689b80e713874d14bef391fd.zip | |
Initial work on handlings multiple versions of MinGW + Qt. MinGW 4.4 and Qt 4.8.5 are still hardcoded.
Diffstat (limited to 'bin/mingw32-4.4+qt-4.8.wrapper.sh')
| -rw-r--r-- | bin/mingw32-4.4+qt-4.8.wrapper.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/mingw32-4.4+qt-4.8.wrapper.sh b/bin/mingw32-4.4+qt-4.8.wrapper.sh new file mode 100644 index 0000000..1793502 --- /dev/null +++ b/bin/mingw32-4.4+qt-4.8.wrapper.sh @@ -0,0 +1,5 @@ +#!/bin/bash +# This script exists because it appears that you cannot pass env vars +# to C:\cygwin\bin\bash.exe from the windows command prompt. +NSIS_BUILD_FOR=mingw32-4.4:qt-4.8 +$1 $2 $3 $4 |
