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

Quote
call "c:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\vcvarsall.bat" amd64
call "c:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Utilities\bin\dx_setenv.cmd" x64
make -j9 MSBUILD=1 DEBUG=1 SYMBOLS=1 SUBTARGET=mess DIRECTINPUT=8 PTR64=1
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

Last edited by dlabi; 12/21/15 09:48 PM.

Check my blog at dlabi.cz