[X2Go-Commits] [x2goclient] 01/01: config_win.bat: enable release by default, fetch command line parameter and compare against debug.
git-admin at x2go.org
git-admin at x2go.org
Sun May 10 01:56:03 CEST 2015
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2goclient.
commit 2635f627aaf0c00c88a09a682ee53bedf95a643b
Author: Mihai Moldovan <ionic at ionic.de>
Date: Sun May 10 01:54:04 2015 +0200
config_win.bat: enable release by default, fetch command line parameter and compare against debug.
Enable debug and console features in that case.
---
config_win.bat | 4 +++-
debian/changelog | 3 +++
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/config_win.bat b/config_win.bat
index a818322..c54f305 100755
--- a/config_win.bat
+++ b/config_win.bat
@@ -11,7 +11,9 @@ lrelease ..\x2goclient.pro
set X2GO_CLIENT_TARGET=
-qmake ..\x2goclient.pro
+set config=release
+if [%1]==[debug] set config=debug console
+qmake ..\x2goclient.pro CONFIG+="%config%"
cd ..
cd x2gohelper
diff --git a/debian/changelog b/debian/changelog
index 143c1ed..fc2aa9d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -368,6 +368,9 @@ x2goclient (4.0.4.0-0x2go1) UNRELEASED; urgency=low
4.8.0 and higher. The old "compat" behavior is retained for older
versions of Qt, which do not have the semantics of a UI display
language. Fixes: #845.
+ - config_win.bat: enable release by default, fetch command line parameter
+ and compare against debug. Enable debug and console features in that
+ case.
[ Fernando Pedemonte ]
* New upstream release (4.0.4.0):
--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
More information about the x2go-commits
mailing list