diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl
index be6af78feb..71fd12260c 100644
--- a/build/bakefiles/files.bkl
+++ b/build/bakefiles/files.bkl
@@ -100,19 +100,45 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/msw/wince/time.h
+
+
src/mac/carbon/dirmac.cpp
src/mac/carbon/mimetmac.cpp
- src/unix/baseunix.cpp
src/mac/carbon/utilsexc.cpp
src/mac/carbon/thread.cpp
src/mac/carbon/macnotfy.cpp
+
src/mac/carbon/morefilex/MoreFilesX.c
src/mac/corefoundation/cfstring.cpp
src/mac/corefoundation/stdpaths_cf.cpp
+
+
+
+
+
+ src/mac/carbon/morefile/DirectoryCopy.c
+ src/mac/carbon/morefile/FSpCompat.c
+ src/mac/carbon/morefile/FileCopy.c
+ src/mac/carbon/morefile/FullPath.c
+ src/mac/carbon/morefile/IterateDirectory.c
+ src/mac/carbon/morefile/MoreDesktopMgr.c
+ src/mac/carbon/morefile/MoreFiles.c
+ src/mac/carbon/morefile/MoreFilesExtras.c
+ src/mac/carbon/morefile/Search.c
+
+
+
+
+ src/unix/baseunix.cpp
+
+
+
src/mac/carbon/utils.cpp
src/mac/carbon/uma.cpp
@@ -337,6 +363,13 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/unix/gsockunx.h
+
+
+ src/mac/carbon/gsocket.cpp
+
+
+ include/wx/mac/carbon/gsockmac.h
+
src/common/fs_inet.cpp
@@ -2485,8 +2518,9 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
+
- $(BASE_MAC_SRC)
+ $(BASE_MAC_SRC) $(BASE_MAC_OSX_SRC)
$(BASE_UNIX_SRC)
$(BASE_UNIX_SRC)
$(BASE_UNIX_SRC)
@@ -2501,6 +2535,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
$(BASE_UNIX_SRC)
$(BASE_WIN32_SRC) $(BASE_WINCE_SRC)
$(BASE_MACOSX_SRC)
+ $(BASE_MAC_SRC) $(BASE_MAC_CARBONLIB_SRC)
$(BASE_OS2_SRC)
@@ -2510,6 +2545,8 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
$(BASE_AND_GUI_UNIX_SRC)
$(BASE_AND_GUI_WIN32_SRC)
$(BASE_AND_GUI_UNIX_SRC)
+
+
$(BASE_UNIX_HDR)
@@ -2532,6 +2569,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
$(NET_UNIX_SRC)
$(NET_WIN32_SRC) $(NET_WINCE_SRC)
$(NET_UNIX_SRC)
+ $(NET_MAC_CARBONLIB_SRC)
$(NET_OS2_SRC)
@@ -2539,6 +2577,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
$(NET_WIN32_HDR) $(NET_WINCE_HDR)
$(NET_OS2_HDR)
$(NET_UNIX_HDR)
+ $(NET_MAC_CARBONLIB_HDR)