makefile.am

来自「The major functionality added in this re」· AM 代码 · 共 59 行

AM
59
字号
## Process this file with automake to produce Makefile.innoinst_LIBRARIES = libxchatmain.aINCLUDES = -I$(includedir)EXTRA_DIST = makefile.msc \	cfgfiles.h \	ctcp.h \	dcc.h \	fe.h \	history.h \	identd.c \	ignore.h \	inbound.h \	inet.h \	modes.h \	network.h \	notify.h \	outbound.h \	perl.c \	perlc.h \	plugin.h \	pys_signals.h \	python.c \	pythonc.h \	pysig.py \	server.h \	ssl.h \	ssl.c	\	text.h \	userlist.h \	util.h \	xchat.h \	xchatc.h \	jcode.c \	jcode.hif DO_PERLperl_c = perl.cendifif DO_PYTHONpython_c = python.cendifif USE_OPENSSLssl_c = ssl.cendifif DO_ICONVjcode_c = jcode.cendiflibxchatmain_a_SOURCES = cfgfiles.c ctcp.c dcc.c \      history.c ignore.c inbound.c $(jcode_c) modes.c network.c \		notify.c outbound.c $(perl_c) plugin.c $(python_c) server.c \		$(ssl_c) text.c userlist.c util.c xchat.c

⌨️ 快捷键说明

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