Do include src/generic/animateg.cpp in wxUniv/X11 sources.
This fixes linking of the widgets sample when using wxUniv/X11. It partially reverts the changes of r73290 which only included this file in some selected ports instead of all of them for some reason. Closes #15327. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3250,20 +3250,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
||||
</set>
|
||||
|
||||
<set var="ADVANCED_UNIV_SRC" hints="files">
|
||||
<!--
|
||||
Don't include src/generic/animateg.cpp many times in ADVANCED_SRC(WXUNIV=='1').
|
||||
This file is already included in [OSX_CARBON, OSX_COCOA, OSX_IPHONE, COCOA, PM, MOTIF] TOOLKITs
|
||||
and TOOLKIT=='GTK' and TOOLKIT_VERSION==''.
|
||||
-->
|
||||
<if cond="TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">
|
||||
src/generic/animateg.cpp
|
||||
</if>
|
||||
<if cond="TOOLKIT=='MSW'">
|
||||
src/generic/animateg.cpp
|
||||
</if>
|
||||
<if cond="TOOLKIT=='WINCE'">
|
||||
src/generic/animateg.cpp
|
||||
</if>
|
||||
src/generic/animateg.cpp
|
||||
</set>
|
||||
<set var="ADVANCED_UNIV_HDR" hints="files">
|
||||
wx/generic/animate.h
|
||||
|
Reference in New Issue
Block a user