From: Vadim Zeitlin Date: Sat, 7 Jul 2012 13:27:59 +0000 (+0000) Subject: Use "_x64" instead of "amd64" for x64 MSW makefile builds. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/235a997f9aea9d80774e296d314682e99e0c46f1 Use "_x64" instead of "amd64" for x64 MSW makefile builds. Still accept "amd64" as a valid TARGET_CPU value but also accept, and encourage people to use, "x64". Add a new section about the build system changes to the change log and added a mini-TOC to it to make navigating it a bit easier and show what changes are there at a glance. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl index 4747f48f1a..db792b410b 100644 --- a/build/bakefiles/common.bkl +++ b/build/bakefiles/common.bkl @@ -32,10 +32,12 @@ _$(CPU) - _amd64 - _amd64 + _x64 + _x64 _ia64 _ia64 + _x64 + _x64 @@ -318,6 +320,8 @@ /MACHINE:X64 /MACHINE:IA64 /MACHINE:IA64 + /MACHINE:X64 + /MACHINE:X64