makefile.am

来自「LibTorrent is a BitTorrent library writt」· AM 代码 · 共 24 行

AM
24
字号
noinst_LTLIBRARIES = libsub_net.lalibsub_net_la_SOURCES = \	listen.cc \	listen.h \	protocol_buffer.h \	socket_base.cc \        socket_base.h \	socket_datagram.cc \	socket_datagram.h \	socket_fd.cc \	socket_fd.h \	socket_set.cc \	socket_set.h \	socket_stream.cc \	socket_stream.h \	throttle_list.cc \	throttle_list.h \	throttle_manager.cc \	throttle_manager.h \	throttle_node.hINCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(top_srcdir)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?