📄 makefile.am
字号:
bin_PROGRAMS = prozproz_SOURCES = \ connect.c \ connect.h \ connection.c \ connection.h \ curses.c \ ftp.c \ ftp.h \ ftp-retr.c \ ftp-retr.h \ ftpparse.c \ ftpparse.h \ ftpsearch.c \ ftpsearch.h \ getopt.c \ getopt.h \ http-retr.c \ http-retr.h \ http.c \ http.h \ init.c \ init.h \ interface.h \ logfile.c \ logfile.h \ main.c \ main.h \ mainconf.h \ misc.c \ misc.h \ netrc.c \ netrc.h \ ping.c \ ping.h \ resume.c \ resume.h \ runtime.h \ debug.c \ debug.h \ url.c \ url.hINCLUDES = -I. -I.. -I@includedir@AM_CFLAGS = -D_REENTRANT -W -WallAM_CFLAGS += -DGLOBAL_CONF_FILE="\"@sysconfdir@/prozilla.conf\""LDADD = -L@libdir@LIBS = @LIBS@ $(THREAD_LIBS) DEFS = @DEFS@
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -