From: Francesco Montorsi Date: Wed, 3 Mar 2010 00:35:44 +0000 (+0000) Subject: add 64bit support to those formats which I could test and which support 64bit build... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/617bcbe241fbde2347f05e0dce7bc9787eff6599 add 64bit support to those formats which I could test and which support 64bit build modes (msvc, msvs2005prj and msvs2008prj) by adding a TARGET_CPU option similar to what wxWidgets bakefiles do (note the absence of the WX_ prefix since it does not make sense to have a wx-specific architecture); this additional feature allows correct inclusion of the vc_[amd64|ia64]_[lib|dll] path when building a wx-based project on Windows. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63608 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/wxpresets/presets/wx_win32.bkl b/build/bakefiles/wxpresets/presets/wx_win32.bkl index 4f7d3163fa..0c015e75cf 100644 --- a/build/bakefiles/wxpresets/presets/wx_win32.bkl +++ b/build/bakefiles/wxpresets/presets/wx_win32.bkl @@ -13,26 +13,45 @@ - - - - - - - - - - + - - - - - - - - + + + + 1 + 0 + + + + 1 + 0 + + + 1 + 1 + 0 + + + + + + + X86 + + @@ -63,13 +82,26 @@ _$(CPU) + + + _amd64 + _ia64 + + + _amd64 - + + + + /MACHINE:AMD64 + /MACHINE:IA64 + + $(DIRSEP)lib$(DIRSEP)$(COMPILER_PREFIX)$(WXCPU)_lib $(DIRSEP)lib$(DIRSEP)$(COMPILER_PREFIX)$(WXCPU)_dll - + @@ -266,6 +298,8 @@ $(WX_DIR)$(WXLIBPATH) + $(WXMACHINE_FLAG) + <__wx-libs-point/>