📄 makefile.am
字号:
if HAVE_SUNsunltlibs = libsun.lasunsources = sun.c \ sun.h \ audio.c \ convert.c \ mixer.c \ mixer.h \ configure.c \ about.c \ resample.helsesunltlibs =sunsources =endifEXTRA_DIST = sun.c sun.h audio.c convert.c mixer.c mixer.h configure.c about.c resample.hlibdir = $(plugindir)/$(OUTPUT_PLUGIN_DIR)lib_LTLIBRARIES = $(sunltlibs)INCLUDES = @GTK_CFLAGS@ -I$(top_builddir)/intl -I$(top_srcdir)libsun_la_LDFLAGS = @PLUGIN_LDFLAGS@libsun_la_LIBADD = @GTK_LIBS@ @PTHREAD_LIBS@libsun_la_SOURCES= $(sunsources)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -