OpenSceneGraph/examples/osgphotoalbum/GNUmakefile.inst

13 lines
240 B
Plaintext
Raw Normal View History

2003-12-09 20:11:21 +08:00
TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgphotoalbum.cpp\
LIBS += -losgViewer -losgText -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
2003-12-09 20:11:21 +08:00
EXEC = osgphotoalbum
include $(TOPDIR)/Make/makerules