1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/windows/pabcnetcclear.md
2021-11-14 20:10:47 +01:00

16 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}}`