wxCocoa: Enable wxSocket support using new CFSocket implementation from wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1775,6 +1775,8 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
|||||||
src/generic/statusbr.cpp
|
src/generic/statusbr.cpp
|
||||||
src/generic/tabg.cpp
|
src/generic/tabg.cpp
|
||||||
src/generic/timer.cpp
|
src/generic/timer.cpp
|
||||||
|
<!-- wxMac stuff used by wxCocoa: -->
|
||||||
|
src/mac/gsockosx.c
|
||||||
</set>
|
</set>
|
||||||
<set var="COCOA_HDR" hints="files">
|
<set var="COCOA_HDR" hints="files">
|
||||||
wx/cocoa/NSBox.h
|
wx/cocoa/NSBox.h
|
||||||
|
@@ -4610,10 +4610,6 @@ if test "$wxUSE_SOCKETS" = "yes"; then
|
|||||||
AC_MSG_WARN([wxSocket not yet supported under MGL... disabled])
|
AC_MSG_WARN([wxSocket not yet supported under MGL... disabled])
|
||||||
wxUSE_SOCKETS="no"
|
wxUSE_SOCKETS="no"
|
||||||
fi
|
fi
|
||||||
if test "$wxUSE_COCOA" = "1"; then
|
|
||||||
AC_MSG_WARN([wxSocket not yet supported under Cocoa... disabled])
|
|
||||||
wxUSE_SOCKETS="no"
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$wxUSE_SOCKETS" = "yes"; then
|
if test "$wxUSE_SOCKETS" = "yes"; then
|
||||||
|
Reference in New Issue
Block a user