1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-26 04:35:26 +02:00
tldr/pages/windows/pabcnetcclear.md

17 lines
540 B
Markdown
Raw Normal View History

2021-11-15 05:10:47 +10:00
# 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}}`