OpenSceneGraph/src/osgPlugins/pic/Makefile

14 lines
286 B
Makefile
Raw Normal View History

TOPDIR = ../../..
include $(TOPDIR)/Make/makedefs
2001-01-11 00:32:10 +08:00
CXXFILES =\
2001-01-11 00:32:10 +08:00
ReaderWriterPIC.cpp\
LIBS += $(OSG_LIBS) $(OTHER_LIBS)
2001-01-11 00:32:10 +08:00
TARGET_BASENAME = pic
include $(TOPDIR)/Make/cygwin_plugin_def
PLUGIN = $(PLUGIN_PREFIX)$(TARGET_BASENAME).$(PLUGIN_EXT)
2001-01-11 00:32:10 +08:00
include $(TOPDIR)/Make/makerules