[mapguide-commits] r7539 - trunk/Installer
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Wed May 29 13:49:00 PDT 2013
Author: jng
Date: 2013-05-29 13:49:00 -0700 (Wed, 29 May 2013)
New Revision: 7539
Modified:
trunk/Installer/build64.bat
Log:
#2210: Script tweak to facilitate Jenkins
Modified: trunk/Installer/build64.bat
===================================================================
--- trunk/Installer/build64.bat 2013-05-29 20:47:15 UTC (rev 7538)
+++ trunk/Installer/build64.bat 2013-05-29 20:49:00 UTC (rev 7539)
@@ -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