[mapguide-commits] r7538 - branches/2.4/Installer

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed May 29 13:47:15 PDT 2013


Author: jng
Date: 2013-05-29 13:47:15 -0700 (Wed, 29 May 2013)
New Revision: 7538

Added:
   branches/2.4/Installer/build64_vce.bat
Modified:
   branches/2.4/Installer/build64.bat
Log:
#2210: Script tweak to facilitate Jenkins

Modified: branches/2.4/Installer/build64.bat
===================================================================
--- branches/2.4/Installer/build64.bat	2013-05-29 20:46:33 UTC (rev 7537)
+++ branches/2.4/Installer/build64.bat	2013-05-29 20:47:15 UTC (rev 7538)
@@ -247,6 +247,8 @@
 if not exist "%MG_SOURCE%\CS-Map" goto error_mg_csmap_not_found
 echo [prepare] Installer Pre-Requisites
 %MSBUILD% InstallerPreReq%VS_SLN_SUFFIX%.sln
+REM Uncomment line below (and comment line above) if you are building 64-bit with Visual C++ 2010 express 
+REM call build64_vce.bat
 copy %INSTALLER_FDO_REG_UTIL%\%TYPEBUILD%\FdoRegUtil.exe %MG_SOURCE%\Server\FDO
 popd
 echo [prepare] Unpack Apache httpd

Added: branches/2.4/Installer/build64_vce.bat
===================================================================
--- branches/2.4/Installer/build64_vce.bat	                        (rev 0)
+++ branches/2.4/Installer/build64_vce.bat	2013-05-29 20:47:15 UTC (rev 7538)
@@ -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