From 694b7ca407682e12774640ff444ac557dc7045f5 Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Fri, 5 Mar 2010 20:51:42 +0000 Subject: [PATCH 1/1] 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 --- .../bakefiles/wxpresets/presets/wx_win32.bkl | 31 ++++++++++++++----- 1 file changed, 23 insertions(+), 8 deletions(-) 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 -- 2.45.2