1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-30 05:10:37 +00:00

Merge branch 'patch-1' of https://github.com/alexmyczko/qb64 into alexmyczko-patch-1

This commit is contained in:
Luke Ceddia 2020-01-02 14:22:44 +11:00
commit 9de8a11cee

41
qb64.1 Normal file
View file

@ -0,0 +1,41 @@
.TH qb64 "1" "November 2018" "QB64 IDE COMPILER" "User Commands"
.SH NAME
qb64 \- manual page for QB64
.SH DESCRIPTION
QB64 COMPILER
.PP
USAGE: qb64 [switches] <inputs>
.SS "OPTIONS:"
.TP
<file>
Source file to load
.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 <file>
Write output executable to <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 http://qb64.org/