X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=16%2Ffcsp2src%2FMAKE.BAT;h=08bea8381b9ee13fdf6179c1b22fd4a04689ac20;hb=b75a9280f3eb85ab5739a63a79404141fdbc28d7;hp=dd1b086bc07b4e1f78cc209c2960c791218245fd;hpb=64c9061cc919841ebc88c52646641c9c62c44180;p=16.git diff --git a/16/fcsp2src/MAKE.BAT b/16/fcsp2src/MAKE.BAT index dd1b086b..08bea838 100755 --- a/16/fcsp2src/MAKE.BAT +++ b/16/fcsp2src/MAKE.BAT @@ -1,5 +1,8 @@ @echo off +tasm /m9 /ml sp2orig.asm tasm /m9 /ml sp2.asm if ERRORLEVEL 1 goto end +tlink /t /x sp2orig.obj tlink /t /x sp2.obj +wcl -l=dos sp2.asm :end