animateg.cpp shouldn't be in UNIV_SRC as it belongs to adv library, not core one

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-11-17 21:07:48 +00:00
parent 3746e52753
commit aa82445359
2 changed files with 73 additions and 66 deletions

View File

@@ -2648,7 +2648,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
<set var="UNIV_SRC" hints="files">
src/generic/accel.cpp
src/generic/animateg.cpp
src/generic/clrpickerg.cpp
src/generic/collpaneg.cpp
src/generic/colrdlgg.cpp
@@ -2951,6 +2950,13 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/generic/animate.h
</set>
<set var="ADVANCED_UNIV_SRC" hints="files">
src/generic/animateg.cpp
</set>
<set var="ADVANCED_UNIV_HDR" hints="files">
wx/generic/animate.h
</set>
<!-- ====================================================================== -->
<!-- wxMedia -->
<!-- ====================================================================== -->
@@ -3534,11 +3540,11 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
<set var="ADVANCED_SRC" hints="files">
<if cond="WXUNIV=='0'">$(ADVANCED_CMN_SRC) $(ADVANCED_PLATFORM_SRC) $(ADVANCED_PLATFORM_NATIVE_SRC)</if>
<if cond="WXUNIV=='1'">$(ADVANCED_CMN_SRC) $(ADVANCED_PLATFORM_SRC)</if>
<if cond="WXUNIV=='1'">$(ADVANCED_CMN_SRC) $(ADVANCED_PLATFORM_SRC) $(ADVANCED_UNIV_SRC)</if>
</set>
<set var="ADVANCED_HDR" hints="files">
<if cond="WXUNIV=='0'">$(ADVANCED_CMN_HDR) $(ADVANCED_CMN_NATIVE_HDR) $(ADVANCED_PLATFORM_HDR) $(ADVANCED_PLATFORM_NATIVE_HDR)</if>
<if cond="WXUNIV=='1'">$(ADVANCED_CMN_HDR) $(ADVANCED_PLATFORM_HDR)</if>
<if cond="WXUNIV=='1'">$(ADVANCED_CMN_HDR) $(ADVANCED_PLATFORM_HDR) $(ADVANCED_UNIV_HDR)</if>
</set>
<!-- wxMedia files: -->