Changeset 3250
- Timestamp:
- 08/06/04 11:38:43 (9 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/examples/osgdem/GNUmakefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgdem/GNUmakefile
r3230 r3250 8 8 9 9 LIBS += -losgProducer -lProducer -losgTerrain -losgFX -losgGL2 -losgText -losgGA -losgDB -losgUtil -losg $(GDAL_LIBS) $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) 10 11 ifeq ($(OS),MINGW)12 LIBS += -ljpeg -lpng -lgeotiff -ltiff -lz -L/usr/mingw/lib/malloc.o13 endif14 10 15 11 INSTFILES = \
