]> git.saurik.com Git - wxWidgets.git/commitdiff
wxCocoa: Enable wxSocket support using new CFSocket implementation from wxMac
authorDavid Elliott <dfe@tgwbd.org>
Wed, 24 Dec 2003 04:39:05 +0000 (04:39 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Wed, 24 Dec 2003 04:39:05 +0000 (04:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/files.bkl
configure.in

index 2d0c73cf71033a44fad4d8ca59a4b2f01e067846..6919efbb0301ed1fdd106bebeb14e68cc905b0a9 100644 (file)
@@ -1775,6 +1775,8 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
     src/generic/statusbr.cpp
     src/generic/tabg.cpp
     src/generic/timer.cpp
+    <!-- wxMac stuff used by wxCocoa: -->
+    src/mac/gsockosx.c
 </set>
 <set var="COCOA_HDR" hints="files">
     wx/cocoa/NSBox.h
index 83e0084cc337922d2f83cc9d6ced8832a6323f5f..1c59809d24709d34749ed133a386967d9f0e8c11 100644 (file)
@@ -4610,10 +4610,6 @@ if test "$wxUSE_SOCKETS" = "yes"; then
         AC_MSG_WARN([wxSocket not yet supported under MGL... disabled])
         wxUSE_SOCKETS="no"
     fi
-    if test "$wxUSE_COCOA" = "1"; then
-        AC_MSG_WARN([wxSocket not yet supported under Cocoa... disabled])
-        wxUSE_SOCKETS="no"
-    fi
 fi
 
 if test "$wxUSE_SOCKETS" = "yes"; then