Add wx/msgqueue.h to the list of wxBase headers and rebake.
This header has somehow never been added to build/bakefiles/files.bkl, do add it now. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64559 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -403,6 +403,7 @@ ALL_BASE_HEADERS = \
|
||||
wx/module.h \
|
||||
wx/mousestate.h \
|
||||
wx/msgout.h \
|
||||
wx/msgqueue.h \
|
||||
wx/mstream.h \
|
||||
wx/object.h \
|
||||
wx/platform.h \
|
||||
@@ -570,6 +571,7 @@ ALL_PORTS_BASE_HEADERS = \
|
||||
wx/module.h \
|
||||
wx/mousestate.h \
|
||||
wx/msgout.h \
|
||||
wx/msgqueue.h \
|
||||
wx/mstream.h \
|
||||
wx/object.h \
|
||||
wx/platform.h \
|
||||
|
@@ -488,6 +488,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
||||
wx/module.h
|
||||
wx/mousestate.h
|
||||
wx/msgout.h
|
||||
wx/msgqueue.h
|
||||
wx/mstream.h
|
||||
wx/object.h
|
||||
wx/platform.h
|
||||
|
@@ -1403,6 +1403,10 @@ SOURCE=..\..\include\wx\msgout.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\wx\msgqueue.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\wx\mstream.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@@ -1484,6 +1484,9 @@
|
||||
<File
|
||||
RelativePath="..\..\include\wx\msgout.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\msgqueue.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\mstream.h">
|
||||
</File>
|
||||
|
@@ -1997,6 +1997,10 @@
|
||||
RelativePath="..\..\include\wx\msgout.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\msgqueue.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\mstream.h"
|
||||
>
|
||||
|
@@ -1993,6 +1993,10 @@
|
||||
RelativePath="..\..\include\wx\msgout.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\msgqueue.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\mstream.h"
|
||||
>
|
||||
|
@@ -285,6 +285,7 @@ wx/mimetype.h
|
||||
wx/module.h
|
||||
wx/mousestate.h
|
||||
wx/msgout.h
|
||||
wx/msgqueue.h
|
||||
wx/mstream.h
|
||||
wx/object.h
|
||||
wx/platform.h
|
||||
|
@@ -190,6 +190,7 @@ wx/mimetype.h
|
||||
wx/module.h
|
||||
wx/mousestate.h
|
||||
wx/msgout.h
|
||||
wx/msgqueue.h
|
||||
wx/mstream.h
|
||||
wx/object.h
|
||||
wx/platform.h
|
||||
|
@@ -214,6 +214,7 @@ wx/mimetype.h
|
||||
wx/module.h
|
||||
wx/mousestate.h
|
||||
wx/msgout.h
|
||||
wx/msgqueue.h
|
||||
wx/mstream.h
|
||||
wx/object.h
|
||||
wx/platform.h
|
||||
|
Reference in New Issue
Block a user