22 lines
530 B
Makefile
22 lines
530 B
Makefile
TOPDIR = ../../..
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
CXXFILES =\
|
|
EventAdapter.cpp\
|
|
GraphicsContextImplementation.cpp\
|
|
KeyboardMouseCallback.cpp\
|
|
OsgCameraGroup.cpp\
|
|
OsgSceneHandler.cpp\
|
|
Viewer.cpp\
|
|
ViewerEventHandler.cpp\
|
|
|
|
LIBS += -losgProducer -losg -losgIntrospection -losgUtil -losgDB -lProducer -losgGA -losgText $(GL_LIBS) $(OTHER_LIBS)
|
|
|
|
OPTF = -O
|
|
|
|
TARGET_BASENAME = osgProducer
|
|
include $(TOPDIR)/Make/cygwin_wrapper_def
|
|
WRAPPER = $(WRAPPER_PREFIX)$(TARGET_BASENAME).$(PLUGIN_EXT)
|
|
|
|
include $(TOPDIR)/Make/makerules
|