mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-11 17:38:57 +03:00
pabcnetcclear: update page (#7532)
This commit is contained in:
parent
80e8b7b5f4
commit
58f6f4124e
@ -3,14 +3,22 @@
|
||||
> Preprocess and compile PascalABC.NET source files.
|
||||
> More information: <http://pascalabc.net>.
|
||||
|
||||
- Compile a source file into an executable with the same name:
|
||||
- Compile a given source file into an executable with the same name:
|
||||
|
||||
`pabcnetcclear {{path/to/file.pas}}`
|
||||
|
||||
- Compile a source file into an executable with the same name along with or without debug info:
|
||||
- Compile a given source file into an executable with the specified name:
|
||||
|
||||
`pabcnetcclear /Output:{{path/to/file.pas}} {{path/to/file.pas}}`
|
||||
|
||||
- Compile a given source file into an executable with the same name along with/without debug information:
|
||||
|
||||
`pabcnetcclear /Debug:{{0|1}} {{path/to/file.pas}}`
|
||||
|
||||
- Allow units to be searched in a path while compiling a source file into an executable with the same name:
|
||||
- Allow units to be searched in a path while compiling a given source file into an executable with the same name:
|
||||
|
||||
`pabcnetcclear /SearchDir:{{path/to/dir}} {{path/to/file.pas}}`
|
||||
|
||||
- Compile a given source file into an executable, defining a symbol:
|
||||
|
||||
`pabcnetcclear /Define:{{symbol}} {{path/to/file.pas}}`
|
||||
|
Loading…
Reference in New Issue
Block a user