[BUG-pbcompilerc v630+] --help output has ':' char's

Found an issue in the documentation ? Please report it here !

Moderator: Documentation Editors

User avatar
skywalk
Addict
Addict
Posts: 4314
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

[BUG-pbcompilerc v630+] --help output has ':' char's

Post by skywalk »

pbcompilerc --help wrote: Usage: pbcompilerc "Filename"

Cross-platform options:
/?, -h, --help Display this quick help
/DEBUGGER, -d, --debugger Enable the debugger
/OUTPUT, -o, --output "Filename"
Create an executable or a dll to the given filename
/OPTIMIZER, -z, --optimizer Enable the code optimizer
/QUIET, -q, --quiet Disable all unnecessary text output
/COMMENTED, -c, --commented Produce a commented C output (purebasic.c)
/REASM, -ra, --reasm Compile the 'purebasic.c' file back to an executable
/IMPORT, -i, --import "Filename"
Create a import file to the given filename
/RESIDENT, -r, --resident "Filename"
Create a resident file to the given filename
/IGNORERESIDENT-ir, --ignoreresident "Filename"
Ignore the given resident
/LINENUMBERING, -l, --linenumbering
Enable line numbering in the final executable for OnError
/STANDBY, -sb, --standby Wait for external commands (editor, scripts...)
/THREAD, -t, --thread Use thread safe runtime for strings and general routines
/PURIFIER, -pf, --purifier Enable the purifier
/SUBSYSTEM, -s, --subsystem "Name"
Use this subsystem to replace a set of internal functions
/CONSTANT, -co, --constant Name=Value
Declare a new constant at compile time
/CHECK, -k, --check Check the syntax only, doesn't create/launch the executable
/PREPROCESS, -pp, --preprocess "Filename"
Creates a single file with all macros expanded and all sources files
/LISTSTRUCTURES, -ls, --liststructures
Creates a file with all the built-in structures
/LISTFUNCTIONS, -lf, --listfunctions
Creates a file with all the built-in purebasic commands
/LISTINTERFACES, -li, --listinterfaces
Creates a file with all the built-in interfaces
/QUERYSTRUCTURE, -qs, --querystructure "name"
Creates a file with the structure definition
/LANGUAGE, -g, --language "Language"
Uses the specified language for the compiler
/VERSION, -v, --version Display the version of the compiler

Windows specific options:
/DLL Create a DLL
/PURELIBRARY Create a PureBasic library
/CONSOLE Create a console executable
/ICON "Filename" Add an icon to the executable
/RESOURCE "Filename" Add a resource file (.rc) to the executable
/LINKER "Filename" Specify a commands file to be passed to the linker
/XP: Add the Windows XP theme support to the executable
/UCRT: Use dynamic UCRT for smaller executables (Windows 10 and above)
/DPIAWARE Enable DPI support to the executable
/DLLPROTECTION Enable safe mode to avoid DLL preloading attacks
/USER Add the 'User' hint to the executable (Windows Vista)
/ADMINISTRATOR Add the 'Administrator' hint to the executable (Windows Vista and above)
/MMX, /3DNOW, /SSE or /SSE2
Create a processor specific executable
/DYNAMICCPU Create a executable containing all processor specific routines
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum