⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fpctestunit.bat

📁 East make Tray Icon in delphi
💻 BAT
字号:
@echo   Free Pascal Compiler test...
@echo   For error messages, see fpctest.err.
@echo off
@if "%1"=="" goto usage
@if not exist %1. goto invpath
@del fpctest.err
@make file=%2 fpc=%1 -fMakefile.fpc
@type fpctest.err
@goto exit
:invpath
@echo invalid path "%1"
@goto exit
:usage
@echo   usage: fpctest ^<path to fpc installation^> ^<unit to test^>
:exit

⌨️ 快捷键说明

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