diff --git a/runexamples.bat b/runexamples.bat index 6d26f528b..a189d472f 100644 --- a/runexamples.bat +++ b/runexamples.bat @@ -34,8 +34,8 @@ osgvertexprogram echo osgviewer Town.osg osgviewer Town.osg -#echo osgviewer afterescher.geo -#osgviewer afterescher.geo +echo osgviewer afterescher.geo +osgviewer afterescher.geo echo osgshape osgshape diff --git a/src/osgPlugins/geo/GNUmakefile b/src/osgPlugins/geo/GNUmakefile index db29be606..4cc0419e9 100644 --- a/src/osgPlugins/geo/GNUmakefile +++ b/src/osgPlugins/geo/GNUmakefile @@ -6,13 +6,7 @@ CXXFILES =\ ReaderWriterGEO.cpp -##LIBS += -losgText -losgSim $(OSG_LIBS) $(OTHER_LIBS) -LIBS = - -#### MacOS X specific definitions -ifeq ($(OS),Darwin) -LINKARGS += -Wl,multiply_defined -Wl,suppress -endif +LIBS += -losgText -losgSim $(OSG_LIBS) $(OTHER_LIBS) TARGET_BASENAME = geo