restored changes accidentally reverted by previous commit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22956 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-08-17 10:41:12 +00:00
parent 1359768207
commit 21041c70a3
2 changed files with 16 additions and 13 deletions

View File

@@ -11,7 +11,7 @@
proplist.cpp
resource.cpp
tbarsmpl.cpp
treelay.cpp
treelay.cpp
wxexpr.cpp
<!--
@@ -38,12 +38,14 @@
<dll id="deprecateddll" template="wx_contrib_dll" cond="SHARED=='1'">
<define>WXUSINGDLL</define>
<define>WXMAKINGDLL_DEPRECATED</define>
<include>$(SRCDIR)</include>
<sources>$(DEPRECATED_SRC)</sources>
<wx-lib>core</wx-lib>
<wx-lib>base</wx-lib>
</dll>
<lib id="deprecatedlib" template="wx_contrib_lib" cond="SHARED=='0'">
<include>$(SRCDIR)</include>
<sources>$(DEPRECATED_SRC)</sources>
</lib>