Skip to content

Commit 7a5af34

Browse files
jmalakPerditionC
authored andcommitted
ow-dos4gw: move configuration for DOS4GW to config.b
1 parent 0231c98 commit 7a5af34

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

build.bat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ if not exist config.bat goto abort
2525

2626
call config.bat
2727
:-if "%LAST%" == "" goto noenv
28-
set dos4g=quiet
2928

3029
:-----------------------------------------------------------------------
3130
:- following is command line handling

buildall.bat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ set onerror=if not "%XERROR%" == "" goto daswarwohlnix
1515
:***** MSCL kernels
1616

1717
call config.bat
18-
set dos4g=quiet
1918

2019
if "%MS_BASE%" == "" goto no_ms
2120
call build -r msc 386 fat16

ci_build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

8283
dosemu -td -q -K . -E "build.bat"

config.b

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
:-**********************************************************************

0 commit comments

Comments
 (0)