📄 x-interix
字号:
# These are host overrides# From config dir# Interix doesn't yet have alloca; it's better to use the portable C version for# bootstrapping. Do this by defining ALLOCA.ALLOCA = alloca.o# See all the declarations.FIXPROTO_DEFINES = -D_XOPEN_SOURCE# Don't run fixprotoSTMP_FIXPROTO =RANLIB = :RANLIB_TEST = falseSHELL = sh# Existing CC/GCC may not define -D__INTERIX, so need this here.# Since we want to configure with _ALL_SOURCE, we need to build that way tooX_CFLAGS= -D__INTERIX -D_ALL_SOURCELIBGCC2_INCLUDES = -idirafter $${INTERIX_ROOT}/usr/include# Headers come from a funny placeSYSTEM_HEADER_DIR=$${INTERIX_ROOT}/usr/include
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -