[mapguide-commits] r8662 - sandbox/jng/diet_oem

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed May 13 07:04:36 PDT 2015


Author: jng
Date: 2015-05-13 07:04:36 -0700 (Wed, 13 May 2015)
New Revision: 8662

Modified:
   sandbox/jng/diet_oem/build_oem.sh
Log:
Update build_oem.sh to not build fusion and agg as they are still in the old location

Modified: sandbox/jng/diet_oem/build_oem.sh
===================================================================
--- sandbox/jng/diet_oem/build_oem.sh	2015-05-13 11:40:43 UTC (rev 8661)
+++ sandbox/jng/diet_oem/build_oem.sh	2015-05-13 14:04:36 UTC (rev 8662)
@@ -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
@@ -673,7 +673,7 @@
 #**********************************************************
 
 pushd Oem
-for lib in linuxapt fusion ace dwfcore dwftk geos bdbxml cppunit imake zlib libpng jpeg freetype gd agg json csmap;
+for lib in linuxapt fusion ace dwfcore dwftk geos bdbxml cppunit imake zlib libpng jpeg freetype gd json csmap;
 do
     echo "$lib: Initialization..........................."
     init_"$lib"



More information about the mapguide-commits mailing list