📄 makefile.am
字号:
## Process this file with automake to produce Makefile.inINCLUDES = \ -DDATADIR=\""$(datadir)/glurp/"\" \ @PACKAGE_CFLAGS@ -Wallbin_PROGRAMS = glurpglurp_SOURCES = \ comm.h comm.c \ conf.h conf.c \ gui.h gui.c \ gui-callbacks.c \ keyboard.c \ libmpdclient.h libmpdclient.c \ main.c \ player.h player.c \ structs.h \ support.h support.cglurp_LDFLAGS = -export-dynamicglurp_LDADD = @PACKAGE_LIBS@
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -