blitzcc.exe parameters

BlitzPlus Forums/BlitzPlus Programming/blitzcc.exe parameters

Arem(Posted 2005) [#1]
Anybody know the parameters of blitzcc.exe? I'd like to be able to execute it for an installer proggy im writing.


Lattyware(Posted 2005) [#2]
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


Arem(Posted 2005) [#3]
I don't plan on distributing blitzcc with my installer. The installer creator would be specifically for blitz basic. Thanks man!