Add appprogress.{h,cpp} to the files list.
The wxMSW header was absent from both the bakefile and master file list, and the latter also lacked the other wxAppProgressIndicator-related files. Also regenerate the project file to contain the MSW header. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2014,6 +2014,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
||||
wx/msw/accel.h
|
||||
wx/msw/anybutton.h
|
||||
wx/msw/app.h
|
||||
wx/msw/appprogress.h
|
||||
wx/msw/bitmap.h
|
||||
wx/msw/bmpbuttn.h
|
||||
wx/msw/brush.h
|
||||
|
@@ -779,6 +779,7 @@ GUI_CMN_HDR =
|
||||
wx/access.h
|
||||
wx/anidecod.h
|
||||
wx/animdecod.h
|
||||
wx/appprogress.h
|
||||
wx/artprov.h
|
||||
wx/bitmap.h
|
||||
wx/bookctrl.h
|
||||
@@ -1582,6 +1583,7 @@ MSW_SRC =
|
||||
src/generic/prntdlgg.cpp
|
||||
src/msw/accel.cpp
|
||||
src/msw/anybutton.cpp
|
||||
src/msw/appprogress.cpp
|
||||
src/msw/artmsw.cpp
|
||||
src/msw/bmpbuttn.cpp
|
||||
src/msw/button.cpp
|
||||
@@ -1640,6 +1642,7 @@ MSW_HDR =
|
||||
wx/msw/accel.h
|
||||
wx/msw/anybutton.h
|
||||
wx/msw/app.h
|
||||
wx/msw/appprogress.h
|
||||
wx/msw/bitmap.h
|
||||
wx/msw/bmpbuttn.h
|
||||
wx/msw/brush.h
|
||||
|
@@ -1628,6 +1628,9 @@
|
||||
<File
|
||||
RelativePath="..\..\include\wx\msw\window.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\msw\appprogress.h">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Generic Headers"
|
||||
|
@@ -2673,6 +2673,10 @@
|
||||
RelativePath="..\..\include\wx\msw\window.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\msw\appprogress.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Generic Headers"
|
||||
|
@@ -2669,6 +2669,10 @@
|
||||
RelativePath="..\..\include\wx\msw\window.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\msw\appprogress.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Generic Headers"
|
||||
|
Reference in New Issue
Block a user