From 65a9a8043e69c07ac016650ac48cc80794d92d96 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 12 Jun 2002 14:57:35 +0000 Subject: [PATCH] Changes for MacOSX build, send in by Bob Kuehne. --- Make/makedefs | 12 ++++++++---- src/osgParticle/Makefile | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Make/makedefs b/Make/makedefs index 362fc6e1d..a8ecc0401 100644 --- a/Make/makedefs +++ b/Make/makedefs @@ -235,10 +235,14 @@ ifeq ($(OS),Darwin) LIB_EXT = dylib QUICKTIME_LIB = -framework QuickTime TIFF_LIB = -ltiff - SRC_DIRS = osg osgUtil osgDB osgGLUT osgPlugins Demos - PLUGIN_DIRS = osg rgb lib3ds flt obj lwo txp bmp pic tga osgtgz tgz zip - DEMOS_DIRS = hangglide osgbillboard osgcluster osgconv osgcopy osgcube osgimpostor\ - osgreflect osgscribe osgstereoimage osgtexture osgviews osgversion sgv + SRC_DIRS = osg osgGA osgUtil osgDB osgGLUT osgParticle \ + osgPlugins Demos + PLUGIN_DIRS = osg rgb lib3ds flt obj lwo txp bmp pic tga \ + osgtgz tgz zip + DEMOS_DIRS = hangglide osgbillboard osgcluster osgconv osgcopy \ + osgcube osgimpostor osgreflect osgscribe \ + osgstereoimage osgtexture osgviews osgversion \ + sgv osgparticle endif #### Cygwin/Mingw specific definitions diff --git a/src/osgParticle/Makefile b/src/osgParticle/Makefile index b96fe9c1d..fb1fb13eb 100644 --- a/src/osgParticle/Makefile +++ b/src/osgParticle/Makefile @@ -36,7 +36,7 @@ CXXFILES =\ -LIBS += -losg $(OTHER_LIBS) $(DYNAMICLIBRARYLIB) +LIBS += -losg -losgDB -losgUtil $(GL_LIBS) $(OTHER_LIBS) $(DYNAMICLIBRARYLIB) DEF += -DOSGPARTICLE_LIBRARY TARGET_BASENAME = osgParticle