Add wx/osx/core/colour.h back to the list of installed headers

This file was accidentally removed by 602ea92143.

Closes #17374.
This commit is contained in:
Vadim Zeitlin
2016-02-15 01:28:45 +01:00
parent 64e14e850d
commit a8b1894628
3 changed files with 13 additions and 5 deletions

View File

@@ -2400,6 +2400,7 @@ COND_TOOLKIT_OSX_COCOA_BASE_OSX_HDR = \
wx/osx/core/objcid.h \
wx/osx/core/private.h \
wx/osx/core/stdpaths.h \
wx/osx/core/colour.h \
wx/unix/app.h \
wx/unix/apptbase.h \
wx/unix/apptrait.h \
@@ -2431,7 +2432,8 @@ COND_TOOLKIT_COCOA_BASE_OSX_HDR = \
wx/osx/core/evtloop.h \
wx/osx/core/objcid.h \
wx/osx/core/private.h \
wx/osx/core/stdpaths.h
wx/osx/core/stdpaths.h \
wx/osx/core/colour.h
@COND_TOOLKIT_COCOA@BASE_OSX_HDR = $(COND_TOOLKIT_COCOA_BASE_OSX_HDR)
COND_TOOLKIT_GTK_BASE_OSX_HDR = \
wx/unix/app.h \
@@ -2452,7 +2454,8 @@ COND_TOOLKIT_GTK_BASE_OSX_HDR = \
wx/osx/core/evtloop.h \
wx/osx/core/objcid.h \
wx/osx/core/private.h \
wx/osx/core/stdpaths.h
wx/osx/core/stdpaths.h \
wx/osx/core/colour.h
@COND_TOOLKIT_GTK@BASE_OSX_HDR = $(COND_TOOLKIT_GTK_BASE_OSX_HDR)
COND_TOOLKIT_X11_BASE_OSX_HDR = \
wx/unix/app.h \
@@ -2473,7 +2476,8 @@ COND_TOOLKIT_X11_BASE_OSX_HDR = \
wx/osx/core/evtloop.h \
wx/osx/core/objcid.h \
wx/osx/core/private.h \
wx/osx/core/stdpaths.h
wx/osx/core/stdpaths.h \
wx/osx/core/colour.h
@COND_TOOLKIT_X11@BASE_OSX_HDR = $(COND_TOOLKIT_X11_BASE_OSX_HDR)
COND_TOOLKIT_MOTIF_BASE_OSX_HDR = \
wx/unix/app.h \
@@ -2494,7 +2498,8 @@ COND_TOOLKIT_MOTIF_BASE_OSX_HDR = \
wx/osx/core/evtloop.h \
wx/osx/core/objcid.h \
wx/osx/core/private.h \
wx/osx/core/stdpaths.h
wx/osx/core/stdpaths.h \
wx/osx/core/colour.h
@COND_TOOLKIT_MOTIF@BASE_OSX_HDR = $(COND_TOOLKIT_MOTIF_BASE_OSX_HDR)
COND_TOOLKIT__BASE_OSX_HDR = \
wx/unix/app.h \
@@ -2515,7 +2520,8 @@ COND_TOOLKIT__BASE_OSX_HDR = \
wx/osx/core/evtloop.h \
wx/osx/core/objcid.h \
wx/osx/core/private.h \
wx/osx/core/stdpaths.h
wx/osx/core/stdpaths.h \
wx/osx/core/colour.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 = \

View File

@@ -194,6 +194,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/osx/core/objcid.h
wx/osx/core/private.h
wx/osx/core/stdpaths.h
wx/osx/core/colour.h
</set>
<!-- Base files used by OS X ports (not Carbon) -->

View File

@@ -142,6 +142,7 @@ BASE_COREFOUNDATION_HDR =
wx/osx/core/cfdataref.h
wx/osx/core/cfref.h
wx/osx/core/cfstring.h
wx/osx/core/colour.h
wx/osx/core/hid.h
wx/osx/core/evtloop.h
wx/osx/core/objcid.h