?? makefile.vc
字號:
## makefile.vc - MapInfo TAB Read/Write library makefile## To use the makefile:# - Open a DOS prompt window# - Run the VCVARS32.BAT script to initialize the VC++ environment variables# - Start the build with: nmake /f makefile.vc## $Id: makefile.vc 2152 2001-04-18 15:58:47Z warmerda $#OBJ = mitab_rawbinblock.obj mitab_mapheaderblock.obj \ mitab_mapindexblock.obj mitab_indfile.obj \ mitab_tabview.obj mitab_bounds.obj \ mitab_mapobjectblock.obj mitab_mapcoordblock.obj \ mitab_feature.obj mitab_feature_mif.obj \ mitab_mapfile.obj mitab_idfile.obj mitab_datfile.obj \ mitab_tabfile.obj mitab_miffile.obj \ mitab_utils.obj mitab_imapinfofile.obj mitab_middatafile.obj \ mitab_maptoolblock.obj mitab_coordsys.obj \ mitab_tooldef.obj mitab_spatialref.obj mitab_ogr_driver.obj \ mitab_ogr_datasource.obj mitab_geometry.obj \ mitab_tabseamless.objEXTRAFLAGS = -I.. -I..\.. -DOGRGDAL_ROOT = ..\..\..!INCLUDE $(GDAL_ROOT)\nmake.optdefault: $(OBJ)clean: -del *.obj *.pdb
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -