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

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


Author: jng
Date: 2015-05-13 07:07:09 -0700 (Wed, 13 May 2015)
New Revision: 8664

Modified:
   sandbox/jng/diet_oem/build_oem.sh
Log:
Remove un-used code from build_oem.sh

Modified: sandbox/jng/diet_oem/build_oem.sh
===================================================================
--- sandbox/jng/diet_oem/build_oem.sh	2015-05-13 14:05:30 UTC (rev 8663)
+++ sandbox/jng/diet_oem/build_oem.sh	2015-05-13 14:07:09 UTC (rev 8664)
@@ -543,36 +543,6 @@
 }
 
 #**********************************************************
-# Build AGG 2.4
-# Notes: none
-#**********************************************************
-
-init_agg()
-{
-    LIB_NAME="AGG 2.4"
-}
-
-build_agg()
-{
-    pushd agg-2.4
-    if [ $BUILD_CPU -eq 64 ]; then
-        make EXTRACXXFLAGS="-fPIC -m64"
-    else
-        make
-    fi
-    check_build
-    popd
-}
-
-clean_agg()
-{
-    pushd agg-2.4
-    make clean
-    check_clean
-    popd
-}
-
-#**********************************************************
 # Build JSON
 # Notes: none
 #**********************************************************
@@ -644,36 +614,11 @@
 }
 
 #**********************************************************
-# Build Fusion
-# Notes: requires Apache Ant
-#**********************************************************
-
-init_fusion()
-{
-    LIB_NAME="Fusion"
-}
-
-build_fusion()
-{
-    pushd fusion
-    ant prepare
-    ant compress
-    popd
-}
-
-clean_fusion()
-{
-    pushd fusion
-    ant clean
-    popd
-}
-
-#**********************************************************
 # Script loop
 #**********************************************************
 
 pushd Oem
-for lib in linuxapt fusion ace dwfcore dwftk geos bdbxml cppunit imake zlib libpng jpeg freetype gd json csmap;
+for lib in linuxapt 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