OpenSceneGraph/examples/osgsimplifier/GNUmakefile.inst
2004-04-18 16:15:49 +00:00

14 lines
261 B
Plaintext

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