makefile.am_fragment
来自「c语言编写的xml解析器可以方便的遍历插入删除节点等操作的」· AM_FRAGMENT 代码 · 共 6 行
AM_FRAGMENT
6 行
#Where to find the header files needed by the source files:INCLUDES = -I$(top_srcdir)/ @LIBXML_CFLAGS@#The libraries that the executable needs to link against:LIBS = $(top_builddir)/libxml++/libxml++-1.0.la @LIBS@ @LIBXML_LIBS@
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?