aboutsummaryrefslogtreecommitdiff
path: root/build/BuildAll.bat
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2010-12-07 21:10:56 +0000
committerJon Skeet <skeet@pobox.com>2010-12-07 21:10:56 +0000
commit0c58d060f7e919439210fff5ee107e023b1c8199 (patch)
treebd3ccf6edb0ae2c932872e90b1d33c1ed9cf4dfa /build/BuildAll.bat
parent8bd5521e692b1decf541750c337f1e3b07eb8e1d (diff)
downloadprotobuf-0c58d060f7e919439210fff5ee107e023b1c8199.tar.gz
protobuf-0c58d060f7e919439210fff5ee107e023b1c8199.tar.bz2
protobuf-0c58d060f7e919439210fff5ee107e023b1c8199.zip
Renamed benchmark batch file, and made all other batch files use Any CPU target.
Diffstat (limited to 'build/BuildAll.bat')
-rw-r--r--build/BuildAll.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/BuildAll.bat b/build/BuildAll.bat
index 6e6e1528..9e027748 100644
--- a/build/BuildAll.bat
+++ b/build/BuildAll.bat
@@ -1,8 +1,8 @@
@ECHO OFF
-%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /t:Build /p:BuildConfiguration=Debug
+%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /t:Build /p:BuildConfiguration=Debug /p:Platform="Any CPU"
IF ERRORLEVEL 1 GOTO END
-%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /t:Build /p:BuildConfiguration=Debug_Silverlight2
+%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /t:Build /p:BuildConfiguration=Debug_Silverlight2 /p:Platform="Any CPU"
:END
PAUSE \ No newline at end of file