Skip to content

Commit 9483805

Browse files
andrewbirdPerditionC
authored andcommitted
CI: Setup NASM in consistent manner for DOS
1 parent 9b9b5b1 commit 9483805

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ci_build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)