/68020.h/1.1/Sat Jan 27 02:32:17 2001//
/cpudefs.c/1.1/Sat Jan 27 02:32:17 2001//
/cpuemu_01.c/1.1/Sat Jan 27 02:32:17 2001//
/cpuemu_02.c/1.1/Sat Jan 27 02:32:17 2001//
/cpuemu_03.c/1.1/Sat Jan 27 02
@echo off
REM Setup environment variables for Visual C++ 6.0 32 bit edition
SET LIB=%VC6_PATH%\VC98\LIB;.
SET TOOLROOTDIR=%VC6_PATH%\VC98
SET INCLUDE=\xc\include;%VC6_PATH%\VC98\INCLUDE;
SET INIT=%VC
@echo off
REM Setup for compiling with Watcom C/C++ 11.0 in 32 bit mode (DOS4GW)
if .%CHECKED%==.1 goto checked_build
SET LIB=%SCITECH_LIB%\LIB\RELEASE\DOS32\WC11;%WC11_PATH%\LIB386;%WC11_PATH%\LIB38
@echo off
REM Setup for compiling with Borland C++ Builder 5.0 in 32 bit mode.
if .%CHECKED%==.1 goto checked_build
SET LIB=%SCITECH_LIB%\LIB\RELEASE\SMX32\BCB5;%BCB5_PATH%\LIB;.
echo Release build e
@echo off
REM Setup for compiling with Borland C++ 5.0 in 32 bit mode with Phar Lap TNT
if .%CHECKED%==.1 goto checked_build
SET LIB=%SCITECH_LIB%\LIB\RELEASE\DOS32\BC5;%BC5_PATH%\LIB;%TNT_PATH%\LIB;
@echo off
REM Setup for compiling with Borland C++ 5.0 in 32 bit mode.
if .%CHECKED%==.1 goto checked_build
SET LIB=%SCITECH_LIB%\LIB\RELEASE\SMX32\BC5;%BC5_PATH%\LIB;.
echo Release build enabled.
go
@echo off
REM Setup for compiling with Borland C++ 4.5 in 32 bit Windows mode.
if .%CHECKED%==.1 goto checked_build
SET LIB=%SCITECH_LIB%\LIB\RELEASE\WIN32\BC4;%BC4_PATH%\LIB;.
echo Release build ena
@echo off
REM Setup for compiling with Borland C++ 5.0 in 32 bit Windows mode.
if .%CHECKED%==.1 goto checked_build
SET LIB=%SCITECH_LIB%\LIB\RELEASE\VXD\BC5;%BC5_PATH%\LIB;.
echo Release build enabl