OpenSceneGraph/examples/osgcegui/GNUmakefile.inst
2006-08-05 10:16:28 +00:00

16 lines
330 B
Plaintext

TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgcegui.cpp\
LIBS += -lCEGUIBase -lCEGUIOpenGLRenderer -losgProducer -lProducer -losgText -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
EXEC = osgviewer
INC += -I/usr/local/include/CEGUI
INC += $(X_INC)
include $(TOPDIR)/Make/makerules