Added wxStandardPaths for wxMac and wxCocoa.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30174 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2004-10-29 21:38:33 +00:00
parent 03ff8fda8d
commit 726b98e9a1
6 changed files with 226 additions and 18 deletions

View File

@@ -108,7 +108,9 @@ 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
<!-- Shared wxMac and wxCocoa files -->
src/mac/corefoundation/cfstring.cpp
src/mac/corefoundation/stdpaths_cf.cpp
</set>
<set var="BASE_AND_GUI_MAC_SRC" hints="files">
@@ -117,7 +119,9 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
</set>
<set var="BASE_MAC_HDR" hints="files">
<!-- Shared wxMac and wxCocoa files -->
include/wx/mac/corefoundation/cfstring.h
include/wx/mac/corefoundation/stdpaths.h
</set>
<set var="BASE_OS2_SRC" hints="files">
@@ -1945,6 +1949,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/mac/carbon/gsockosx.cpp
<!-- Shared wxMac and wxCocoa files -->
src/mac/corefoundation/cfstring.cpp
src/mac/corefoundation/stdpaths_cf.cpp
</set>
<set var="COCOA_HDR" hints="files">
wx/cocoa/NSApplication.h
@@ -2030,6 +2035,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/generic/tabg.h
<!-- Shared wxMac and wxCocoa files -->
include/wx/mac/corefoundation/cfstring.h
include/wx/mac/corefoundation/stdpaths.h
</set>