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

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed May 29 13:46:33 PDT 2013


Author: jng
Date: 2013-05-29 13:46:33 -0700 (Wed, 29 May 2013)
New Revision: 7537

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

Modified: branches/2.5/Installer/build64.bat
===================================================================
--- branches/2.5/Installer/build64.bat	2013-05-29 19:34:53 UTC (rev 7536)
+++ branches/2.5/Installer/build64.bat	2013-05-29 20:46:33 UTC (rev 7537)
@@ -254,6 +254,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



More information about the mapguide-commits mailing list