]> 4ch.mooo.com Git - 16.git/blobdiff - 16/fcsp2src/MAKE.BAT
showmemorydetail is not working how i want it to .... hmmmm
[16.git] / 16 / fcsp2src / MAKE.BAT
index dd1b086bc07b4e1f78cc209c2960c791218245fd..08bea8381b9ee13fdf6179c1b22fd4a04689ac20 100755 (executable)
@@ -1,5 +1,8 @@
 @echo off\r
+tasm /m9 /ml sp2orig.asm\r
 tasm /m9 /ml sp2.asm\r
 if ERRORLEVEL 1 goto end\r
+tlink /t /x sp2orig.obj\r
 tlink /t /x sp2.obj\r
+wcl -l=dos sp2.asm\r
 :end\r