OpenSceneGraph/examples/osgviewer/GNUmakefile.inst

14 lines
253 B
Plaintext
Raw Normal View History

TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgviewer.cpp\
2003-03-27 21:51:40 +08:00
LIBS += -losgProducer -lProducer -losgDB -losgText -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
EXEC = osgviewer
2003-09-04 16:50:06 +08:00
INC += $(X_INC)
include $(TOPDIR)/Make/makerules