makefile.am

来自「c语言编写的xml解析器可以方便的遍历插入删除节点等操作的」· AM 代码 · 共 10 行

AM
10
字号
include $(top_srcdir)/examples/Makefile.am_fragment#Build the executable, but don't install it.noinst_PROGRAMS = example#List of source files needed to build the executable:example_SOURCES = main.cc myparser.h myparser.ccEXTRA_DIST = example.xml

⌨️ 快捷键说明

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