dos_compilers/Microsoft MASM v5/m.bat

9 lines
133 B
Batchfile
Raw Permalink Normal View History

2024-06-30 15:49:30 +02:00
del %1.map
del %1.exe
del %1.lst
del %1.obj
ntvdm -h bin\masm /Zi /Zd /z /l %1,,,;
ntvdm -h bin\link /CP:1 %1,,%1,,nul.def