windows/*.md: make placeholders more compatible with CLIP ones (#9872)
* Make placeholders more compatible with CLIP ones * Update pages/windows/doskey.md Co-authored-by: Jack Lin <blueskyson1401@gmail.com> * Update pages/windows/doskey.md Co-authored-by: Jack Lin <blueskyson1401@gmail.com> --------- Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
This commit is contained in:

committed by
GitHub

parent
dcb6919bbf
commit
c52cc074d9
@@ -5,20 +5,20 @@
|
||||
|
||||
- Compile the specified source file into an executable with the same name:
|
||||
|
||||
`pabcnetcclear {{path/to/source_file.pas}}`
|
||||
`pabcnetcclear {{path\to\source_file.pas}}`
|
||||
|
||||
- Compile the specified source file into an executable with the specified name:
|
||||
|
||||
`pabcnetcclear /Output:{{path/to/file.exe}} {{path/to/source_file.pas}}`
|
||||
`pabcnetcclear /Output:{{path\to\_file.exe}} {{path\to\source_file.pas}}`
|
||||
|
||||
- Compile the specified source file into an executable with the same name along with/without debug information:
|
||||
|
||||
`pabcnetcclear /Debug:{{0|1}} {{path/to/source_file.pas}}`
|
||||
`pabcnetcclear /Debug:{{0|1}} {{path\to\source_file.pas}}`
|
||||
|
||||
- Allow units to be searched in the specified path while compiling the source file into an executable with the same name:
|
||||
|
||||
`pabcnetcclear /SearchDir:{{path/to/dir}} {{path/to/source_file.pas}}`
|
||||
`pabcnetcclear /SearchDir:{{path\to\directory}} {{path\to\source_file.pas}}`
|
||||
|
||||
- Compile the specified source file into an executable, defining a symbol:
|
||||
|
||||
`pabcnetcclear /Define:{{symbol}} {{path/to/source_file.pas}}`
|
||||
`pabcnetcclear /Define:{{symbol}} {{path\to\source_file.pas}}`
|
||||
|
Reference in New Issue
Block a user