OpenSceneGraph/examples/osgsimplifier/GNUmakefile.inst

14 lines
261 B
Plaintext
Raw Normal View History

2004-04-19 00:15:49 +08:00
TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgsimplifier.cpp\
LIBS += -losgProducer -lProducer -losgDB -losgText -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
EXEC = osgsimplifier
INC += $(X_INC)
include $(TOPDIR)/Make/makerules