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/mac/utils.cpp - src/mac/utilsexc.cpp src/unix/baseunix.cpp + + + src/mac/utils.cpp + src/mac/utilsexc.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)