Anybody know the parameters of blitzcc.exe? I'd like to be able to execute it for an installer proggy im writing.
blitzcc.exe parameters
BlitzPlus Forums/BlitzPlus Programming/blitzcc.exe parameters well, you can't distribute 'Blitzcc.exe' as that is the main parser, if you take that, all you need is an IDE.
But here they are:
Usage: Blitzcc [-h|-q|+q|-c|-d|-k|+k|-o exefile] [Sourcefile.bb]
-h : Show this Help.
-q : Quiet Mode
+q : Very Quiet Mode
-c : Compile Only
-d : Debug Compile
-k : Dump Keywords
+k : Dump Keywords & Syntax
-o exefile : Generate Executable
But here they are:
Usage: Blitzcc [-h|-q|+q|-c|-d|-k|+k|-o exefile] [Sourcefile.bb]
-h : Show this Help.
-q : Quiet Mode
+q : Very Quiet Mode
-c : Compile Only
-d : Debug Compile
-k : Dump Keywords
+k : Dump Keywords & Syntax
-o exefile : Generate Executable
I don't plan on distributing blitzcc with my installer. The installer creator would be specifically for blitz basic. Thanks man!