-
Notifications
You must be signed in to change notification settings - Fork 0
/
cmnvars.cmd
35 lines (28 loc) · 1.01 KB
/
cmnvars.cmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
@echo off
REM *****************************************************************
REM CMNVARS.CMD - common environment variables
REM *****************************************************************
REM NOTE: All scripts to set the environment must call this script at
REM the end.
REM Set the version numbers
set BLD_VER=20
set BLD_VER_STR=2.0
REM Set up default path information variable
if "%DEFPATH%" == "" set DEFPATH=%PATH%
REM Stuff for the Open Watcom build environment
set BUILD_PLATFORM=os2386
set BUILDER_CTL=lang.ctl
set DEVDIR=%OWROOT%\bld
REM Subdirectory to be used for bootstrapping/prebuild binaries
set OWBINDIR=%DEVDIR%\build\binp
set RELROOT=%OWROOT%\rel2
set DWATCOM=%WATCOM%
set INCLUDE=%WATCOM%\h;%WATCOM%\h\os2
set EDPATH=%WATCOM%\eddat
set PATH=%OWBINDIR%;%OWROOT%\bat;%WATCOM%\binp;%WATCOM%\binw;%OS2TKROOT%\bin;%DEFPATH%
echo Open Watcom compiler build environment
REM OS specifics
REM Ensure COMSPEC points to CMD.EXE
set COMSPEC=CMD.EXE
set IPFC=%OS2TKROOT%\ipfc
set BEGINLIBPATH=%WATCOM%\binp\dll