New location for some deprecated files
authorJulian Smart <julian@anthemion.co.uk>
Sun, 30 Mar 2003 19:47:55 +0000 (19:47 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 30 Mar 2003 19:47:55 +0000 (19:47 +0000)
commit4a3bdee6a979146c426cd058e9bfe6b58135b124
treefba3a970bd87b3626a482d14ec2491016198ae1e
parent820893d0d41b94b22dada287355ad27489c21721
New location for some deprecated files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19890 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
24 files changed:
contrib/include/wx/deprecated/expr.h [new file with mode: 0644]
contrib/include/wx/deprecated/prop.h [new file with mode: 0644]
contrib/include/wx/deprecated/propform.h [new file with mode: 0644]
contrib/include/wx/deprecated/proplist.h [new file with mode: 0644]
contrib/include/wx/deprecated/resource.h [new file with mode: 0644]
contrib/include/wx/deprecated/setup.h [new file with mode: 0644]
contrib/include/wx/deprecated/treelay.h [new file with mode: 0644]
contrib/include/wx/deprecated/wxexpr.h [new file with mode: 0644]
contrib/src/deprecated/Makefile.in [new file with mode: 0644]
contrib/src/deprecated/doslex.c [new file with mode: 0644]
contrib/src/deprecated/dosyacc.c [new file with mode: 0644]
contrib/src/deprecated/lex_yy.c [new file with mode: 0644]
contrib/src/deprecated/lexer.l [new file with mode: 0644]
contrib/src/deprecated/makefile.b32 [new file with mode: 0644]
contrib/src/deprecated/makefile.g95 [new file with mode: 0644]
contrib/src/deprecated/makefile.vc [new file with mode: 0644]
contrib/src/deprecated/parser.y [new file with mode: 0644]
contrib/src/deprecated/prop.cpp [new file with mode: 0644]
contrib/src/deprecated/propform.cpp [new file with mode: 0644]
contrib/src/deprecated/proplist.cpp [new file with mode: 0644]
contrib/src/deprecated/resource.cpp [new file with mode: 0644]
contrib/src/deprecated/treelay.cpp [new file with mode: 0644]
contrib/src/deprecated/wxexpr.cpp [new file with mode: 0644]
contrib/src/deprecated/y_tab.c [new file with mode: 0644]