OpenSceneGraph/examples/osgcegui/GNUmakefile.inst

16 lines
316 B
Plaintext
Raw Normal View History

2006-08-05 18:16:28 +08:00
TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgcegui.cpp\
2007-01-06 00:24:05 +08:00
LIBS += -lCEGUIBase -lCEGUIOpenGLRenderer -losgViewer -losgText -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
2006-08-05 18:16:28 +08:00
2007-01-06 00:24:05 +08:00
EXEC = osgcegui
2006-08-05 18:16:28 +08:00
INC += -I/usr/local/include/CEGUI
INC += $(X_INC)
include $(TOPDIR)/Make/makerules