Updates to windows build docs.

Merge fixes for OSX from bob.

Added checking for impostor sprites into stats.
This commit is contained in:
Robert Osfield
2002-08-30 16:17:41 +00:00
parent cf9e9e2b5b
commit a68d95d2f6
3 changed files with 45 additions and 15 deletions

View File

@@ -270,16 +270,16 @@ endif
#### MacOS X specific definitions
ifeq ($(OS),Darwin)
C++ = cc
INC += -I/usr/include
C++ = c++
INC +=
DEF += -Wall -D__DARWIN_OSX__
OPTF = -O2
DBGF = -g
DBGF = -g -DOSG_COMPILE_UNIT_TESTS
DEPARG = -M $(DEF)
SHARED = -shared
ARCHARGS =
LINKARGS = -L/usr/lib
DYNAMICLIBRARYLIB =
LINKARGS =
DYNAMICLIBRARYLIB =
OSG_LIBS = -losgGLUT -losgGA -losgDB -losgUtil -losg
FREETYPE_LIB = -lfreetype
GLUT_LIB = -framework GLUT
@@ -295,6 +295,8 @@ ifeq ($(OS),Darwin)
osgGA osgGLUT \
osgPlugins osgParticle \
Demos
LIBVERSION = -dylib_current_version 0.9.1
# Plugins which require external libs: gif jpeg png tiff
PLUGIN_DIRS = bmp dw flt \
lib3ds logos lwo obj \