installfluid.bat
来自「SRI international 发布的OAA框架软件」· Batch 代码 · 共 28 行
BAT
28 行
@echo off
echo FLTK Fluid plugin installation for Metrowerks' CodeWarrior
echo .
:: --- copy Fluid and Fluid Plugin into the CW directories
if exist "%CWFOLDER%\Bin\Plugins\Compiler" goto copyPlugin
echo ERROR: Can't Fluid Plugin
echo Codewarrior Plugin folder not found
goto skipPluginCopy
:copyPlugin
echo Copying Fluid Plugin...
copy ..\..\fluid\fluid.exe "%CWFOLDER%\Bin\Plugins\Compiler"
copy ..\..\fluid\FluidCompiler.dll "%CWFOLDER%\Bin\Plugins\Compiler"
:skipPluginCopy
echo .
echo Metrowerks CodeWarrior needs to be restarted to make the
echo Fluid Plugin available. Please restart CodeWarrior now
echo to compile the FLTK Test and Demo files.
echo .
pause
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?