📄 prep.bat
字号:
@ECHO OFF
GOTO START
******************************************************************************
*
* File : Prep.bat
* Parameters: None
* Purpose : Sets path and other environment variables as required by tool chain
*
* This file as is uses the GHS Compiler for V850 targets.
*
* It needs to be modified if the compiler is installed in a different location.
*
******************************************************************************
:START
ECHO Prep.bat: Preparing environment
del _MAKELIB.bat
if "%_PREP_%" == "_PREP_" goto end
set _PREP_=_PREP_
set PATH=C:\tool\c\ghs\v850_m2k;%PATH%;
:end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -