makefile.am
来自「LibTorrent is a BitTorrent library writt」· AM 代码 · 共 29 行
AM
29 行
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 + =
减小字号Ctrl + -
显示快捷键?