Added beginnings of new osgViewer::Scene,View,Viewer,CompositeViewer and GraphicsWindowProxy files.
22 lines
439 B
Makefile
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
|