OpenSceneGraph/examples/osgviewer/GNUmakefile.inst
2003-09-04 08:50:06 +00:00

14 lines
253 B
Plaintext

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