aboutsummaryrefslogtreecommitdiff
path: root/buildall.sh
diff options
context:
space:
mode:
authorMike DePaulo <mikedep333@gmail.com>2014-04-05 10:57:08 -0400
committerMike DePaulo <mikedep333@gmail.com>2014-04-05 10:57:08 -0400
commit3691880b30d149d27b9116f48069cf6e33bb6ff9 (patch)
tree2d60a1f9b4b3ea0c30487fdf81b16d5b439f60e9 /buildall.sh
parent4888b09cfc72713f460dd7457fb2b7eca0abb91c (diff)
downloadvcxsrv-3691880b30d149d27b9116f48069cf6e33bb6ff9.tar.gz
vcxsrv-3691880b30d149d27b9116f48069cf6e33bb6ff9.tar.bz2
vcxsrv-3691880b30d149d27b9116f48069cf6e33bb6ff9.zip
Initial work to get VcXsrv to build with MSVC2012 xp compatibility, and for my build environment with cygwin bash.
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'