[X2Go-Commits] [buildscripts] 01/01: Switch mingw32-4.8 builds to copy-deps-win32.bat

git-admin at x2go.org git-admin at x2go.org
Sun Jan 11 05:29:35 CET 2015


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

x2go pushed a commit to branch master
in repository buildscripts.

commit bace2e07454c67dac6b1fdcda4a3d183756c6b79
Author: Mike DePaulo <mikedep333 at gmail.com>
Date:   Sat Jan 10 23:29:35 2015 -0500

    Switch mingw32-4.8 builds to copy-deps-win32.bat
---
 bin/nsis-builder.bat |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/bin/nsis-builder.bat b/bin/nsis-builder.bat
index 32b3413..012a3ae 100755
--- a/bin/nsis-builder.bat
+++ b/bin/nsis-builder.bat
@@ -25,7 +25,13 @@ dir release\x2gohelper.exe
 rmdir /s /q nsis\x2goclient
 cd nsis
 mkdir x2goclient
-xcopy /S D:\Build\scripts\current_files\%1\%2\x2goclient x2goclient
+if "%1"=="mingw32-4.4" (
+	xcopy /S D:\Build\scripts\current_files\%1\%2\x2goclient x2goclient
+)
+
+if "%1"=="mingw32-4.8" (
+	..\copy-deps-win32.bat
+)
 copy ..\release\x2goclient.exe x2goclient\
 copy ..\release\x2gohelper.exe x2goclient\
 upx x2goclient\x2goclient.exe

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


More information about the x2go-commits mailing list