📄 makefile.am
字号:
if HAVE_BOOST_REGEXpkglib_LTLIBRARIES = filesystemzip.laendiffilesystemzip_la_SOURCES = export.cpp \filesystemzip.cpp filesystemzip.h \filesystemzip_c.cpp filesystemzip_la_LIBADD = -lboost_regex# -module tells automake we're not building a library but a loadable module# so we don't need the "lib" prefix in the module namefilesystemzip_la_LDFLAGS = -module -version-info 0:0:0AM_CPPFLAGS = -I${top_srcdir}/lib @RUBY_CPPFLAGS@
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -