Moved wxToolBarSimple to deprecated library

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-08-17 10:20:08 +00:00
parent 1d42ad9a21
commit 8a82c9ecc9
26 changed files with 195 additions and 338 deletions

View File

@@ -10,6 +10,7 @@
propform.cpp
proplist.cpp
resource.cpp
tbarsmpl.cpp
treelay.cpp
wxexpr.cpp
@@ -28,6 +29,7 @@
wx/deprecated/proplist.h
wx/deprecated/resource.h
wx/deprecated/setup.h
wx/deprecated/tbarsmpl.h
wx/deprecated/treelay.h
wx/deprecated/wxexpr.h
</files>
@@ -36,14 +38,12 @@
<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>