add new chinese translations
This commit is contained in:
24
pages.zh/windows/pabcnetcclear.md
Normal file
24
pages.zh/windows/pabcnetcclear.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# pabcnetcclear
|
||||
|
||||
> 预处理并编译 PascalABC.NET 源文件。
|
||||
> 更多信息:<https://pascalabc.net>。
|
||||
|
||||
- 将指定的源文件编译为同名的可执行文件:
|
||||
|
||||
`pabcnetcclear {{path\to\source_file.pas}}`
|
||||
|
||||
- 将指定的源文件编译为指定名称的可执行文件:
|
||||
|
||||
`pabcnetcclear /Output:{{path\to\_file.exe}} {{path\to\source_file.pas}}`
|
||||
|
||||
- 将指定的源文件编译为同名的可执行文件,并可选择包含/不包含调试信息:
|
||||
|
||||
`pabcnetcclear /Debug:{{0|1}} {{path\to\source_file.pas}}`
|
||||
|
||||
- 在编译源文件为同名可执行文件时,允许在指定路径中搜索单元:
|
||||
|
||||
`pabcnetcclear /SearchDir:{{path\to\directory}} {{path\to\source_file.pas}}`
|
||||
|
||||
- 将指定的源文件编译为可执行文件,同时定义一个符号:
|
||||
|
||||
`pabcnetcclear /Define:{{symbol}} {{path\to\source_file.pas}}`
|
Reference in New Issue
Block a user