OpenSceneGraph/examples/osgdem/GNUmakefile.inst

14 lines
277 B
Plaintext
Raw Normal View History

2003-10-28 00:07:21 +08:00
TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgdem.cpp\
LIBS += -losgProducer -lProducer -losgTerrain -losgFX -losgGL2 -losgDB -losgText -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
2003-10-28 00:07:21 +08:00
EXEC = osgdem
INC += $(X_INC)
include $(TOPDIR)/Make/makerules