<?xml version="1.0" ?>
-<!-- $Id$ -->
<makefile>
<!--
src/common/tarstrm.cpp
src/common/textbuf.cpp
src/common/textfile.cpp
+ src/common/threadinfo.cpp
src/common/time.cpp
src/common/timercmn.cpp
src/common/timerimpl.cpp
wx/valnum.h
wx/window.h
wx/windowid.h
+ wx/windowptr.h
wx/withimages.h
wx/wrapsizer.h
wx/wupdlock.h
</set>
<set var="ADVANCED_UNIV_SRC" hints="files">
- src/generic/animateg.cpp
+<!--
+ 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.
+-->
+ <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>
+ <if cond="TOOLKIT=='X11'">
+ src/generic/animateg.cpp
+ </if>
</set>
<set var="ADVANCED_UNIV_HDR" hints="files">
wx/generic/animate.h