📄 configure.in
字号:
dnl Process this file with autoconf to produce a configure script. AC_INIT(vbetool.c)AM_INIT_AUTOMAKE(vbetool, 0.3)dnl Checks for programsAC_PROG_CCdnl Simple, huh?AC_ARG_WITH([x86emu], AC_HELP_STRING([--with-x86emu],[build with x86emu support]), [USEX86EMU=true])AM_CONDITIONAL(WITH_X86EMU, test x$USEX86EMU = xtrue)AC_OUTPUT([Makefile])
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -