mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-26 04:35:26 +02:00
17 lines
540 B
Markdown
17 lines
540 B
Markdown
![]() |
# pabcnetcclear
|
||
|
|
||
|
> Preprocess and compile PascalABC.NET source files.
|
||
|
> More information: <http://pascalabc.net>.
|
||
|
|
||
|
- Compile a 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:
|
||
|
|
||
|
`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:
|
||
|
|
||
|
`pabcnetcclear /SearchDir:{{path/to/dir}} {{path/to/file.pas}}`
|