Build the new cfstring stuff for both wxMac (as part of Mac's base) and wxCocoa.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30170 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2004-10-29 18:37:41 +00:00
parent 5185263fc5
commit e313e308c0
2 changed files with 51 additions and 10 deletions

View File

@@ -108,6 +108,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/mac/carbon/thread.cpp
src/mac/carbon/macnotfy.cpp
src/mac/carbon/morefilex/MoreFilesX.c
src/mac/corefoundation/cfstring.cpp
</set>
<set var="BASE_AND_GUI_MAC_SRC" hints="files">
@@ -116,6 +117,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
</set>
<set var="BASE_MAC_HDR" hints="files">
include/wx/mac/corefoundation/cfstring.h
</set>
<set var="BASE_OS2_SRC" hints="files">
@@ -1941,6 +1943,8 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/generic/timer.cpp
<!-- wxMac stuff used by wxCocoa: -->
src/mac/carbon/gsockosx.cpp
<!-- Shared wxMac and wxCocoa files -->
src/mac/corefoundation/cfstring.cpp
</set>
<set var="COCOA_HDR" hints="files">
wx/cocoa/NSApplication.h
@@ -2024,6 +2028,8 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/generic/region.h
wx/generic/statusbr.h
wx/generic/tabg.h
<!-- Shared wxMac and wxCocoa files -->
include/wx/mac/corefoundation/cfstring.h
</set>