tpfexport

来自「apache 安装教程 apache 安装教程」· 代码 · 共 11 行

TXT
11
字号
#!/bin/shecho " Setting TPF41/c89 environment variables"export _C89_CCMODE=1# replace the following with the location of your TPF41 include filesexport _C89_INCDIRS="/u/tpf41/rlse/include"export TPF=YESexport _C89_INCLIBS=""export _C89_CSYSLIB=""export _C89_OPTIONS="-W 0,langlvl(extended)"echo "Done"

⌨️ 快捷键说明

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