Remove msw/evtloop.{h,cpp} from UNIV_PLATFORM_{HDR,SRC}

This commit is contained in:
Tim S
2018-10-14 14:58:54 -04:00
parent 09aa8c741e
commit d9891c4aa1

View File

@@ -2730,9 +2730,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
</set>
<set var="UNIV_PLATFORM_SRC" hints="files">
<if cond="TOOLKIT=='MSW'">
src/msw/evtloop.cpp
</if>
<!--
Including src/generic/animateg.cpp hre unconditionally results in bakefile
errors when not fixing the value of TOOLKIT to MSW in msvc format, see #15327.
@@ -2748,9 +2745,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
</if>
</set>
<set var="UNIV_PLATFORM_HDR" hints="files">
<if cond="TOOLKIT=='MSW'">
wx/msw/evtloop.h
</if>
<if cond="TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">
wx/generic/animate.h
</if>