diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-04-20 10:09:49 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-04-20 10:09:49 +0200 |
commit | 46867d77cb55c76c9f7d7b64dad519c5bd0393cc (patch) | |
tree | 5ebd1d528af2133545c59c67e2b0f69cd203e6fe /bin/mingw32-4.4+qt-4.8.wrapper.sh | |
parent | 72f682adad3b0e230fa1405cfdaf58e38302b918 (diff) | |
download | buildscripts-46867d77cb55c76c9f7d7b64dad519c5bd0393cc.tar.gz buildscripts-46867d77cb55c76c9f7d7b64dad519c5bd0393cc.tar.bz2 buildscripts-46867d77cb55c76c9f7d7b64dad519c5bd0393cc.zip |
fork X2Go buildscripts for Arctica Project
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, 0 insertions, 5 deletions
diff --git a/bin/mingw32-4.4+qt-4.8.wrapper.sh b/bin/mingw32-4.4+qt-4.8.wrapper.sh deleted file mode 100644 index 71eccfe..0000000 --- a/bin/mingw32-4.4+qt-4.8.wrapper.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/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. -export NSIS_BUILD_FOR="mingw32-4.4:qt-4.8" -$1 $2 $3 $4 |