OpenSceneGraph/examples/osgkeyboard/GNUmakefile.inst

13 lines
228 B
Plaintext
Raw Normal View History

2003-03-25 05:17:51 +08:00
TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgkeyboard.cpp\
LIBS += -losgViewer -losgText -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
2003-03-25 05:17:51 +08:00
EXEC = osgkeyboard
include $(TOPDIR)/Make/makerules