wxAny initial commit (closes #10932)
authorJaakko Salli <jaakko.salli@dnainternet.net>
Sat, 19 Sep 2009 08:51:11 +0000 (08:51 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Sat, 19 Sep 2009 08:51:11 +0000 (08:51 +0000)
commit178c77606f3186250b42685ca752d0bc34cd02e9
tree07865317817b289eecbf7983173ac6ed331229c8
parent11c2b0413acb18377d6a641b76941b3e6f7e2475
wxAny initial commit (closes #10932)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61971 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
44 files changed:
Makefile.in
build/bakefiles/files.bkl
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat
build/msw/wx_base.dsp
build/msw/wx_vc7_base.vcproj
build/msw/wx_vc8_base.vcproj
build/msw/wx_vc9_base.vcproj
configure
configure.in
docs/changes.txt
docs/doxygen/mainpages/cat_classes.h
docs/doxygen/mainpages/const_wxusedef.h
docs/doxygen/scripts/common.py
include/wx/any.h [new file with mode: 0644]
include/wx/chkconf.h
include/wx/msw/setup0.h
include/wx/msw/wince/setup.h
include/wx/os2/setup0.h
include/wx/osx/setup0.h
include/wx/palmos/setup0.h
include/wx/setup_inc.h
include/wx/univ/setup0.h
interface/wx/any.h [new file with mode: 0644]
setup.h.in
setup.h_vms
src/common/any.cpp [new file with mode: 0644]
src/common/descrip.mms
tests/Makefile.in
tests/any/anytest.cpp [new file with mode: 0644]
tests/makefile.bcc
tests/makefile.gcc
tests/makefile.vc
tests/makefile.wat
tests/test.bkl
tests/test_test.dsp
tests/test_vc7_test.vcproj
tests/test_vc8_test.vcproj
tests/test_vc9_test.vcproj
wxGTK.spec
wxMotif.spec
wxX11.spec