📄 makefile.vc
字号:
LL_OBJ = gmlpropertydefn.obj gmlfeatureclass.obj gmlfeature.obj \ gmlreader.obj parsexsd.obj $(X_OBJ)OGR_OBJ = ogrgmldriver.obj ogrgmldatasource.obj ogrgmllayer.objOBJ = $(LL_OBJ) $(OGR_OBJ)GDAL_ROOT = ..\..\..!INCLUDE $(GDAL_ROOT)\nmake.opt# By default, XML validation is disabled. Uncomment the following line to# enable XML schema validation in the parser.#OGR_GML_VALIDATION = -DOGR_GML_VALIDATION=1!IFDEF XERCES_DIRX_OBJ = gmlreadstate.obj gmlhandler.obj trstring.objEXTRAFLAGS = -I.. -I..\.. $(XERCES_INCLUDE) -DHAVE_XERCES=1 \ $(OGR_GML_VALIDATION)!ELSEEXTRAFLAGS = -I.. -I..\.. -DHAVE_XERCES=0!ENDIF# By default, XML validation is disabled. Uncomment the following line to# enable XML schema validation in the parser.#ALL_C_FLAGS := -DOGR_GML_VALIDATION=1 $(ALL_C_FLAGS)default: $(OBJ)clean: -del *.lib -del *.obj *.pdbgmlview.exe: $(LL_OBJ) gmlview.obj cl /Zi gmlview.obj $(LL_OBJ) \ ../../ogr.lib ../ogrsf_frmts.lib ../ogrsf_frmts_sup.lib \ $(GDAL_ROOT)/port/cpl.lib $(XERCES_LIB) $(LIBS)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -