[X2Go-Commits] [buildscripts] 01/01: Add mingw32-4.8+qt-4.8+release.wrapper.sh

git-admin at x2go.org git-admin at x2go.org
Sat May 9 17:08:03 CEST 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository buildscripts.

commit bc3b072a11f72bd4e0633e2bbd2de020b3ca4e3c
Author: Mike DePaulo <mikedep333 at gmail.com>
Date:   Sat May 9 11:07:29 2015 -0400

    Add mingw32-4.8+qt-4.8+release.wrapper.sh
---
 bin/mingw32-4.8+qt-4.8+release.wrapper.sh |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/bin/mingw32-4.8+qt-4.8+release.wrapper.sh b/bin/mingw32-4.8+qt-4.8+release.wrapper.sh
new file mode 100755
index 0000000..1e217d4
--- /dev/null
+++ b/bin/mingw32-4.8+qt-4.8+release.wrapper.sh
@@ -0,0 +1,6 @@
+#!/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.8:qt-4.8"
+export RELEASE="TRUE"
+$1 $2 $3 $4

--
Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git


More information about the x2go-commits mailing list