From: Václav Slavík Date: Sun, 10 Aug 2003 16:10:51 +0000 (+0000) Subject: make sure utils.cpp and utilsexc.cpp are built only once in monolib buld X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8b509749e81b1b42009356b94aab938f03689146 make sure utils.cpp and utilsexc.cpp are built only once in monolib buld git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index 62cc960567..baad79330c 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -101,10 +101,14 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/mac/dirmac.cpp src/mac/mimetmac.cpp + src/unix/baseunix.cpp + + + src/mac/utils.cpp src/mac/utilsexc.cpp - src/unix/baseunix.cpp + @@ -1540,8 +1544,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/mac/tooltip.cpp src/mac/toplevel.cpp src/mac/uma.cpp - src/mac/utils.cpp - src/mac/utilsexc.cpp src/mac/window.cpp src/generic/caret.cpp @@ -2115,6 +2117,9 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! $(BASE_WIN32_SRC) $(BASE_MACOSX_SRC) + + $(BASE_AND_GUI_MAC_SRC) + $(BASE_AND_GUI_UNIX_SRC) $(BASE_AND_GUI_WIN32_SRC) @@ -2131,7 +2136,8 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! $(BASE_CMN_SRC) $(BASE_PLATFORM_SRC) - $(BASE_AND_GUI_CMN_SRC) $(BASE_AND_GUI_PLATFORM_SRC) + $(BASE_AND_GUI_CMN_SRC) + $(BASE_AND_GUI_PLATFORM_SRC) $(BASE_AND_GUI_TOOLKIT_SRC)