From: Francesco Montorsi Date: Fri, 5 Mar 2010 20:51:42 +0000 (+0000) Subject: define TARGET_CPU (as a variable) also for formats using MSVS_PLATFORM; this allows... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/694b7ca407682e12774640ff444ac557dc7045f5 define TARGET_CPU (as a variable) also for formats using MSVS_PLATFORM; this allows a simpler logic in the following tests (and in the user bakefiles) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63627 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/wxpresets/presets/wx_win32.bkl b/build/bakefiles/wxpresets/presets/wx_win32.bkl index 0c015e75cf..4b86018bee 100644 --- a/build/bakefiles/wxpresets/presets/wx_win32.bkl +++ b/build/bakefiles/wxpresets/presets/wx_win32.bkl @@ -52,6 +52,25 @@ + + + + X86 + AMD64 + IA64 + + + @@ -82,17 +101,13 @@ _$(CPU) - - - _amd64 - _ia64 - - - _amd64 + _amd64 + _ia64 - + /MACHINE:AMD64 /MACHINE:IA64