> link /RELEASE /nologo /subsystem:windows /LTCG:STATUS ... > advapi32.lib shell32.lib /machine:i386 /no
Ok, the problem is in /machine:i386 which should be AMD64 for x64 builds. Either something is wrong with your environment or Make_mvc.mak failed to detect the target architecture properly. Can you check what commands below show before and after you source vcvarsx86_amd64.bat? set PROCESSOR_ARCHITECTURE set ASSEMBLY_ARCHITECTURE set CPU -- 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
