Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom C/C++ User's Guide - the<b> wcl386</b> environment variable can be used to specify commonly-used wcl386 http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
The WCL386 environment variable can be used to specify commonly-used WCL386
options.


     SET WCL386=/option1 /option2 ...

These options are processed before options specified on the command line.
 The following example defines the default options to be "3s" (compile code
for stack-based argument passing convention), "d1" (include line number
debug information in the object file), and "ox" (compile for maximum number
of code optimizations).

Example:

     C>set wcl386=/3s /d1 /ox

Once the WCL386 environment variable has been defined, those options listed
become the default each time the WCL386 command is used.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson