Files
OpenSceneGraph/src/osgPlugins/osgText/GNUmakefile
2006-09-21 09:24:10 +00:00

14 lines
297 B
Makefile

TOPDIR = ../../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
IO_Text.cpp
LIBS += -losgText -losgUtil -losgDB -losg $(OTHER_LIBS)
TARGET_BASENAME = osgText
include $(TOPDIR)/Make/cygwin_plugin_def
PLUGIN = $(PLUGIN_PREFIX)$(TARGET_BASENAME).$(PLUGIN_EXT)
include $(TOPDIR)/Make/makerules