Added a based SDL viewer - osgsimpleviewerSDL

This commit is contained in:
Robert Osfield
2006-09-30 20:06:26 +00:00
parent ef2498f3d1
commit a1afd67bc8
5 changed files with 159 additions and 4 deletions

View File

@@ -23,6 +23,8 @@ XINE_INSTALLED ?= no
QT3_INSTALLED ?= no
SDL_INSTALLED ?= no
ifeq ($(OS),Darwin)
DARWIN_QUICKTIME ?= yes
endif

View File

@@ -283,14 +283,14 @@ ifeq ($(PRODUCER_INSTALLED),yes)
endif
ifeq ($(GLUT_INSTALLED),yes)
EXAMPLE_DIRS += osgGLUTsimple
EXAMPLE_DIRS += osgGLUTkeyboardmouse
endif
ifeq ($(QT3_INSTALLED),yes)
EXAMPLE_DIRS += osgsimpleviewerQT3
endif
ifeq ($(SDL_INSTALLED),yes)
EXAMPLE_DIRS += osgsimpleviewerSDL
endif