[mapguide-commits] r8802 - sandbox/jng/diet_vs2015/Oem

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Oct 29 05:36:35 PDT 2015


Author: jng
Date: 2015-10-29 05:36:35 -0700 (Thu, 29 Oct 2015)
New Revision: 8802

Modified:
   sandbox/jng/diet_vs2015/Oem/build_oem.sh
Log:
Fix bad path in build_oem.sh

Modified: sandbox/jng/diet_vs2015/Oem/build_oem.sh
===================================================================
--- sandbox/jng/diet_vs2015/Oem/build_oem.sh	2015-10-29 12:24:42 UTC (rev 8801)
+++ sandbox/jng/diet_vs2015/Oem/build_oem.sh	2015-10-29 12:36:35 UTC (rev 8802)
@@ -367,7 +367,7 @@
 
 build_imake()
 {
-    pushd ../BuildTools/WebTools/IMake
+    pushd ../WebTools/IMake
     mkdir -p Linux/obj/debug
     make
     check_build
@@ -376,7 +376,7 @@
 
 clean_imake()
 {
-    pushd ../BuildTools/WebTools/IMake
+    pushd ../WebTools/IMake
     # Note: does not support clean as qmake is needed to regenerate the Makefile.
     # make clean
     # check_clean



More information about the mapguide-commits mailing list