maked32.bat
来自「Compiler generator toolset for Turbo/Bor」· Batch 代码 · 共 10 行
BAT
10 行
@echo off
rem **********************
rem .BAT file to show how Lex/Yacc should be compiled.
rem Output is a 32-bit console program.
rem Assumes Delphi's 32-bit dcc32 compiler is in your path.
rem **********************
del *.dcu
dcc32 -$H- -$R+ -$Q+ -P -cc -H -M lex
dcc32 -$H- -$R+ -$Q+ -P -cc -H -M lexlib
dcc32 -$H- -$R+ -$Q+ -P -cc -H -M yacc
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?