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 > > mozilla-build: > > set "INCLUDE=%ProgramFiles(x86)%\Microsoft > > SDKs\Windows\7.1A\Include;%INCLUDE%" > > set "PATH=%ProgramFiles(x86)%\Microsoft SDKs\Windows\7.1A\Bin;%PATH%" > > set "LIB=%ProgramFiles(x86)%\Microsoft SDKs\Windows\7.1A\Lib;%LIB%" > > set "CL=/D_USING_V110_SDK71_;%CL%" > > set "LINK=/SUBSYSTEM:CONSOLE,5.01 %LINK%" > > cd "%USERPROFILE%" > > > > But the build still used the windows/kits/8.0 SDK > > > > I'm sure I'm missing something obvious to the wise ones here. > > > > Can anyone help.
Setting sdk is not necessary. -SUBSYSTEM:WINDOWS,5.01 or -SUBSYSTEM:CONSOLE,5.01 matters _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform