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

📄 makefile.am

📁 excel to html
💻 AM
字号:
## Process this file with automake to produce Makefile.inEXTRA_DIST = README ChangeLog TODO THANKS Test.xls Test.html xlhtml.1 INCLUDES = -I../colenoinst_PROGRAMS = xldump xlcdumpnoinst_SCRIPTS = xls-handler gpdemoman_MANS = xlhtml.1bin_SCRIPTS = nsopen nsxlviewbin_PROGRAMS = xlhtmlLDADD = ../cole/libcole.axlhtml_SOURCES = xlhtml.c xldump_SOURCES = xldump.c xlcdump_SOURCES = xlcdump.c AM_CFLAGS = -Wall -Wshadow -Wcast-align -Wpointer-arith doc:	@echo Generating documentation...	doxygen doxygen.conf	@echo done.distclean:	rm -rf doc

⌨️ 快捷键说明

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