pabcnetcclear: add page (#7412)
This commit is contained in:

committed by
GitHub

parent
6f17a1d087
commit
0dfceab76b
16
pages/windows/pabcnetcclear.md
Normal file
16
pages/windows/pabcnetcclear.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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}}`
|
Reference in New Issue
Block a user