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
|
call config.bat
|
||||||
:-if "%LAST%" == "" goto noenv
|
:-if "%LAST%" == "" goto noenv
|
||||||
set dos4g=quiet
|
|
||||||
|
|
||||||
:-----------------------------------------------------------------------
|
:-----------------------------------------------------------------------
|
||||||
:- following is command line handling
|
:- following is command line handling
|
||||||
|
@ -15,7 +15,6 @@ set onerror=if not "%XERROR%" == "" goto daswarwohlnix
|
|||||||
:***** MSCL kernels
|
:***** MSCL kernels
|
||||||
|
|
||||||
call config.bat
|
call config.bat
|
||||||
set dos4g=quiet
|
|
||||||
|
|
||||||
if "%MS_BASE%" == "" goto no_ms
|
if "%MS_BASE%" == "" goto no_ms
|
||||||
call build -r msc 386 fat16
|
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 XUPX=upx --8086 --best
|
||||||
echo set OLDPATH=%PATH%
|
echo set OLDPATH=%PATH%
|
||||||
echo set PATH='%WATCOM%\\binw;C:\\bin;%OLDPATH%'
|
echo set PATH='%WATCOM%\\binw;C:\\bin;%OLDPATH%'
|
||||||
|
echo set DOS4G=QUIET
|
||||||
} | unix2dos > config.bat
|
} | unix2dos > config.bat
|
||||||
|
|
||||||
dosemu -td -q -K . -E "build.bat"
|
dosemu -td -q -K . -E "build.bat"
|
||||||
|
1
config.b
1
config.b
@ -62,6 +62,7 @@ set BC3_BASE=c:\bc
|
|||||||
:- if not \%WATCOM% == \ goto watcom_defined
|
:- if not \%WATCOM% == \ goto watcom_defined
|
||||||
:- set WATCOM=c:\watcom
|
:- set WATCOM=c:\watcom
|
||||||
:- set PATH=%PATH%;%WATCOM%\binw
|
:- set PATH=%PATH%;%WATCOM%\binw
|
||||||
|
:- set DOS4G=QUIET
|
||||||
:watcom_defined
|
:watcom_defined
|
||||||
|
|
||||||
:-**********************************************************************
|
:-**********************************************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user