]> 4ch.mooo.com Git - 16.git/blob - 16/fcsp2src/MAKE.BAT
updated copyright~ to 2021 we not dead just busy
[16.git] / 16 / fcsp2src / MAKE.BAT
1 @echo off\r
2 tasm /m9 /ml sp2orig.asm\r
3 tasm /m9 /ml sp2.asm\r
4 if ERRORLEVEL 1 goto end\r
5 tlink /t /x sp2orig.obj\r
6 tlink /t /x sp2.obj\r
7 :end\r
8 wcl -l=dos sp2.asm\r