aboutsummaryrefslogtreecommitdiff
path: root/buildall.sh
diff options
context:
space:
mode:
authorMike DePaulo <mikedep333@gmail.com>2014-09-01 11:10:55 -0400
committerMike DePaulo <mikedep333@gmail.com>2015-05-09 17:22:26 -0400
commitca57abfde2229c887cbc2214cac2dc4978db0ad8 (patch)
tree905249e648c2cf5f30f4d4373f102f1c2d593a52 /buildall.sh
parent2e00f3764228cfc91180bbe9375a8d85e0e65a5b (diff)
downloadvcxsrv-ca57abfde2229c887cbc2214cac2dc4978db0ad8.tar.gz
vcxsrv-ca57abfde2229c887cbc2214cac2dc4978db0ad8.tar.bz2
vcxsrv-ca57abfde2229c887cbc2214cac2dc4978db0ad8.zip
Initial work to get VcXsrv 1.15.2.0 to compile under the MSVC2013 XP target
Diffstat (limited to 'buildall.sh')
-rwxr-xr-xbuildall.sh2
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'