This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch feature/cleanup in repository x2goclient. from 4341e2f config_win.bat: fix missed lrelease call. new d2706ee x2gohelper/Makefile: and delete correct binary file, if requested. 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: x2gohelper/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/code.x2go.org/x2goclient.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 feature/cleanup in repository x2goclient. commit d2706ee31bf632055489b65312ed023c7ee04439 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Mar 6 01:27:00 2015 +0100 x2gohelper/Makefile: and delete correct binary file, if requested. --- x2gohelper/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x2gohelper/Makefile b/x2gohelper/Makefile index bf67ded..1c3f886 100644 --- a/x2gohelper/Makefile +++ b/x2gohelper/Makefile @@ -1,4 +1,4 @@ all: g++ -mwindows -o ../client_build/release/x2gohelper.exe x2gohelper.cpp clean: - del ..\release\x2gohelper.exe + del ..\client_build\release\x2gohelper.exe -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git