📄 makefile.am
字号:
## 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -