added qa library (currently consisting of wxDebugReport and related classes only...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Mar 2005 00:11:06 +0000 (00:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Mar 2005 00:11:06 +0000 (00:11 +0000)
commit61639efb6658a7a02dd8b0072c6e0bb4826ef654
treee0ca4494ec634956e5349b05961c54f1cd080261
parentb7e4c6681deffc5bee96110debeeeb204d50b358
added qa library (currently consisting of wxDebugReport and related classes only); moved debugrpt.* files there

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
34 files changed:
Makefile.in
autoconf_inc.m4
build/bakefiles/build_cfg.bkl
build/bakefiles/common.bkl
build/bakefiles/config.bkl
build/bakefiles/files.bkl
build/bakefiles/monolithic.bkl
build/bakefiles/multilib.bkl
build/bakefiles/wxwin.py
build/msw/config.bcc
build/msw/config.gcc
build/msw/config.vc
build/msw/config.wat
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat
build/msw/wx.dsw
build/msw/wx_base.dsp
build/msw/wx_core.dsp
build/msw/wx_qa.dsp [new file with mode: 0644]
configure
configure.in
docs/latex/wx/libs.tex
include/wx/debugrpt.h
include/wx/dlimpexp.h
samples/debugrpt/Makefile.in [new file with mode: 0644]
samples/debugrpt/debugrpt.bkl
samples/debugrpt/debugrpt.cpp
src/common/debugrpt.cpp
src/wxWindows.dsp
wxGTK.spec
wxMotif.spec
wxX11.spec