📄 makefile.am
字号:
if HAVE_SDLsdlPROGRAMS = view_qrcodeendifnoinst_PROGRAMS = test_qrinput test_bitstream test_estimatebit \ test_qrspec test_rs test_qrencode prof_qrencode \ test_split\ $(sdlPROGRAMS)test_qrinput_SOURCES = test_qrinput.c common.htest_qrinput_LDADD = ../libqrencode.latest_bitstream_SOURCES = test_bitstream.c common.htest_bitstream_LDADD = ../bitstream.otest_estimatebit_SOURCES = test_estimatebit.c common.htest_estimatebit_LDADD = ../libqrencode.latest_qrspec_SOURCES = test_qrspec.c common.htest_qrspec_LDADD = ../qrspec.otest_rs_SOURCES = test_rs.c common.htest_rs_LDADD = ../libqrencode.latest_qrencode_SOURCES = test_qrencode.c common.htest_qrencode_LDADD = ../libqrencode.latest_split_SOURCES = test_split.c common.htest_split_LDADD = ../libqrencode.laprof_qrencode_SOURCES = prof_qrencode.cprof_qrencode_LDADD = ../libqrencode.laif HAVE_SDLview_qrcode_SOURCES = view_qrcode.c common.hview_qrcode_CFLAGS= $(SDL_CFLAGS)view_qrcode_LDADD = ../libqrencode.la $(SDL_LIBS)endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -