This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 79193c3 build-nsis-package.sh: more fixes after in situ testing, still quite dirty code new 3897f4a Make debug (console) an option. Disabled by default. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: bin/nsis-builder.bat => nsis-builder.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) copy bin/nsis-builder.bat => nsis-builder.bat (84%) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
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@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