Ken Takata wrote:
> I found a small mistake in src/msvc2015.bat. > > If the batch file is executed with the "x86_amd64" option, it enables the > x86 cross compiler targeting x64. This should work both on Express edition > and Community edition. > > VC2015 Community edition also has x64 native compiler, however, executing > the batch file with the "x64" option didn't work as expected. This is because > the enviromnent variable "Platform" was set to "X64" instead of "x64". > > Attached patch fixes the batch file and update the document. Thanks! -- >From "know your smileys": ;-0 Can't find shift key ,-9 Kann Umschalttaste nicht finden /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
