[X2Go-Commits] [buildscripts] 01/01: Make debug (console) an option. Disabled by default.
git-admin at x2go.org
git-admin at x2go.org
Thu Mar 6 04:07:10 CET 2014
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository buildscripts.
commit 3897f4afc038f640a6ab9f7d2a7d87f1d0be8562
Author: Mike DePaulo <mikedep333 at gmail.com>
Date: Wed Mar 5 22:06:48 2014 -0500
Make debug (console) an option. Disabled by default.
---
nsis-builder.bat | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/nsis-builder.bat b/nsis-builder.bat
new file mode 100644
index 0000000..5a857a4
--- /dev/null
+++ b/nsis-builder.bat
@@ -0,0 +1,22 @@
+call "D:\Qt\4.8.5\bin\qtvars.bat"
+set PATH=%PATH%;D:\MinGW\libexec\gcc\mingw32\4.4.0\
+set PATH=%PATH%;C:\Program Files (x86)\Git\bin\
+set PATH=%PATH%;D:\x2goclient-contrib\upx\3.91_bin\
+set PATH=%PATH%;C:\Program Files (x86)\NSIS\
+echo "hello" > D:\test.txt
+D:
+cd D:\Build\GIT\nightly\x2goclient
+rem use msysgit's sed
+rem enable debug
+if "%1"=="--console" sed -i 's/#CONFIG += console/CONFIG += console/' x2goclient.pro
+%COMSPEC% /c config_win.bat
+mingw32-make
+dir release\x2goclient.exe
+cd nsis
+mkdir x2goclient
+xcopy /S D:\Build\scripts\current_files\x2goclient x2goclient
+copy ..\release\x2goclient.exe x2goclient\
+upx x2goclient\x2goclient.exe
+makensis x2goclient.nsi
+
+
--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
More information about the x2go-commits
mailing list