Use "d" suffix according to DEBUG_RUNTIME_LIBS, not DEBUG_FLAG.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 12 Sep 2009 11:29:11 +0000 (11:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 12 Sep 2009 11:29:11 +0000 (11:29 +0000)
commitc6684d425df28994f4cd13728fdd1dc7cd00a4af
treee610e4738e32a82f10f069af9e9df1c98b72803f
parent7d9550df507d5522ac76887e5876b314b729ed50
Use "d" suffix according to DEBUG_RUNTIME_LIBS, not DEBUG_FLAG.

The "d" suffix is now only used under Windows and indicates that we link with
debug CRT version.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61887 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
68 files changed:
Makefile.in
autoconf_inc.m4
build/bakefiles/common.bkl
build/bakefiles/config.bkl
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_adv.dsp
build/msw/wx_aui.dsp
build/msw/wx_base.dsp
build/msw/wx_core.dsp
build/msw/wx_gl.dsp
build/msw/wx_html.dsp
build/msw/wx_media.dsp
build/msw/wx_net.dsp
build/msw/wx_propgrid.dsp
build/msw/wx_qa.dsp
build/msw/wx_richtext.dsp
build/msw/wx_stc.dsp
build/msw/wx_vc7_adv.vcproj
build/msw/wx_vc7_aui.vcproj
build/msw/wx_vc7_base.vcproj
build/msw/wx_vc7_core.vcproj
build/msw/wx_vc7_gl.vcproj
build/msw/wx_vc7_html.vcproj
build/msw/wx_vc7_media.vcproj
build/msw/wx_vc7_net.vcproj
build/msw/wx_vc7_propgrid.vcproj
build/msw/wx_vc7_qa.vcproj
build/msw/wx_vc7_richtext.vcproj
build/msw/wx_vc7_stc.vcproj
build/msw/wx_vc7_xml.vcproj
build/msw/wx_vc7_xrc.vcproj
build/msw/wx_vc8_adv.vcproj
build/msw/wx_vc8_aui.vcproj
build/msw/wx_vc8_base.vcproj
build/msw/wx_vc8_core.vcproj
build/msw/wx_vc8_gl.vcproj
build/msw/wx_vc8_html.vcproj
build/msw/wx_vc8_media.vcproj
build/msw/wx_vc8_net.vcproj
build/msw/wx_vc8_propgrid.vcproj
build/msw/wx_vc8_qa.vcproj
build/msw/wx_vc8_richtext.vcproj
build/msw/wx_vc8_stc.vcproj
build/msw/wx_vc8_xml.vcproj
build/msw/wx_vc8_xrc.vcproj
build/msw/wx_vc9_adv.vcproj
build/msw/wx_vc9_aui.vcproj
build/msw/wx_vc9_base.vcproj
build/msw/wx_vc9_core.vcproj
build/msw/wx_vc9_gl.vcproj
build/msw/wx_vc9_html.vcproj
build/msw/wx_vc9_media.vcproj
build/msw/wx_vc9_net.vcproj
build/msw/wx_vc9_propgrid.vcproj
build/msw/wx_vc9_qa.vcproj
build/msw/wx_vc9_richtext.vcproj
build/msw/wx_vc9_stc.vcproj
build/msw/wx_vc9_xml.vcproj
build/msw/wx_vc9_xrc.vcproj
build/msw/wx_xml.dsp
build/msw/wx_xrc.dsp