Install the new include/wx/osx/core/cfdictionary.h header
Add the new header to the list in build/files and regenerate all the
files derived from it.
This should have been part of 342e445423
This commit is contained in:
parent
1c9083fd49
commit
61c3160340
16
Makefile.in
16
Makefile.in
@ -2440,6 +2440,7 @@ COND_TOOLKIT_OSX_COCOA_BASE_OSX_HDR = \
|
||||
wx/osx/core/private.h \
|
||||
wx/osx/core/colour.h \
|
||||
wx/osx/carbon/region.h \
|
||||
wx/osx/core/cfdictionary.h \
|
||||
wx/unix/app.h \
|
||||
wx/unix/apptbase.h \
|
||||
wx/unix/apptrait.h \
|
||||
@ -2472,7 +2473,8 @@ COND_TOOLKIT_COCOA_BASE_OSX_HDR = \
|
||||
wx/osx/core/objcid.h \
|
||||
wx/osx/core/private.h \
|
||||
wx/osx/core/colour.h \
|
||||
wx/osx/carbon/region.h
|
||||
wx/osx/carbon/region.h \
|
||||
wx/osx/core/cfdictionary.h
|
||||
@COND_TOOLKIT_COCOA@BASE_OSX_HDR = $(COND_TOOLKIT_COCOA_BASE_OSX_HDR)
|
||||
COND_TOOLKIT_GTK_BASE_OSX_HDR = \
|
||||
wx/unix/app.h \
|
||||
@ -2494,7 +2496,8 @@ COND_TOOLKIT_GTK_BASE_OSX_HDR = \
|
||||
wx/osx/core/objcid.h \
|
||||
wx/osx/core/private.h \
|
||||
wx/osx/core/colour.h \
|
||||
wx/osx/carbon/region.h
|
||||
wx/osx/carbon/region.h \
|
||||
wx/osx/core/cfdictionary.h
|
||||
@COND_TOOLKIT_GTK@BASE_OSX_HDR = $(COND_TOOLKIT_GTK_BASE_OSX_HDR)
|
||||
COND_TOOLKIT_X11_BASE_OSX_HDR = \
|
||||
wx/unix/app.h \
|
||||
@ -2516,7 +2519,8 @@ COND_TOOLKIT_X11_BASE_OSX_HDR = \
|
||||
wx/osx/core/objcid.h \
|
||||
wx/osx/core/private.h \
|
||||
wx/osx/core/colour.h \
|
||||
wx/osx/carbon/region.h
|
||||
wx/osx/carbon/region.h \
|
||||
wx/osx/core/cfdictionary.h
|
||||
@COND_TOOLKIT_X11@BASE_OSX_HDR = $(COND_TOOLKIT_X11_BASE_OSX_HDR)
|
||||
COND_TOOLKIT_MOTIF_BASE_OSX_HDR = \
|
||||
wx/unix/app.h \
|
||||
@ -2538,7 +2542,8 @@ COND_TOOLKIT_MOTIF_BASE_OSX_HDR = \
|
||||
wx/osx/core/objcid.h \
|
||||
wx/osx/core/private.h \
|
||||
wx/osx/core/colour.h \
|
||||
wx/osx/carbon/region.h
|
||||
wx/osx/carbon/region.h \
|
||||
wx/osx/core/cfdictionary.h
|
||||
@COND_TOOLKIT_MOTIF@BASE_OSX_HDR = $(COND_TOOLKIT_MOTIF_BASE_OSX_HDR)
|
||||
COND_TOOLKIT__BASE_OSX_HDR = \
|
||||
wx/unix/app.h \
|
||||
@ -2560,7 +2565,8 @@ COND_TOOLKIT__BASE_OSX_HDR = \
|
||||
wx/osx/core/objcid.h \
|
||||
wx/osx/core/private.h \
|
||||
wx/osx/core/colour.h \
|
||||
wx/osx/carbon/region.h
|
||||
wx/osx/carbon/region.h \
|
||||
wx/osx/core/cfdictionary.h
|
||||
@COND_TOOLKIT_@BASE_OSX_HDR = $(COND_TOOLKIT__BASE_OSX_HDR)
|
||||
@COND_PLATFORM_MACOSX_1@BASE_PLATFORM_HDR = $(BASE_OSX_HDR)
|
||||
COND_PLATFORM_UNIX_1_BASE_PLATFORM_HDR = \
|
||||
|
@ -199,6 +199,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
||||
wx/osx/core/private.h
|
||||
wx/osx/core/colour.h
|
||||
wx/osx/carbon/region.h
|
||||
wx/osx/core/cfdictionary.h
|
||||
</set>
|
||||
|
||||
<!-- Base files used by OS X ports (not Carbon) -->
|
||||
|
@ -127,6 +127,7 @@ set(BASE_COREFOUNDATION_HDR
|
||||
wx/osx/core/evtloop.h
|
||||
wx/osx/core/objcid.h
|
||||
wx/osx/core/private.h
|
||||
wx/osx/core/cfdictionary.h
|
||||
)
|
||||
|
||||
set(BASE_OSX_SHARED_SRC
|
||||
|
@ -145,6 +145,7 @@ BASE_COREFOUNDATION_SRC =
|
||||
BASE_COREFOUNDATION_HDR =
|
||||
wx/osx/carbon/region.h
|
||||
wx/osx/core/cfdataref.h
|
||||
wx/osx/core/cfdictionary.h
|
||||
wx/osx/core/cfref.h
|
||||
wx/osx/core/cfstring.h
|
||||
wx/osx/core/colour.h
|
||||
|
Loading…
Reference in New Issue
Block a user