OpenSceneGraph/applications/osgproducerviewer/GNUmakefile.inst
Robert Osfield d6834d7abc Added osgproducerviewer, in the form of orignal Producer based osgviewer, leaving the
new osgViewer based osgviewer focused on just osgViewer functionality.
2007-01-21 18:46:01 +00:00

14 lines
270 B
Plaintext

TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgproducerviewer.cpp\
LIBS += --losgProducer -lProducer -losgDB -losgText -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
EXEC = osgproducerviewer
INC += $(X_INC)
include $(TOPDIR)/Make/makerules