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:
16
Makefile.in
16
Makefile.in
@@ -2400,6 +2400,7 @@ COND_TOOLKIT_OSX_COCOA_BASE_OSX_HDR = \
|
|||||||
wx/osx/core/objcid.h \
|
wx/osx/core/objcid.h \
|
||||||
wx/osx/core/private.h \
|
wx/osx/core/private.h \
|
||||||
wx/osx/core/stdpaths.h \
|
wx/osx/core/stdpaths.h \
|
||||||
|
wx/osx/core/colour.h \
|
||||||
wx/unix/app.h \
|
wx/unix/app.h \
|
||||||
wx/unix/apptbase.h \
|
wx/unix/apptbase.h \
|
||||||
wx/unix/apptrait.h \
|
wx/unix/apptrait.h \
|
||||||
@@ -2431,7 +2432,8 @@ COND_TOOLKIT_COCOA_BASE_OSX_HDR = \
|
|||||||
wx/osx/core/evtloop.h \
|
wx/osx/core/evtloop.h \
|
||||||
wx/osx/core/objcid.h \
|
wx/osx/core/objcid.h \
|
||||||
wx/osx/core/private.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_COCOA@BASE_OSX_HDR = $(COND_TOOLKIT_COCOA_BASE_OSX_HDR)
|
||||||
COND_TOOLKIT_GTK_BASE_OSX_HDR = \
|
COND_TOOLKIT_GTK_BASE_OSX_HDR = \
|
||||||
wx/unix/app.h \
|
wx/unix/app.h \
|
||||||
@@ -2452,7 +2454,8 @@ COND_TOOLKIT_GTK_BASE_OSX_HDR = \
|
|||||||
wx/osx/core/evtloop.h \
|
wx/osx/core/evtloop.h \
|
||||||
wx/osx/core/objcid.h \
|
wx/osx/core/objcid.h \
|
||||||
wx/osx/core/private.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_GTK@BASE_OSX_HDR = $(COND_TOOLKIT_GTK_BASE_OSX_HDR)
|
||||||
COND_TOOLKIT_X11_BASE_OSX_HDR = \
|
COND_TOOLKIT_X11_BASE_OSX_HDR = \
|
||||||
wx/unix/app.h \
|
wx/unix/app.h \
|
||||||
@@ -2473,7 +2476,8 @@ COND_TOOLKIT_X11_BASE_OSX_HDR = \
|
|||||||
wx/osx/core/evtloop.h \
|
wx/osx/core/evtloop.h \
|
||||||
wx/osx/core/objcid.h \
|
wx/osx/core/objcid.h \
|
||||||
wx/osx/core/private.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_X11@BASE_OSX_HDR = $(COND_TOOLKIT_X11_BASE_OSX_HDR)
|
||||||
COND_TOOLKIT_MOTIF_BASE_OSX_HDR = \
|
COND_TOOLKIT_MOTIF_BASE_OSX_HDR = \
|
||||||
wx/unix/app.h \
|
wx/unix/app.h \
|
||||||
@@ -2494,7 +2498,8 @@ COND_TOOLKIT_MOTIF_BASE_OSX_HDR = \
|
|||||||
wx/osx/core/evtloop.h \
|
wx/osx/core/evtloop.h \
|
||||||
wx/osx/core/objcid.h \
|
wx/osx/core/objcid.h \
|
||||||
wx/osx/core/private.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_MOTIF@BASE_OSX_HDR = $(COND_TOOLKIT_MOTIF_BASE_OSX_HDR)
|
||||||
COND_TOOLKIT__BASE_OSX_HDR = \
|
COND_TOOLKIT__BASE_OSX_HDR = \
|
||||||
wx/unix/app.h \
|
wx/unix/app.h \
|
||||||
@@ -2515,7 +2520,8 @@ COND_TOOLKIT__BASE_OSX_HDR = \
|
|||||||
wx/osx/core/evtloop.h \
|
wx/osx/core/evtloop.h \
|
||||||
wx/osx/core/objcid.h \
|
wx/osx/core/objcid.h \
|
||||||
wx/osx/core/private.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_TOOLKIT_@BASE_OSX_HDR = $(COND_TOOLKIT__BASE_OSX_HDR)
|
||||||
@COND_PLATFORM_MACOSX_1@BASE_PLATFORM_HDR = $(BASE_OSX_HDR)
|
@COND_PLATFORM_MACOSX_1@BASE_PLATFORM_HDR = $(BASE_OSX_HDR)
|
||||||
COND_PLATFORM_UNIX_1_BASE_PLATFORM_HDR = \
|
COND_PLATFORM_UNIX_1_BASE_PLATFORM_HDR = \
|
||||||
|
@@ -194,6 +194,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
|||||||
wx/osx/core/objcid.h
|
wx/osx/core/objcid.h
|
||||||
wx/osx/core/private.h
|
wx/osx/core/private.h
|
||||||
wx/osx/core/stdpaths.h
|
wx/osx/core/stdpaths.h
|
||||||
|
wx/osx/core/colour.h
|
||||||
</set>
|
</set>
|
||||||
|
|
||||||
<!-- Base files used by OS X ports (not Carbon) -->
|
<!-- Base files used by OS X ports (not Carbon) -->
|
||||||
|
@@ -142,6 +142,7 @@ BASE_COREFOUNDATION_HDR =
|
|||||||
wx/osx/core/cfdataref.h
|
wx/osx/core/cfdataref.h
|
||||||
wx/osx/core/cfref.h
|
wx/osx/core/cfref.h
|
||||||
wx/osx/core/cfstring.h
|
wx/osx/core/cfstring.h
|
||||||
|
wx/osx/core/colour.h
|
||||||
wx/osx/core/hid.h
|
wx/osx/core/hid.h
|
||||||
wx/osx/core/evtloop.h
|
wx/osx/core/evtloop.h
|
||||||
wx/osx/core/objcid.h
|
wx/osx/core/objcid.h
|
||||||
|
Reference in New Issue
Block a user