Correct wx/osx/activityindicator.h file name in "make install".
It's in osx, not osx/cocoa subdirectory.
This commit is contained in:
@@ -3802,6 +3802,7 @@ COND_TOOLKIT_OSX_CARBON_ADVANCED_PLATFORM_HDR = \
|
||||
@COND_TOOLKIT_OSX_CARBON@ADVANCED_PLATFORM_HDR = $(COND_TOOLKIT_OSX_CARBON_ADVANCED_PLATFORM_HDR)
|
||||
COND_TOOLKIT_OSX_COCOA_ADVANCED_PLATFORM_HDR = \
|
||||
wx/generic/animate.h \
|
||||
wx/osx/activityindicator.h \
|
||||
wx/osx/dataview.h \
|
||||
wx/osx/datectrl.h \
|
||||
wx/osx/datetimectrl.h \
|
||||
@@ -3812,8 +3813,7 @@ COND_TOOLKIT_OSX_COCOA_ADVANCED_PLATFORM_HDR = \
|
||||
wx/osx/taskbarosx.h \
|
||||
wx/osx/timectrl.h \
|
||||
wx/osx/core/joystick.h \
|
||||
wx/osx/cocoa/dataview.h \
|
||||
wx/osx/cocoa/activityindicator.h
|
||||
wx/osx/cocoa/dataview.h
|
||||
@COND_TOOLKIT_OSX_COCOA@ADVANCED_PLATFORM_HDR = $(COND_TOOLKIT_OSX_COCOA_ADVANCED_PLATFORM_HDR)
|
||||
@COND_TOOLKIT_OSX_IPHONE@ADVANCED_PLATFORM_HDR = \
|
||||
@COND_TOOLKIT_OSX_IPHONE@ wx/generic/animate.h wx/osx/sound.h
|
||||
|
@@ -3127,6 +3127,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
||||
|
||||
<set var="ADVANCED_OSX_COCOA_HDR" hints="files">
|
||||
wx/generic/animate.h
|
||||
wx/osx/activityindicator.h
|
||||
wx/osx/dataview.h
|
||||
wx/osx/datectrl.h
|
||||
wx/osx/datetimectrl.h
|
||||
@@ -3138,7 +3139,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
||||
wx/osx/timectrl.h
|
||||
wx/osx/core/joystick.h
|
||||
wx/osx/cocoa/dataview.h
|
||||
wx/osx/cocoa/activityindicator.h
|
||||
</set>
|
||||
|
||||
<set var="ADVANCED_OSX_IPHONE_SRC" hints="files">
|
||||
|
@@ -2690,6 +2690,7 @@ ADVANCED_OSX_COCOA_SRC =
|
||||
|
||||
ADVANCED_OSX_COCOA_HDR =
|
||||
wx/generic/animate.h
|
||||
wx/osx/activityindicator.h
|
||||
wx/osx/dataview.h
|
||||
wx/osx/datectrl.h
|
||||
wx/osx/datetimectrl.h
|
||||
@@ -2700,7 +2701,6 @@ ADVANCED_OSX_COCOA_HDR =
|
||||
wx/osx/taskbarosx.h
|
||||
wx/osx/timectrl.h
|
||||
wx/osx/core/joystick.h
|
||||
wx/osx/cocoa/activityindicator.h
|
||||
wx/osx/cocoa/dataview.h
|
||||
|
||||
ADVANCED_OSX_IPHONE_SRC =
|
||||
|
Reference in New Issue
Block a user