From e40b74ba83bc74655b4bc5c5c2abc87998b2ae4f Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Sun, 16 Oct 2005 20:25:10 +0000 Subject: [PATCH] Add CPU_TARGET option to msvc makefiles for targeting AMD64 and IA64 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35908 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/common.bkl | 15 +++++++++++++++ build/bakefiles/config.bkl | 17 +++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl index ac23bd5ecf..06b45c3bdb 100644 --- a/build/bakefiles/common.bkl +++ b/build/bakefiles/common.bkl @@ -161,6 +161,8 @@ _$(CPU) + _amd64 + _ia64 @@ -272,6 +274,15 @@ unicows + + /MACHINE:AMD64 + /MACHINE:IA64 + + + WX_CPU_AMD64 + WX_CPU_IA64 + +