📄 makefile.am
字号:
## Process this file with automake to produce Makefile.inINCLUDES = \ $(GTK_CFLAGS) \ $(HTML_CFLAGS)chmsee_gtkhtml_CFLAGS =\ -Wall\ -O3 \ -march=i686 \ -mcpu=i686 \ -pipe \ -fomit-frame-pointer \ -DCHM_MT \ -DCHM_USE_PREAD \ -DCHM_USE_IO64 \ -DDMALLOC_DISABLEbin_PROGRAMS = chmsee-gtkhtmlchmsee_gtkhtml_SOURCES = \ chm_lib.c \ chm_lib.h \ lzx.c \ lzx.h \ exchm.c \ exchm.h \ callbacks.c \ callbacks.h \ menu_popup.c \ menu_popup.h \ hhc.c \ hhc.h \ html.c \ html.h \ search.c \ search.h \ interface.c \ interface.h \ pixmaps.h \ setup.c \ setup.h \ strings.c \ strings.h \ startup.c \ startup.h \ main.cchmsee_gtkhtml_LDFLAGS = \ -O3 \ -march=i686 \ -mcpu=i686 \ -pipe \ -fomit-frame-pointerchmsee_gtkhtml_LDADD = \ $(GTK_LIBS) \ $(HTML_LIBS)EXTRA_DIST =CLEANFILES =
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -