This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 24c2724 Start x2gohelper from X2Go Client. Revert name changing of X2Go Client and x2gohelper new 2c1bc8f x2gohelper. - Add Makefile for x2gohelper. 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: debian/changelog | 3 ++- x2gohelper/Makefile | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 x2gohelper/Makefile -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 2c1bc8f4cede8d87b72c8b7eaebbb246ce4496fc Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> Date: Fri Jul 11 10:14:05 2014 +0200 x2gohelper. - Add Makefile for x2gohelper. --- debian/changelog | 3 ++- x2gohelper/Makefile | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 25a6049..aa6b848 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,7 +26,8 @@ x2goclient (4.0.3.0-0x2go1) UNRELEASED; urgency=low - On Windows rename x2goclient.exe to x2goclient-mainprocess.exe and x2gohelper.exe to x2goclient.exe. - Start x2gohelper from X2Go Client. Revert name changing of X2Go Client and - x2gohelper + x2gohelper. + - Add Makefile for x2gohelper. [ Mike DePaulo ] * New upstream release (4.0.3.0): diff --git a/x2gohelper/Makefile b/x2gohelper/Makefile new file mode 100644 index 0000000..ae12ded --- /dev/null +++ b/x2gohelper/Makefile @@ -0,0 +1,4 @@ +all: + g++ -mwindows -o ../release/x2gohelper.exe x2gohelper.cpp +clean: + del ..\release\x2gohelper.exe -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git