OpenSceneGraph/examples/osgdistortion/GNUmakefile.inst

12 lines
231 B
Plaintext
Raw Normal View History

2003-12-28 06:17:41 +08:00
TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgdistortion.cpp\
LIBS += -losgViewer -losgDB -losgText -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
2003-12-28 06:17:41 +08:00
EXEC = osgdistortion
include $(TOPDIR)/Make/makerules