Re: How to force winxp compatibility building with vc11

2014-02-21 Thread Neil
JoeS wrote: I tried hacking the following into the tail end of msvc11.bat file in mozilla-build: Try setting MOZ_MAXWINSDK=70100 Alternatively, try installing the SDK 7.1 compilers and use the msvc10.bat file. (You can still use the VS debugger.) -- Warning: May contain traces of nuts. ___

Re: How to force winxp compatibility building with vc11

2014-02-20 Thread cstkingkey
On Friday, February 21, 2014 7:23:46 AM UTC+8, JoeS wrote: > According to http://blogs.msdn.com/b/vcblog/archive/2012/10/08/10357555.aspx > > you can force the use of the SDK 7.1 version for winxp compatible builds > > > > I tried hacking the following into the tail end of msvc11.bat file in >

How to force winxp compatibility building with vc11

2014-02-20 Thread JoeS
According to http://blogs.msdn.com/b/vcblog/archive/2012/10/08/10357555.aspx you can force the use of the SDK 7.1 version for winxp compatible builds I tried hacking the following into the tail end of msvc11.bat file in mozilla-build: set "INCLUDE=%ProgramFiles(x86)%\Microsoft SDKs\Windows\7.1A