I think I got it. I added parameter vs2012 so my command line looked following
Quote
make -j9 MSBUILD=1 DEBUG=1 SYMBOLS=1 SUBTARGET=mess DIRECTINPUT=8 PTR64=1 vs2012
I don't know if all the parameters before vs2012 are neccess ary (it's not running compilation) I left them there
This cmd creates vs2012 project which could be loaded into VC, there were few compile issues to deal with but fortunately I've managed to get .exe with pdbs. There is also possible to build xp compatible exe(I did not give try)