File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ mv -n bin/country.sys _output/wc/.
4747# echo set MAKE=make
4848# echo set XCPU=386
4949# echo set XFAT=32
50- # echo set XNASM='C:\\devel\\ nasm\\nasm'
50+ # echo set XNASM=nasm
5151# echo set OLDPATH=%PATH%
52- # echo set PATH='C:\\devel\\i16gnu\\bin;C:\\bin;%OLDPATH%'
52+ # echo set PATH='C:\\devel\\i16gnu\\bin;C:\\devel\\nasm;C:\\ bin;%OLDPATH%'
5353# } | unix2dos > config.bat
5454
5555# dosemu -td -q -K . -E "build.bat"
@@ -63,10 +63,10 @@ git clean -x -d -f -e test -e _output -e _downloads -e _watcom
6363 echo set MAKE=wmake /ms
6464 echo set XCPU=386
6565 echo set XFAT=32
66- echo set XNASM=' C:\\devel\\ nasm\\nasm '
66+ echo set XNASM=nasm
6767 echo set XUPX=upx --8086 --best
6868 echo set OLDPATH=%PATH%
69- echo set PATH=' %WATCOM%\\binw;C:\\bin;%OLDPATH%'
69+ echo set PATH=' %WATCOM%\\binw;C:\\devel\\nasm;C:\\ bin;%OLDPATH%'
7070 echo set DOS4G=QUIET
7171} | unix2dos > config.bat
7272
You can’t perform that action at this time.
0 commit comments