]> git.saurik.com Git - wxWidgets.git/commit - build/msw/wx_vc8_wxjpeg.vcproj
Disable VC8+ deprecation warnings for standard functions at bakefile level.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 29 Dec 2011 22:05:46 +0000 (22:05 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 29 Dec 2011 22:05:46 +0000 (22:05 +0000)
commit4707c7c3d15bea98eeeda252088672a33048113f
tree180712ac802918e3c763d41fac925fd565d2d249
parentff4cb9160e9a4e5e4881f5c341660cec0d861ea4
Disable VC8+ deprecation warnings for standard functions at bakefile level.

We already define the symbols needed to disable the warnings in wx/defs.h but
this isn't enough for third party code not including it, so define them in the
project settings directly.

Closes #11009.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70182 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
47 files changed:
build/bakefiles/common.bkl
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_ribbon.vcproj
build/msw/wx_vc8_richtext.vcproj
build/msw/wx_vc8_stc.vcproj
build/msw/wx_vc8_webview.vcproj
build/msw/wx_vc8_wxexpat.vcproj
build/msw/wx_vc8_wxjpeg.vcproj
build/msw/wx_vc8_wxpng.vcproj
build/msw/wx_vc8_wxregex.vcproj
build/msw/wx_vc8_wxscintilla.vcproj
build/msw/wx_vc8_wxtiff.vcproj
build/msw/wx_vc8_wxzlib.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_ribbon.vcproj
build/msw/wx_vc9_richtext.vcproj
build/msw/wx_vc9_stc.vcproj
build/msw/wx_vc9_webview.vcproj
build/msw/wx_vc9_wxexpat.vcproj
build/msw/wx_vc9_wxjpeg.vcproj
build/msw/wx_vc9_wxpng.vcproj
build/msw/wx_vc9_wxregex.vcproj
build/msw/wx_vc9_wxscintilla.vcproj
build/msw/wx_vc9_wxtiff.vcproj
build/msw/wx_vc9_wxzlib.vcproj
build/msw/wx_vc9_xml.vcproj
build/msw/wx_vc9_xrc.vcproj