An example setvar.cmd I use with various versions of Open Watcom (see below script for more info):
@ECHO OFF
mode 120 43
SET WATCOM=D:\ow17
SET TOOLKIT=D:\OS2TK45
SET PERLPATH=u:\perl
SET PERL_SH_DIR=%PERLPATH%
SET PATH=%WATCOM%\BINP;%WATCOM%\BINW;%PATH%;D:\OS2TK45\som\bin;%PERLPATH%\bin;
SET INCLUDE=.;%WATCOM%\H\OS2;%WATCOM%\H;%TOOLKIT%\som\include;%TOOLKIT%\inc;%TOOLKIT%\h;%TOOLKIT%\h\gl;%TOOLKIT%\h\libc;%TOOLKIT%\speech\h;
SET FINCLUDE=%WATCOM%\SRC\FORTRAN;%WATCOM%\SRC\FORTRAN\OS2
SET EDPATH=%WATCOM%\EDDAT
SET HELP=%WATCOM%\BINP\HELP;%HELP%
SET BOOKSHELF=%WATCOM%\BINP\HELP;%BOOKSHELF%
SET BEGINLIBPATH=%WATCOM%\BINP\DLL;%PERLPATH%\bin;
Items to change:
SET WATCOM=
This is the location of the Open Watcom compiler. Not adding the above statements to config.sys and using the script allows you to have multiple OW versions on your system.
SET TOOLKIT=
Location of the OS/2 Toolkit, installed from eCS CD 2.
SET PERLPATH=u:\perl
SET PERL_SH_DIR=%PERLPATH%
Statements I add to use
Paul Smedley's perl port and installed in
this manner.
There are no comments on this page. [Add comment]