From df1547b7bcd4c8da3c1c12db2559a460d9a249b6 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 1 Jul 2012 21:35:18 +0000 Subject: [PATCH] No real changes, just rename DIR_SUFFIX_CPU to ARCH_SUFFIX in bakefiles. This will be soon used in the libraries names and not only in the directory paths so rename the variable to make things more clear (or at least less confusing). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/common.bkl | 7 +++---- build/msw/makefile.vc | 12 ++++++------ build/msw/wx_core.dsp | 8 ++++---- build/msw/wx_vc7_core.vcproj | 6 +++--- build/msw/wx_vc8_core.vcproj | 8 ++++---- build/msw/wx_vc9_core.vcproj | 8 ++++---- 6 files changed, 24 insertions(+), 25 deletions(-) diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl index 756148cbe9..16beffe621 100644 --- a/build/bakefiles/common.bkl +++ b/build/bakefiles/common.bkl @@ -30,7 +30,6 @@ - @@ -169,7 +168,7 @@ - + _$(CPU) _amd64 _amd64 @@ -190,7 +189,7 @@ $(COMPILER) - $(COMPILER_PREFIX)_$(CFG_NAME_PART)$(DIR_SUFFIX_CPU) + $(COMPILER_PREFIX)_$(CFG_NAME_PART)$(ARCH_SUFFIX) $(OBJS) @@ -206,7 +205,7 @@ $(wx_top_builddir)/lib - $(nativePaths(TOP_SRCDIR))lib$(DIRSEP)$(COMPILER_PREFIX)$(DIR_SUFFIX_CPU)_$(LIBTYPE_SUFFIX)$(CFG) + $(nativePaths(TOP_SRCDIR))lib$(DIRSEP)$(COMPILER_PREFIX)$(ARCH_SUFFIX)_$(LIBTYPE_SUFFIX)$(CFG) diff --git a/build/msw/makefile.vc b/build/msw/makefile.vc index 9dcb750aeb..f9fa1df131 100644 --- a/build/msw/makefile.vc +++ b/build/msw/makefile.vc @@ -32,9 +32,9 @@ WX_RELEASE_NODOT = 29 WX_VERSION_NODOT = $(WX_RELEASE_NODOT)4 COMPILER_PREFIX = vc OBJS = \ - $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)$(DIR_SUFFIX_CPU) + $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)$(ARCH_SUFFIX) LIBDIRNAME = \ - ..\..\lib\$(COMPILER_PREFIX)$(DIR_SUFFIX_CPU)_$(LIBTYPE_SUFFIX)$(CFG) + ..\..\lib\$(COMPILER_PREFIX)$(ARCH_SUFFIX)_$(LIBTYPE_SUFFIX)$(CFG) SETUPHDIR = \ $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG) WXREGEX_CFLAGS = /M$(__RUNTIME_LIBS_10)$(__DEBUGRUNTIME) /DWIN32 \ @@ -1747,16 +1747,16 @@ WXUNICODEFLAG = u WXUNIVNAME = univ !endif !if "$(TARGET_CPU)" == "AMD64" -DIR_SUFFIX_CPU = _amd64 +ARCH_SUFFIX = _amd64 !endif !if "$(TARGET_CPU)" == "IA64" -DIR_SUFFIX_CPU = _ia64 +ARCH_SUFFIX = _ia64 !endif !if "$(TARGET_CPU)" == "amd64" -DIR_SUFFIX_CPU = _amd64 +ARCH_SUFFIX = _amd64 !endif !if "$(TARGET_CPU)" == "ia64" -DIR_SUFFIX_CPU = _ia64 +ARCH_SUFFIX = _ia64 !endif !if "$(SHARED)" == "1" WXDLLFLAG = dll diff --git a/build/msw/wx_core.dsp b/build/msw/wx_core.dsp index ea371852c7..7cd0c7a244 100644 --- a/build/msw/wx_core.dsp +++ b/build/msw/wx_core.dsp @@ -5240,10 +5240,10 @@ SOURCE=..\..\include\wx\msw\iniconf.h # End Source File # Begin Source File -SOURCE=..\..\include\wx\msw\init.h -# End Source File -# Begin Source File - +SOURCE=..\..\include\wx\msw\init.h +# End Source File +# Begin Source File + SOURCE=..\..\include\wx\msw\joystick.h # End Source File # Begin Source File diff --git a/build/msw/wx_vc7_core.vcproj b/build/msw/wx_vc7_core.vcproj index f77793111e..6a2a2a04a7 100644 --- a/build/msw/wx_vc7_core.vcproj +++ b/build/msw/wx_vc7_core.vcproj @@ -4502,9 +4502,9 @@ RelativePath="..\..\include\wx\msw\iniconf.h"> - - + + - - + + diff --git a/build/msw/wx_vc9_core.vcproj b/build/msw/wx_vc9_core.vcproj index eae3a09ac4..9a54b88268 100644 --- a/build/msw/wx_vc9_core.vcproj +++ b/build/msw/wx_vc9_core.vcproj @@ -6020,10 +6020,10 @@ > - - + + -- 2.45.2