Files
OpenSceneGraph/src/osgViewer/GNUmakefile
Robert Osfield 791d884b44 Added GraphicsWindowWin32 and GraphicsWindowCocoa classes, curently not implmented,
but added as a placeholder for members of the community to step forward and implement.
2006-12-27 15:04:04 +00:00

29 lines
484 B
Makefile

TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES = \
SimpleViewer.cpp\
View.cpp\
Scene.cpp\
Viewer.cpp\
CompositeViewer.cpp\
Version.cpp\
CXXFILES += GraphicsWindowX11.cpp\
# CXXFILES += GraphicsWindowWin32.cpp\
# CXXFILES += GraphicsWindowCocoa.cpp\
DEF += -DOSGVIEWER_LIBRARY
LIBS += -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(OTHER_LIBS)
TARGET_BASENAME = osgViewer
LIB = $(LIB_PREFIX)$(TARGET_BASENAME).$(LIB_EXT)
include $(TOPDIR)/Make/makerules