📄 makefile.am
字号:
INCLUDES = -I$(top_srcdir) @LIBXML_CFLAGS@h_sources_public = \ cdatanode.h \ commentnode.h \ contentnode.h \ element.h \ entityreference.h \ node.h \ processinginstructionnode.h \ textnode.hcc_sources = \ cdatanode.cc \ commentnode.cc \ contentnode.cc \ entityreference.cc \ element.cc \ node.cc \ processinginstructionnode.cc \ textnode.ccnoinst_LTLIBRARIES = libnodes.lalibnodes_la_SOURCES = $(h_sources_public) $(cc_sources)# Install the headers:library_includedir=$(includedir)/libxml++-1.0/libxml++/nodeslibrary_include_HEADERS = $(h_sources_public)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -