⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gnumakefile

📁 GIS系统支持库Geospatial Data Abstraction Library代码.GDAL is a translator library for raster geospatial dat
💻
字号:
GDAL_ROOT	=	../../..include $(GDAL_ROOT)/GDALmake.optCORE_OBJ =	gmlpropertydefn.o gmlfeatureclass.o gmlfeature.o gmlreader.o \		parsexsd.oOGR_OBJ =	ogrgmldriver.o ogrgmldatasource.o ogrgmllayer.oOBJ =	$(CORE_OBJ) $(OGR_OBJ)CPPFLAGS	:=	$(XERCES_INCLUDE) -I.. -I../.. $(GDAL_INCLUDE) $(CPPFLAGS)#CFLAGS	:=	$(filter-out -Wall,$(CFLAGS))ifeq ($(HAVE_XERCES),yes)CORE_OBJ :=	$(CORE_OBJ) gmlreadstate.o gmlhandler.o trstring.oCPPFLAGS +=  -DHAVE_XERCES=1elseCPPFLAGS +=  -DHAVE_XERCES=0endif# By default, XML validation is disabled.  Uncomment the following line to# enable XML schema validation in the parser.#CPPFLAGS +=  -DOGR_GML_VALIDATION=1default:	$(O_OBJ)clean:	rm -f *.o gmlview $(O_OBJ)gmlview:	gmlview.cpp $(CORE_OBJ)	$(CXX) $(CPPFLAGS) $(CFLAGS) $(LNK_FLAGS) \		gmlview.cpp $(CORE_OBJ) $(GDAL_LIB) $(LIBS) \		-o gmlviewxtest:	xtest.cpp	$(CXX) $(CPPFLAGS) $(CFLAGS) $(LNK_FLAGS) xtest.cpp \		$(LIBS) -o xtest

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -