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> force</b> environment variable identifies a file that is to be included as http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
The FORCE environment variable identifies a file that is to be included as
part of the source input stream.  This variable is used by Watcom C/C++.


     SET FORCE=[d:][path]filename[.ext]

The specified file is included as if a


     #include "[d:][path]filename[.ext]"

directive were placed at the start of the source file.

Example:

     C>set force=\watcom\h\common.cnv
     C>wcc report

The FORCE environment variable can be overridden by use of the Watcom C/C++
"fi" option.

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