Specifications

38
[ 2 ] Options
The BHT-BASIC 3.5 Compiler supports three types of optionscompiler processing options,
compiling options, and linking option.
Compiler processing options
Processing options Description
+C
Compiles one or more designated file(s) into object file(s).
+B programname
Builds a user program with the specified program name. If
no
programname is specified, the filename specified
first will apply.
+BL libraryname
Builds a library with the specified library name. If no
libraryname is specified, the filename specified first
will apply.
+E, -E
Determines whether to terminate the BHT-BASIC 3.5
Compiler after completion of processing.
Specifying the +E terminates the Compiler without display-
ing the compiler window after completion of processing.
Specifying the
-E displays the compiler window and does
not terminate the Compiler even after completion of pro-
cessing.
The default is
-E.
NOTE
If more than one option with different specifications is written (e.g., +C, +B, and
+BL), the last option takes effect.
If the same option is set more than one time with different specifications (e.g., +E and
-E), the last option takes effect.