From: Kevin Wasserman Date: Thu, 8 Jan 2015 21:59:09 +0000 (-0500) Subject: target x86, not x64 in win-build.bat X-Git-Url: http://www.project-moonshot.org/gitweb/?p=gssweb.git;a=commitdiff_plain;h=df68651046d357c55a1202042e52aa44ecfa2d41 target x86, not x64 in win-build.bat --- diff --git a/win-build.bat b/win-build.bat index 38ef6ea..7c6f882 100644 --- a/win-build.bat +++ b/win-build.bat @@ -3,6 +3,6 @@ del /f /s /q build rd /s /q build mkdir build cd build -call setenv /x64 /Debug +call setenv /x86 /Debug cmake -DCMAKE_BUILD_TYPE=Debug -G "NMake Makefiles" ../ nmake -f Makefile