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

📄 makefile

📁 由arcgis的general产生的数据转换成shape文件格式
💻
字号:
# $Id: Makefile,v 1.5 2000/06/12 13:24:08 jan Exp $# add -DWITH_STRICMP if you are compiling i.e. with MS VC# add -DDEBUG if you want lots of debugging infosCFLAGS=all: gen2shputils.o: utils.c utils.h	$(CC) -c utils.cgen2shp: gen2shp.c utils.o	$(CC) $(CFLAGS) -o $@ -lshp gen2shp.c utils.otest: gen2shp	rm -f pnttest.dbf pnttest.shp pnttest.shx	./gen2shp pnttest points < pnttest.gen	rm -f arctest.dbf arctest.shp arctest.shx	./gen2shp arctest lines < arctest.gen	rm -f plytest.dbf plytest.shp plytest.shx	./gen2shp plytest polygons < plytest.genclean:	rm -f gen2shp *.o	rm -f pnttest.dbf pnttest.shp pnttest.shx	rm -f arctest.dbf arctest.shp arctest.shx	rm -f plytest.dbf plytest.shp plytest.shx

⌨️ 快捷键说明

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