ow-dos4gw: move configuration for DOS4GW to config.b

This commit is contained in:
Jiri Malak 2024-07-15 11:50:54 +02:00 committed by Kenneth J Davis
parent 0231c98e3f
commit 7a5af34727
4 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,6 @@ if not exist config.bat goto abort
call config.bat
:-if "%LAST%" == "" goto noenv
set dos4g=quiet
:-----------------------------------------------------------------------
:- following is command line handling

View File

@ -15,7 +15,6 @@ set onerror=if not "%XERROR%" == "" goto daswarwohlnix
:***** MSCL kernels
call config.bat
set dos4g=quiet
if "%MS_BASE%" == "" goto no_ms
call build -r msc 386 fat16

View File

@ -77,6 +77,7 @@ git clean -x -d -f -e test -e _output -e _downloads -e _watcom
echo set XUPX=upx --8086 --best
echo set OLDPATH=%PATH%
echo set PATH='%WATCOM%\\binw;C:\\bin;%OLDPATH%'
echo set DOS4G=QUIET
} | unix2dos > config.bat
dosemu -td -q -K . -E "build.bat"

View File

@ -62,6 +62,7 @@ set BC3_BASE=c:\bc
:- if not \%WATCOM% == \ goto watcom_defined
:- set WATCOM=c:\watcom
:- set PATH=%PATH%;%WATCOM%\binw
:- set DOS4G=QUIET
:watcom_defined
:-**********************************************************************