1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-26 17:10:38 +00:00
QB64-PE/qb64pe.1
Roland Heyder e68582b6f2 Step 7: Rename qb64.exe to qb64pe.exe
- Includes related LNX/OSX files
- Excludes mentions in the help (*.txt) files
2022-08-11 18:07:57 +02:00

45 lines
931 B
Groff

.TH qb64pe "1" "August 2022" "QB64 IDE AND COMPILER (Phoenix Edition)" "User Commands"
.SH NAME
qb64pe \- manual page for QB64-PE
.SH DESCRIPTION
QB64 COMPILER (Phoenix Edition)
.PP
USAGE: qb64pe [switches] <file>
.SS "OPTIONS:"
.TP
<file>
Source file to load
.TP
\fB\-v\fR
Verbose mode (detailed warnings)
.TP
\fB\-c\fR
Compile instead of edit
.TP
\fB\-x\fR
Compile instead of edit and output the result to the
console
.TP
\fB\-p\fR
Purge all pre\-compiled content first
.TP
\fB\-z\fR
Generate C code without compiling to executable
.TP
\fB\-o\fR <output file>
Write output executable to <output file>
.TP
\fB\-e\fR
Enables OPTION _EXPLICIT, making variable declaration
mandatory (per\-compilation; doesn't affect the
source file or global settings)
.TP
\fB\-s[\fR:switch=true/false]
View/edit compiler settings
.TP
\fB\-l\fR:<line number>
Starts the IDE at the specified line number
.PP
.SH "INTERNET"
.B https://qb64phoenix.com