From: David Elliott Date: Fri, 11 Jul 2003 13:19:48 +0000 (+0000) Subject: * Removed BASE_AND_GUI_MAC_SRC. At the moment DARWIN/MAC are identical X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4aa75221eb61ba0406b0d9aca2ce09db46b55eab * Removed BASE_AND_GUI_MAC_SRC. At the moment DARWIN/MAC are identical (they both have only utilsunx.cpp) and Bakefile needs some work to allow more complex conditions before having this separate will be easy. * Allow wxGTK to be built on OS X. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21892 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index b7320c52ef..c5437f3d1b 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -99,9 +99,6 @@ src/mac/utils.cpp src/mac/utilsexc.cpp - - src/unix/utilsunx.cpp - @@ -1758,19 +1755,22 @@ + + + $(BASE_MAC_SRC) + $(BASE_DARWIN_SRC) + $(BASE_DARWIN_SRC) + + $(BASE_UNIX_SRC) $(BASE_WIN32_SRC) - - $(BASE_MAC_SRC) - $(BASE_DARWIN_SRC) + $(BASE_MACOSX_SRC) $(BASE_AND_GUI_UNIX_SRC) $(BASE_AND_GUI_WIN32_SRC) - $(BASE_AND_GUI_MAC_SRC) - $(BASE_AND_GUI_DARWIN_SRC) + $(BASE_AND_GUI_DARWIN_SRC) $(BASE_UNIX_HDR)