77ab99e23c
Untabbed and formated LOGO loader. Removed extraneous noise from NET loader
16 lines
347 B
Makefile
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
|