summaryrefslogtreecommitdiff
path: root/build/windows
diff options
context:
space:
mode:
authorMatt Sturgeon <mttza1@gmail.com>2011-02-04 16:03:04 +0000
committerGabriel Burt <gabriel.burt@gmail.com>2011-02-04 10:39:30 -0600
commit4adcff18e505c8e0ad05c4380da7c310fd764fbd (patch)
tree4df6f9ed5960b33f3cbd9d58b572eb2e485cb106 /build/windows
parent5edc55ce91265197b1cedc2c9cafbb3f8dc2300d (diff)
windows: add /p:Platform="Any CPU" to build-banshee.bat (bgo#641513)
Signed-off-by: Gabriel Burt <gabriel.burt@gmail.com>
Diffstat (limited to 'build/windows')
-rw-r--r--build/windows/build-banshee.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/windows/build-banshee.bat b/build/windows/build-banshee.bat
index e97e0c437..c8ae0d82f 100644
--- a/build/windows/build-banshee.bat
+++ b/build/windows/build-banshee.bat
@@ -1,2 +1,2 @@
cd ..\..
-C:\WINDOWS\Microsoft.NET\Framework\v3.5\msbuild Banshee.sln /p:Configuration=Windows
+C:\WINDOWS\Microsoft.NET\Framework\v3.5\msbuild Banshee.sln /p:Configuration=Windows /p:Platform="Any CPU"