[mapguide-commits] r8883 - sandbox/jng/rfc155_installer/Libraries/MapGuide Web Extensions

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Mar 14 09:33:16 PDT 2016


Author: jng
Date: 2016-03-14 09:33:16 -0700 (Mon, 14 Mar 2016)
New Revision: 8883

Modified:
   sandbox/jng/rfc155_installer/Libraries/MapGuide Web Extensions/Apache.wxs
Log:
Update custom action reference

Modified: sandbox/jng/rfc155_installer/Libraries/MapGuide Web Extensions/Apache.wxs
===================================================================
--- sandbox/jng/rfc155_installer/Libraries/MapGuide Web Extensions/Apache.wxs	2016-03-14 16:32:56 UTC (rev 8882)
+++ sandbox/jng/rfc155_installer/Libraries/MapGuide Web Extensions/Apache.wxs	2016-03-14 16:33:16 UTC (rev 8883)
@@ -6,10 +6,10 @@
     -->
     <?if "$(var.MgPlatform)" = "x64" ?>
         <!-- apache_actions.dll path -->
-        <?define ACTION_DLL_PATH = "..\..\Custom\apache_actions\bin110_x64\apache_actions.dll" ?>
+        <?define ACTION_DLL_PATH = "..\..\Custom\apache_actions\bin140_x64\apache_actions.dll" ?>
     <?else ?>
         <!-- apache_actions.dll path -->
-        <?define ACTION_DLL_PATH = "..\..\Custom\apache_actions\bin110_Win32\apache_actions.dll" ?>
+        <?define ACTION_DLL_PATH = "..\..\Custom\apache_actions\bin140_Win32\apache_actions.dll" ?>
     <?endif ?>
     <Fragment>
         <Binary Id="ApacheActions" SourceFile="$(var.ACTION_DLL_PATH)" />



More information about the mapguide-commits mailing list