X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0b0635cf69537ca32377bad5650b39402cb21b6..13220cca727ed74c2998b4fb89a4d80aacf28e68:/build/bakefiles/files.bkl
diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl
index 0024ffe2fe..03efc93a69 100644
--- a/build/bakefiles/files.bkl
+++ b/build/bakefiles/files.bkl
@@ -100,22 +100,54 @@ 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
+
+ include/wx/mac/corefoundation/cfstring.h
+ include/wx/mac/corefoundation/stdpaths.h
@@ -178,6 +210,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/common/tokenzr.cpp
src/common/txtstrm.cpp
src/common/unzip.c
+ src/common/uri.cpp
src/common/variant.cpp
src/common/wfstream.cpp
src/common/wxchar.cpp
@@ -281,6 +314,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/tokenzr.h
wx/txtstrm.h
wx/types.h
+ wx/uri.h
wx/utils.h
wx/variant.h
wx/vector.h
@@ -329,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
@@ -1658,6 +1699,11 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/html/htmlctrl/webkit/webkit.mm
+
+
+ src/mac/corefoundation/utilsexc_cf.cpp
+
+
wx/mac/accel.h
@@ -1939,6 +1985,10 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/generic/timer.cpp
src/mac/carbon/gsockosx.cpp
+
+ src/mac/corefoundation/cfstring.cpp
+ src/mac/corefoundation/stdpaths_cf.cpp
+ src/mac/corefoundation/utilsexc_cf.cpp
wx/cocoa/NSApplication.h
@@ -2022,6 +2072,9 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/generic/region.h
wx/generic/statusbr.h
wx/generic/tabg.h
+
+ include/wx/mac/corefoundation/cfstring.h
+ include/wx/mac/corefoundation/stdpaths.h
@@ -2464,6 +2517,10 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/unix/sound_sdl.cpp
+
+ src/gtk/gnome/gprint.cpp
+
+
@@ -2471,8 +2528,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)
@@ -2487,6 +2545,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)
@@ -2496,6 +2555,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)
@@ -2518,6 +2579,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)
@@ -2525,6 +2587,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)
@@ -2562,7 +2625,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
$(MOTIF_SRC)
$(MSW_SRC) $(MSW_ONLY_SRC)
$(MSW_SRC) $(WINCE_SRC)
- $(MAC_SRC)
+ $(MAC_SRC) $(MAC_OSX_SRC)
$(COCOA_SRC)
$(OS2_SRC)
@@ -2660,6 +2723,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
$(UNIX_SOUND_SRC_SDL)
+ $(GTK_PRINT_SRC_GNOME)