diff options
author | Mike DePaulo <mikedep333@gmail.com> | 2014-09-01 11:10:55 -0400 |
---|---|---|
committer | Mike DePaulo <mikedep333@gmail.com> | 2014-09-01 11:10:55 -0400 |
commit | 3ffe138ff93e1eb8775558e32bd6adebc6ce7672 (patch) | |
tree | cf90339f5be4444e4fc031dadcc7b0400cfd005c /buildall.sh | |
parent | 0fc6b05dc947d92381453fbe0ce690196719da86 (diff) | |
download | vcxsrv-3ffe138ff93e1eb8775558e32bd6adebc6ce7672.tar.gz vcxsrv-3ffe138ff93e1eb8775558e32bd6adebc6ce7672.tar.bz2 vcxsrv-3ffe138ff93e1eb8775558e32bd6adebc6ce7672.zip |
Initial work to get VcXsrv 1.15.2.0 to compile under the MSVC2013 XP target
Diffstat (limited to 'buildall.sh')
-rwxr-xr-x | buildall.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildall.sh b/buildall.sh index fd7976383..3fc77651e 100755 --- a/buildall.sh +++ b/buildall.sh @@ -65,7 +65,7 @@ check-error 'Error compiling mhmake for release' MSBuild.exe tools/mhmake/mhmakevc10.sln /t:Build /p:Configuration=Debug /p:Platform=Win32 check-error 'Error compiling mhmake for debug' -export MHMAKECONF=`cygpath -da .` +export MHMAKECONF=`cygpath -wa .` tools/mhmake/release/mhmake $PARBUILD -C xorg-server MAKESERVER=1 DEBUG=1 check-error 'Error compiling vcxsrv for debug' |