makefile.vc
来自「mitab,读取MapInfo的地图文件」· VC 代码 · 共 31 行
VC
31 行
#
# OGR
#
OBJ = ogr_srsnode.obj ogrcurve.obj ogrfeature.obj ogrfeaturedefn.obj \
ogrgeometry.obj ogrgeometrycollection.obj ogrgeometryfactory.obj \
ogrlinearring.obj ogrlinestring.obj ogrmultilinestring.obj \
ogrmultipoint.obj ogrmultipolygon.obj ogrpoint.obj ogrpolygon.obj \
ogrspatialreference.obj ogrsurface.obj ogrutils.obj \
ogrlayer.obj ogrsfdriverregistrar.obj ogrfielddefn.obj \
ogrdatasource.obj ogrsfdriver.obj ogr_srs_proj4.obj \
ogrfeaturestyle.obj ogr_fromepsg.obj ogrfeaturequery.obj swq.obj \
ogrct.obj ogr_gensql.obj ogr_srs_xml.obj ogr_srs_esri.obj \
ogr_api.obj gml2ogrgeometry.obj ogr2gmlgeometry.obj \
ogr_miattrind.obj ogr_attrind.obj ogr_srs_dict.obj
LIB = ogr.lib
INCLUDE ../nmake.opt
CXXFLAGS = $(BASE_CFLAGS)
default: $(LIB)
clean:
del *.obj
del $(LIB)
$(LIB): $(OBJ)
lib /out:$(LIB) $(OBJ)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?