Move wx/evtloop.h from GUI_CMN_HDR to BASE_CMN_HDR in files.bkl.

And rebake.

Now that wxEventLoop can be used in wxBase as well, we need this file to be
installed as part of wxBase too.

Closes #11617.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63239 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2010-01-24 01:00:20 +00:00
parent 330ca4d434
commit 002374070e
25 changed files with 1201 additions and 1197 deletions

View File

@@ -347,6 +347,7 @@ ALL_BASE_HEADERS = \
wx/dynload.h \ wx/dynload.h \
wx/encconv.h \ wx/encconv.h \
wx/event.h \ wx/event.h \
wx/evtloop.h \
wx/except.h \ wx/except.h \
wx/features.h \ wx/features.h \
wx/flags.h \ wx/flags.h \
@@ -511,6 +512,7 @@ ALL_PORTS_BASE_HEADERS = \
wx/dynload.h \ wx/dynload.h \
wx/encconv.h \ wx/encconv.h \
wx/event.h \ wx/event.h \
wx/evtloop.h \
wx/except.h \ wx/except.h \
wx/features.h \ wx/features.h \
wx/flags.h \ wx/flags.h \
@@ -3740,7 +3742,6 @@ COND_USE_GUI_1_ALL_GUI_HEADERS = \
wx/docmdi.h \ wx/docmdi.h \
wx/docview.h \ wx/docview.h \
wx/effects.h \ wx/effects.h \
wx/evtloop.h \
wx/evtloopsrc.h \ wx/evtloopsrc.h \
wx/fdrepdlg.h \ wx/fdrepdlg.h \
wx/filectrl.h \ wx/filectrl.h \

View File

@@ -440,6 +440,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/dynload.h wx/dynload.h
wx/encconv.h wx/encconv.h
wx/event.h wx/event.h
wx/evtloop.h
wx/except.h wx/except.h
wx/features.h wx/features.h
wx/flags.h wx/flags.h
@@ -896,7 +897,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/docmdi.h wx/docmdi.h
wx/docview.h wx/docview.h
wx/effects.h wx/effects.h
wx/evtloop.h
wx/evtloopsrc.h wx/evtloopsrc.h
wx/fdrepdlg.h wx/fdrepdlg.h
wx/filectrl.h wx/filectrl.h

View File

@@ -1219,6 +1219,10 @@ SOURCE=..\..\include\wx\event.h
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\..\include\wx\evtloop.h
# End Source File
# Begin Source File
SOURCE=..\..\include\wx\except.h SOURCE=..\..\include\wx\except.h
# End Source File # End Source File
# Begin Source File # Begin Source File

View File

@@ -5967,10 +5967,6 @@ SOURCE=..\..\include\wx\encinfo.h
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\..\include\wx\evtloop.h
# End Source File
# Begin Source File
SOURCE=..\..\include\wx\evtloopsrc.h SOURCE=..\..\include\wx\evtloopsrc.h
# End Source File # End Source File
# Begin Source File # Begin Source File

View File

@@ -1346,6 +1346,9 @@
<File <File
RelativePath="..\..\include\wx\event.h"> RelativePath="..\..\include\wx\event.h">
</File> </File>
<File
RelativePath="..\..\include\wx\evtloop.h">
</File>
<File <File
RelativePath="..\..\include\wx\except.h"> RelativePath="..\..\include\wx\except.h">
</File> </File>

View File

@@ -5092,9 +5092,6 @@
<File <File
RelativePath="..\..\include\wx\encinfo.h"> RelativePath="..\..\include\wx\encinfo.h">
</File> </File>
<File
RelativePath="..\..\include\wx\evtloop.h">
</File>
<File <File
RelativePath="..\..\include\wx\evtloopsrc.h"> RelativePath="..\..\include\wx\evtloopsrc.h">
</File> </File>

View File

@@ -1813,6 +1813,10 @@
RelativePath="..\..\include\wx\event.h" RelativePath="..\..\include\wx\event.h"
> >
</File> </File>
<File
RelativePath="..\..\include\wx\evtloop.h"
>
</File>
<File <File
RelativePath="..\..\include\wx\except.h" RelativePath="..\..\include\wx\except.h"
> >

View File

@@ -6807,10 +6807,6 @@
RelativePath="..\..\include\wx\encinfo.h" RelativePath="..\..\include\wx\encinfo.h"
> >
</File> </File>
<File
RelativePath="..\..\include\wx\evtloop.h"
>
</File>
<File <File
RelativePath="..\..\include\wx\evtloopsrc.h" RelativePath="..\..\include\wx\evtloopsrc.h"
> >

View File

@@ -1809,6 +1809,10 @@
RelativePath="..\..\include\wx\event.h" RelativePath="..\..\include\wx\event.h"
> >
</File> </File>
<File
RelativePath="..\..\include\wx\evtloop.h"
>
</File>
<File <File
RelativePath="..\..\include\wx\except.h" RelativePath="..\..\include\wx\except.h"
> >

View File

@@ -6803,10 +6803,6 @@
RelativePath="..\..\include\wx\encinfo.h" RelativePath="..\..\include\wx\encinfo.h"
> >
</File> </File>
<File
RelativePath="..\..\include\wx\evtloop.h"
>
</File>
<File <File
RelativePath="..\..\include\wx\evtloopsrc.h" RelativePath="..\..\include\wx\evtloopsrc.h"
> >

View File

@@ -243,6 +243,7 @@ wx/dynlib.h
wx/dynload.h wx/dynload.h
wx/encconv.h wx/encconv.h
wx/event.h wx/event.h
wx/evtloop.h
wx/except.h wx/except.h
wx/features.h wx/features.h
wx/flags.h wx/flags.h

View File

@@ -148,6 +148,7 @@ wx/dynlib.h
wx/dynload.h wx/dynload.h
wx/encconv.h wx/encconv.h
wx/event.h wx/event.h
wx/evtloop.h
wx/except.h wx/except.h
wx/features.h wx/features.h
wx/flags.h wx/flags.h

View File

@@ -172,6 +172,7 @@ wx/dynlib.h
wx/dynload.h wx/dynload.h
wx/encconv.h wx/encconv.h
wx/event.h wx/event.h
wx/evtloop.h
wx/except.h wx/except.h
wx/features.h wx/features.h
wx/flags.h wx/flags.h