This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit c4a7627f78440bbcb4c76dc1f17ab1540ac2de13 Author: Ulrich Sibiller <uli42@gmx.de> Date: Thu Dec 1 21:45:06 2022 +0100 x2gohelper/: add Makefile.mxe. --- debian/changelog | 1 + x2gohelper/Makefile.mxe | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index c32b51f..6f536b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -218,6 +218,7 @@ x2goclient (4.1.2.3-0x2go1) UNRELEASED; urgency=medium - /: add handle_mxe.sh, MXE control script. - x2goclient.pro: use different parameters for MXE builds. - x2gohelper/x2gohelper.cpp: use lower-case header files. + - x2gohelper/: add Makefile.mxe. -- X2Go Release Manager <git-admin@x2go.org> Thu, 13 Feb 2020 12:31:20 +0100 diff --git a/x2gohelper/Makefile.mxe b/x2gohelper/Makefile.mxe new file mode 100644 index 0000000..b7b94ee --- /dev/null +++ b/x2gohelper/Makefile.mxe @@ -0,0 +1,4 @@ +all: + ${MXE_BASE}/bin/${MXE_TARGET}-g++ -I ${MXE_BASE}/${MXE_TARGET}/include -o ../${BUILD_DIR}/${BUILD_CONFIG}/x2gohelper.exe x2gohelper.cpp +clean: + rm -f ../${BUILD_DIR}/${BUILD_CONFIG}/x2gohelper.exe -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git