📄 makefile.am
字号:
lib_LTLIBRARIES = libhttp.lalibhttp_la_SOURCES = \ http.c \ http.h \ http_private.h \ http_resp.c \ http_util.clibhttp_la_LIBADD = $(top_builddir)/lib/utils/libutils.laINCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib/utilsAM_CFLAGS = -D_REENTRANT @BILLS_CWARNINGS@check_PROGRAMS = http_test post_testhttp_test_SOURCES = http_test.chttp_test_LDADD = libhttp.la $(top_builddir)/lib/utils/libutils.lapost_test_SOURCES = post_test.cpost_test_LDADD = libhttp.la $(top_builddir)/lib/utils/libutils.laEXTRA_DIST = libhttp60.dsp libhttp.vcproj
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -