From: Gilles Depeyrot Date: Sat, 13 Dec 2003 20:25:16 +0000 (+0000) Subject: use gsockosx and unix sockets when building Mach-o wxMac X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d40f26be76afd831fd9ef0c063b08559690d1afe use gsockosx and unix sockets when building Mach-o wxMac git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24816 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index edb5d50216..810f1ffc85 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -323,13 +323,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/unix/gsockunx.h - - src/mac/gsocket.c - - - wx/mac/gsockmac.h - - src/os2/gsocket.c @@ -1560,6 +1553,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/mac/frame.cpp src/mac/gauge.cpp src/mac/gdiobj.cpp + src/mac/gsockosx.c src/mac/icon.cpp src/mac/listbox.cpp src/mac/mdi.cpp @@ -2208,24 +2202,17 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! - - $(NET_MAC_SRC) - $(NET_DARWIN_SRC) - $(NET_DARWIN_SRC) - - $(NET_UNIX_SRC) $(NET_WIN32_SRC) - $(NET_MACOSX_SRC) + $(NET_DARWIN_SRC) $(NET_OS2_SRC) $(NET_UNIX_HDR) $(NET_WIN32_HDR) $(NET_OS2_HDR) - $(NET_MAC_HDR) - $(NET_DARWIN_HDR) + $(NET_DARWIN_HDR) @@ -2339,7 +2326,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! $(BASE_AND_GUI_MAC_SRC) $(BASE_AND_GUI_DARWIN_SRC) $(BASE_AND_GUI_WIN32_SRC) - $(NET_CMN_SRC) $(NET_UNIX_SRC) $(NET_WIN32_SRC) $(NET_MAC_SRC) + $(NET_CMN_SRC) $(NET_UNIX_SRC) $(NET_WIN32_SRC) $(XML_SRC) $(ODBC_SRC)