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 use of the<b> watcom</b> environment variable and the watcom linker "system" http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
The use of the WATCOM environment variable and the Watcom Linker "SYSTEM"
directive is recommended over the use of this environment variable.

If you are developing a 16-bit Microsoft Windows application, the LIBWIN
environment variable must include the location of the 16-bit Watcom C/C++
Windows library files (files with the ".lib" filename extension).  This
variable is used by the Watcom Linker (WLINK.EXE).  If you are developing a
32-bit Microsoft Windows application, see the description of the LIBPHAR
environment variable.  The default installation directory for the 16-bit
Watcom C/C++ Windows libraries is \WATCOM\LIB286\WIN.  The LIBWIN
environment variable must also include the location of the 16-bit Watcom
C/C++ math library files.  The default installation directory for the 16-bit
Watcom C/C++ math libraries is \WATCOM\LIB286.

Example:

     C>set libwin=c:\watcom\lib286\win;c:\watcom\lib286

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