1. NOTE:
in makefile i replaced 
    brc -r -i\tasm\include $(base).rc
to
    brc -r -i\masm32\include $(base).rc
    
and in tasmwin.rc
"windows.h" to "resource.h"

since i have no full tasm package currently.

2. instead of make.exe and makefile there separate commands
can be used in bat for each step, eg:

tasm ...
brc ...
tlink ...

how to make commandlines to them: guess from makefile