File tree Expand file tree Collapse file tree 4 files changed +2
-2
lines changed
Expand file tree Collapse file tree 4 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ if not exist config.bat goto abort
2525
2626call config.bat
2727:-if " %LAST% " == " " goto noenv
28- set dos4g = quiet
2928
3029:-----------------------------------------------------------------------
3130:- following is command line handling
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ set onerror=if not "%XERROR%" == "" goto daswarwohlnix
1515:***** MSCL kernels
1616
1717call config.bat
18- set dos4g = quiet
1918
2019if " %MS_BASE% " == " " goto no_ms
2120call build -r msc 386 fat16
Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ git clean -x -d -f -e test -e _output -e _downloads -e _watcom
7777 echo set XUPX=upx --8086 --best
7878 echo set OLDPATH=%PATH%
7979 echo set PATH=' %WATCOM%\\binw;C:\\bin;%OLDPATH%'
80+ echo set DOS4G=QUIET
8081} | unix2dos > config.bat
8182
8283dosemu -td -q -K . -E " build.bat"
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ set BC3_BASE=c:\bc
6262:- if not \%WATCOM% == \ goto watcom_defined
6363:- set WATCOM=c:\watcom
6464:- set PATH=%PATH%;%WATCOM%\binw
65+ :- set DOS4G=QUIET
6566:watcom_defined
6667
6768:-**********************************************************************
You can’t perform that action at this time.
0 commit comments