OpenSceneGraph/src/osgPlugins/ESRIShape/GNUmakefile
Don BURNS 77ab99e23c Added initial ESRIShape file loader.
Untabbed and formated LOGO loader.  Removed extraneous noise from NET loader
2005-09-09 20:26:50 +00:00

16 lines
347 B
Makefile

TOPDIR = ../../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
ESRIShape.cpp\
ESRIShapeParser.cpp\
ESRIShapeReaderWriter.cpp\
LIBS += $(OSG_LIBS) $(OTHER_LIBS) $(SOCKET_LIBS)
TARGET_BASENAME = shp
include $(TOPDIR)/Make/cygwin_plugin_def
PLUGIN = $(PLUGIN_PREFIX)$(TARGET_BASENAME).$(PLUGIN_EXT)
include $(TOPDIR)/Make/makerules