I'm struggling with compilation of mess using VC 2012(using mingw works fine). I have latest mame sources and buildtools. My compile.bat looks like this
I'm running compile.bat within buildtools console. I've tried instead of MSBUILD use MSVC_BUILD=1 without luck. I need to get pdb's for debugging inside VC IDE
It seems to me regardless MSBUILD=1 mingw is used and no vmess64d is generated. Thanx