remove files before test

This commit is contained in:
MITSUNARI Shigeo 2012-10-29 10:13:56 +09:00
parent 02d6644463
commit 0ba3e596c6
3 changed files with 6 additions and 3 deletions

View file

@ -1,4 +1,5 @@
@echo off
rm a.lst b.lst
echo nasm
nasm -l a.lst -f win64 test.asm
cat a.lst

View file

@ -1,9 +1,9 @@
@echo off
echo 32bit
rm -rf a.lst
rm -rf a.lst b.lst
echo nasm
nasm -l a.lst -f win32 -DWIN32 test.asm
cat a.lst
echo yasm
yasm -l a.lst -f win32 -DWIN32 test.asm
cat a.lst
yasm -l b.lst -f win32 -DWIN32 test.asm
cat b.lst

View file

@ -28,6 +28,8 @@ popd
echo cl -I../ make_nm.cpp %OPT% %OPT2% /EHs
cl -I../ make_nm.cpp %OPT% %OPT2% /EHs
make_nm > a.asm
rm a.lst
echo %EXE% -f %OPT3% -l a.lst a.asm
%EXE% -f %OPT3% -l a.lst a.asm
rem connect "?????-" and "??"
if /i "%Y%"=="1" (