OpenSceneGraph/applications/osgversion/GNUmakefile.inst
2007-01-10 14:56:22 +00:00

12 lines
185 B
Plaintext

TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgversion.cpp\
LIBS += -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
EXEC = osgversion
include $(TOPDIR)/Make/makerules