Files
OpenSceneGraph/src/osgWrappers/osgViewer/GNUmakefile
Robert Osfield fd2ffeb310 Renamed osg::CameraNode to osg::Camera, cleaned up osg::View.
Added beginnings of new osgViewer::Scene,View,Viewer,CompositeViewer and GraphicsWindowProxy files.
2006-11-27 14:52:07 +00:00

22 lines
439 B
Makefile

TOPDIR = ../../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
CompositeViewer.cpp\
GraphicsWindow.cpp\
GraphicsWindowProxy.cpp\
Scene.cpp\
SimpleViewer.cpp\
View.cpp\
Viewer.cpp\
LIBS += -losgViewer -losg -losgIntrospection $(GL_LIBS) $(OTHER_LIBS)
OPTF = -O
TARGET_BASENAME = osgViewer
include $(TOPDIR)/Make/cygwin_wrapper_def
WRAPPER = $(WRAPPER_PREFIX)$(TARGET_BASENAME).$(PLUGIN_EXT)
include $(TOPDIR)/Make/makerules