gcc-beos.sh

来自「u-boot源代码」· Shell 代码 · 共 17 行

SH
17
字号
#! /bin/sh# Setup for compiling with GCC/G++ for BeOSif [ "$CHECKED" = "1" ]; then    echo Checked debug build enabled.else    echo Release build enabled.fiexport MAKESTARTUP=$SCITECH/makedefs/gcc_beos.mkexport INCLUDE="-Iinclude -I$SCITECH/include -I$PRIVATE/include"export USE_X11=0export USE_BEOS=1echo GCC BeOS console compilation environment set up

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?