📄 makefile.am
字号:
SUBDIRS = \ torrent \ data \ download \ net \ protocol \ tracker \ utilslib_LTLIBRARIES = libtorrent.lalibtorrent_la_LDFLAGS = -version-info $(LIBTORRENT_INTERFACE_VERSION_INFO)libtorrent_la_LIBADD = \ $(top_srcdir)/src/torrent/libsub_torrent.la \ $(top_srcdir)/src/data/libsub_data.la \ $(top_srcdir)/src/download/libsub_download.la \ $(top_srcdir)/src/net/libsub_net.la \ $(top_srcdir)/src/protocol/libsub_protocol.la \ $(top_srcdir)/src/tracker/libsub_tracker.la \ $(top_srcdir)/src/utils/libsub_utils.lalibtorrent_la_SOURCES = \ globals.cc \ globals.h \ manager.cc \ manager.h \ resource_manager.cc \ resource_manager.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -