OpenSceneGraph/examples/osgfxbrowser/GNUmakefile.inst

13 lines
258 B
Plaintext
Raw Normal View History

TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgfxbrowser.cpp\
Frame.cpp\
LIBS += -losgViewer -losgText -losgDB -losgText -losgUtil -losg -losgFX $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
EXEC = osgfxbrowser
include $(TOPDIR)/Make/makerules