[mapguide-commits] r7305 - branches/2.5/Installer

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sat Jan 12 09:28:02 PST 2013


Author: jng
Date: 2013-01-12 09:28:02 -0800 (Sat, 12 Jan 2013)
New Revision: 7305

Added:
   branches/2.5/Installer/build64_vce.bat
Log:
Check in a msbuild wrapper for VC Express 2010 64-bit. Needed only for the express toolchain

Added: branches/2.5/Installer/build64_vce.bat
===================================================================
--- branches/2.5/Installer/build64_vce.bat	                        (rev 0)
+++ branches/2.5/Installer/build64_vce.bat	2013-01-12 17:28:02 UTC (rev 7305)
@@ -0,0 +1,3 @@
+SET TARGET_CPU=amd64
+SET EXTRA_MSBUILD_OPTIONS=/p:PlatformToolset=Windows7.1SDK
+%MSBUILD% %EXTRA_MSBUILD_OPTIONS% InstallerPreReq%VS_SLN_SUFFIX%.sln
\ No newline at end of file



More information about the mapguide-commits mailing list