home *** CD-ROM | disk | FTP | other *** search
- tsr.obj: tsr tsr.asm
- masm tsr;
-
- tsrvm.asm: tsr tsrvm.voi tsrvm.pre tsrvm.suf
- bin2asm tsrvm.voi tsrvm.tmp
- copy tsrvm.pre + tsrvm.tmp + tsrvm.suf tsrvm.asm
- del tsrvm.tmp
-
- tsrvm.obj: tsr tsrvm.asm
- masm tsrvm.asm;
-
- vpmod.obj: tsr vpmod.asm
- masm vpmod;
-
- tsr.exe: tsr tsr.obj tsrvm.obj
- link tsr+vpmod+tsrvm,tsr,tsr.map,llibcer/NOD;
-