From 9e797a84087266d3a3f014fd9a100fa555751a62 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 6 Aug 2004 09:38:43 +0000 Subject: [PATCH] Fix for Mingw from Norman Vine. --- examples/osgdem/GNUmakefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/osgdem/GNUmakefile b/examples/osgdem/GNUmakefile index 551fb7aa2..751d6e403 100644 --- a/examples/osgdem/GNUmakefile +++ b/examples/osgdem/GNUmakefile @@ -8,10 +8,6 @@ INC += $(GDAL_INCLUDES) LIBS += -losgProducer -lProducer -losgTerrain -losgFX -losgGL2 -losgText -losgGA -losgDB -losgUtil -losg $(GDAL_LIBS) $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) -ifeq ($(OS),MINGW) -LIBS += -ljpeg -lpng -lgeotiff -ltiff -lz -L/usr/mingw/lib/malloc.o -endif - INSTFILES = \ $(CXXFILES)\ GNUmakefile.inst=GNUmakefile