📄 makefile.am
字号:
## Process this file with automake to produce Makefile.inAUTOMAKE_OPTIONS = foreignINCLUDES = -I$(top_builddir)/includelib_LTLIBRARIES = libmusepack.lalibmusepack_la_SOURCES = mpc_dec.cpp bitstream.cpp huffsv7.cpp stdafx.cpp synth_filter.cpp huffsv46.cpp idtag.cpp requant.cpp streaminfo.cpplibmusepack_la_LDFLAGS = -no-undefined -version-info 1:3:0noinst_PROGRAMS=samplesample_SOURCES = sample.cppsample_LDADD = libmusepack.la
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -