From: Vadim Zeitlin Date: Fri, 8 Jun 2012 18:44:10 +0000 (+0000) Subject: Use PLATFORM checks in bakefiles instead of TOOLKIT checks. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5c3f21c6a3450b92810202f7d50f5f4b3d993309 Use PLATFORM checks in bakefiles instead of TOOLKIT checks. No real changes as the output is currently the same for all supported PLATFORM/TOOLKIT combinations anyhow but prefer checking for PLATFORM to prepare for the support of GTK toolkit under MSW platform. Closes #14379. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71700 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/build_cfg.bkl b/build/bakefiles/build_cfg.bkl index f606fb54e8..f158dbcb19 100644 --- a/build/bakefiles/build_cfg.bkl +++ b/build/bakefiles/build_cfg.bkl @@ -8,8 +8,7 @@ the library. --> - + $(SETUPHDIR)$(DIRSEP)build.cfg diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl index 2ada7a726e..756148cbe9 100644 --- a/build/bakefiles/common.bkl +++ b/build/bakefiles/common.bkl @@ -424,7 +424,7 @@ $(TAB)copy "$(DOLLAR)(InputPath)" $(SETUPHDIR)\wx\setup.h univ/setup.h - + $(msvc_copy_setup_h_script % 'msw\setup.h') @@ -614,7 +614,7 @@ $(TAB)$(VC_COMPILER) /EP /nologo "$(DOLLAR)(InputPath)" > "$(SETUPHDIR)\wx\msw\r WXBUILDING - + $(WXTOPDIR)src/common/dummy.cpp $(WXTOPDIR)src/common/dummy.cpp diff --git a/build/bakefiles/wx.bkl b/build/bakefiles/wx.bkl index 062df3eb45..b806cd704e 100644 --- a/build/bakefiles/wx.bkl +++ b/build/bakefiles/wx.bkl @@ -40,7 +40,7 @@ no samples - ../../samples + ../../samples @@ -194,8 +194,8 @@ univ - $(TOOLKIT_LOWERCASE) - os2 + $(TOOLKIT_LOWERCASE) + os2 @@ -212,7 +212,7 @@ - + libdir_setup_wx