Initial on screen stats support

This commit is contained in:
Robert Osfield
2007-01-21 18:24:54 +00:00
parent d3ce4825d8
commit b47ef11d74
12 changed files with 444 additions and 186 deletions

View File

@@ -184,25 +184,22 @@ endif
APPLICATION_DIRS = \
osgversion
APPLICATION_DIRS += osgarchive \
osgconv \
osgviewer \
ifeq ($(GDAL_INSTALLED),yes)
APPLICATION_DIRS += osgdem
endif
ifeq ($(PRODUCER_INSTALLED),yes)
APPLICATION_DIRS += osgarchive \
osgconv \
osgviewer \
ifeq ($(GDAL_INSTALLED),yes)
APPLICATION_DIRS += osgdem
endif
APPLICATION_DIRS += osgproducerviewer
endif
EXAMPLE_DIRS =
ifeq ($(PRODUCER_INSTALLED),yes)
EXAMPLE_DIRS += osganimate \
EXAMPLE_DIRS = \
osganimate \
osgautotransform \
osgbillboard \
osgblendequation \
@@ -276,17 +273,16 @@ ifeq ($(PRODUCER_INSTALLED),yes)
osgvolume \
osgwindows \
ifeq ($(COMPILE_INTROSPECTION),yes)
EXAMPLE_DIRS += osgintrospection
endif
ifeq ($(GDAL_INSTALLED),yes)
EXAMPLE_DIRS += osgphotoalbum
EXAMPLE_DIRS += osgbluemarble
EXAMPLE_DIRS += osgsimulation
EXAMPLE_DIRS += osgfadetext
endif
ifeq ($(COMPILE_INTROSPECTION),yes)
EXAMPLE_DIRS += osgintrospection
endif
ifeq ($(GDAL_INSTALLED),yes)
EXAMPLE_DIRS += osgphotoalbum
EXAMPLE_DIRS += osgbluemarble
EXAMPLE_DIRS += osgsimulation
EXAMPLE_DIRS += osgfadetext
endif
ifeq ($(GLUT_INSTALLED),yes)