Compiler Menu Functions:



   Make
--------------
Executes the make command in the directory containing the current file.
The command can be viewed/changed using the Altername Tokens dialog.



   Compile and Link (C, C++, and Ada95)
--------------
Executes the compile and link (C/L) command in the directory containing the current file.
The command can be viewed/changed using the Command Setup dialog.



   Compile (C, C++, Ada95, Java)
--------------
Executes the compile command in the directory containing the current file.
The command can be viewed/changed using the Altername Tokens dialog.



   Semantic Check (C, C++, Ada95, Java)
--------------
Executes the semantic check command in the directory containing the current file.
The command can be viewed/changed using the Altername Tokens dialog.



   Flag Setup
--------------
Brings up a dialog that allows the user to supply (additional) flags for the above operations.



   Command Setup
--------------
Brings up a dialog that allows the user to specify the various compiler commands.
%FLAGS in a command will be replaced by the flags for that command (Flag Setup).
%FILE will be replaced by the current filename.

