mirror of https://github.com/FDOS/kernel.git
ow-dos4gw: move configuration for DOS4GW to config.b
This commit is contained in:
parent
0231c98e3f
commit
7a5af34727
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue