Changes for Mac OSX build, sent in by Bob Kuehne

This commit is contained in:
Robert Osfield
2002-04-24 20:04:34 +00:00
parent b2e6279178
commit 8f3debaf9b
3 changed files with 10 additions and 6 deletions

View File

@@ -224,7 +224,10 @@ 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
endif
#### Cygwin/Mingw specific definitions