1
QB64 Discussion / Re: Command line to create EXE's ?
« on: March 29, 2022, 03:03:26 pm »@mynameispaul
You can also use QB64 /? for view more options (switches).
I tried that but is appears to be QB64 -?
Code: Text: [Select]
- >D:\qb64-2.0.1\qb64.exe -?
- QB64 Compiler V2.0.1
- Usage: qb64 [switches] <file>
- Options:
- <file> Source file to load
- -c Compile instead of edit
- -o <output file> Write output executable to <output file>
- -x Compile instead of edit and output the result to the
- console
- -w Show warnings
- -q Quiet mode (does not inhibit warnings or errors)
- -m Do not colorize compiler output (monochrome mode)
- -e Enable OPTION _EXPLICIT, making variable declaration
- mandatory (per-compilation; doesn't affect the
- source file or global settings)
- -s[:switch=true/false] View/edit compiler settings
- -l:<line number> Start the IDE at the specified line number
- -p Purge all pre-compiled content first
- -z Generate C code without compiling to executable