diff --git a/Makefile.in b/Makefile.in index 9c8279c3ef..cbca768f71 100644 --- a/Makefile.in +++ b/Makefile.in @@ -3299,6 +3299,7 @@ COND_TOOLKIT_OSX_COCOA_GUI_HDR = \ wx/generic/listctrl.h \ wx/generic/prntdlgg.h \ wx/generic/statusbr.h \ + wx/osx/appprogress.h \ wx/osx/cocoa/chkconf.h \ wx/osx/cocoa/evtloop.h \ wx/osx/cocoa/private.h \ @@ -3395,6 +3396,7 @@ COND_TOOLKIT_OSX_IPHONE_GUI_HDR = \ wx/generic/listctrl.h \ wx/generic/prntdlgg.h \ wx/generic/statusbr.h \ + wx/osx/appprogress.h \ wx/osx/iphone/chkconf.h \ wx/osx/iphone/evtloop.h \ wx/osx/iphone/private.h \ diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index 429136f79a..0f38e0952f 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -2417,6 +2417,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/generic/listctrl.h wx/generic/prntdlgg.h wx/generic/statusbr.h + wx/osx/appprogress.h diff --git a/build/cmake/files.cmake b/build/cmake/files.cmake index f48332ddc7..d6d9c6becb 100644 --- a/build/cmake/files.cmake +++ b/build/cmake/files.cmake @@ -2280,6 +2280,7 @@ set(OSX_SHARED_HDR wx/generic/listctrl.h wx/generic/prntdlgg.h wx/generic/statusbr.h + wx/osx/appprogress.h ) set(OSX_COCOA_SRC diff --git a/build/files b/build/files index 91dc2c0db9..e81c72ebdc 100644 --- a/build/files +++ b/build/files @@ -2174,6 +2174,7 @@ OSX_SHARED_HDR = wx/osx/accel.h wx/osx/anybutton.h wx/osx/app.h + wx/osx/appprogress.h wx/osx/bitmap.h wx/osx/bmpbuttn.h wx/osx/brush.h