This is an automated email from the git hooks/post-receive script. x2go pushed a commit to annotated tag 1.15.2.2-xp+vc2013+x2go1 in repository vcxsrv. commit cf84b2dc07ef59c1adb4fe29789c7dbbbd35fbb4 Author: Mike DePaulo <mikedep333@gmail.com> Date: Mon Sep 1 16:32:31 2014 -0400 Update buildall.bat to work with VS express edition. Note that I am not using buildall.bat to build currently. --- buildall.bat | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/buildall.bat b/buildall.bat index 2cb1dc0..be183c1 100644 --- a/buildall.bat +++ b/buildall.bat @@ -3,9 +3,9 @@ if %errorlevel% NEQ 0 goto nasmerror echo on -devenv.com freetype\freetypevc10.sln /build "Release Multithreaded|Win32" +MSBuild.exe freetype\freetypevc10.sln /t:Build /p:Configuration="Release Multithreaded" /p:Platform=Win32 if %errorlevel% NEQ 0 goto end -devenv.com freetype\freetypevc10.sln /build "Debug Multithreaded|Win32" +MSBuild.exe freetype\freetypevc10.sln /t:Build /p:Configuration="Debug Multithreaded" /p:Platform=Win32 if %errorlevel% NEQ 0 goto end cd openssl perl Configure VC-WIN32 @@ -22,9 +22,9 @@ if %errorlevel% NEQ 0 goto end nmake VC-static-debug if %errorlevel% NEQ 0 goto end cd .. -devenv.com tools\mhmake\mhmakevc10.sln /build "Release|Win32" +MSBuild.exe tools\mhmake\mhmakevc10.sln /t:Build /p:Configuration=Release /p:Platform=Win32 if %errorlevel% NEQ 0 goto end -devenv.com tools\mhmake\mhmakevc10.sln /build "Debug|Win32" +MSBuild.exe tools\mhmake\mhmakevc10.sln /t:Build /p:Configuration=Debug /p:Platform=Win32 if %errorlevel% NEQ 0 goto end set MHMAKECONF=%~dp0 @@ -41,4 +41,4 @@ goto end :nasmerror echo Please put nasm in the path -:end \ No newline at end of file +:end -- Alioth's /srv/git/code.x2go.org/vcxsrv.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/vcxsrv.git