[mapguide-commits] r8878 - sandbox/jng/rfc155

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Mar 14 04:29:56 PDT 2016


Author: jng
Date: 2016-03-14 04:29:56 -0700 (Mon, 14 Mar 2016)
New Revision: 8878

Modified:
   sandbox/jng/rfc155/setenvironment.bat
   sandbox/jng/rfc155/setenvironment64.bat
Log:
Update versions in setenvironment[64].bat

Modified: sandbox/jng/rfc155/setenvironment.bat
===================================================================
--- sandbox/jng/rfc155/setenvironment.bat	2016-03-14 10:59:58 UTC (rev 8877)
+++ sandbox/jng/rfc155/setenvironment.bat	2016-03-14 11:29:56 UTC (rev 8878)
@@ -101,9 +101,9 @@
 call prepare_webtier_components.bat
 
 rem Set the env vars that VS will reference
-SET PHP_SRC=%MG_OEM%\LinuxApt\php-5.5.17
+SET PHP_SRC=%MG_OEM%\LinuxApt\php-5.5.33
 SET PHP_LIB=%MG_OEM%\php\Release_TS
-SET HTTPD_SRC=%MG_OEM%\LinuxApt\httpd-2.4.10
+SET HTTPD_SRC=%MG_OEM%\LinuxApt\httpd-2.4.18
 SET HTTPD_LIB=%MG_OEM%\httpd\lib
 rem Sanity checks
 if not exist "%PHP_SRC%" echo Environment variable PHP_SRC does not point to a valid directory (%PHP_SRC%). Please edit setenvironment64.bat to ensure PHP_SRC points to a valid directory

Modified: sandbox/jng/rfc155/setenvironment64.bat
===================================================================
--- sandbox/jng/rfc155/setenvironment64.bat	2016-03-14 10:59:58 UTC (rev 8877)
+++ sandbox/jng/rfc155/setenvironment64.bat	2016-03-14 11:29:56 UTC (rev 8878)
@@ -106,9 +106,9 @@
 call prepare_webtier_components.bat
 
 rem Set the env vars that VS will reference
-SET PHP_SRC=%MG_OEM%\LinuxApt\php-5.5.17
+SET PHP_SRC=%MG_OEM%\LinuxApt\php-5.5.33
 SET PHP_LIB=%MG_OEM%\php\x64\Release_TS
-SET HTTPD_SRC=%MG_OEM%\LinuxApt\httpd-2.4.10
+SET HTTPD_SRC=%MG_OEM%\LinuxApt\httpd-2.4.18
 SET HTTPD_LIB=%MG_OEM%\httpd\lib64
 rem Sanity checks
 if not exist "%PHP_SRC%" echo Environment variable PHP_SRC does not point to a valid directory (%PHP_SRC%). Please edit setenvironment64.bat to ensure PHP_SRC points to a valid directory



More information about the mapguide-commits mailing list