Define _CRT_SECURE_NO_WARNINGS when building 3rd party libs with MSVC.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 1 Dec 2009 00:42:19 +0000 (00:42 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 1 Dec 2009 00:42:19 +0000 (00:42 +0000)
commit41c89b9107f846bd84f1c53f8cf6d979b4fef15b
treeaa0d70fef1ac97450337ef19c7e1b5c736f1c000
parent884dad832682619c18f6c324065edc4948fb7c61
Define _CRT_SECURE_NO_WARNINGS when building 3rd party libs with MSVC.

Avoid dozens of warnings about "unsafe" use of the standard C library
functions in 3rd party code which are harmless and which we don't care about
in any case.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62752 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
38 files changed:
build/bakefiles/common.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_vc7_wxexpat.vcproj
build/msw/wx_vc7_wxjpeg.vcproj
build/msw/wx_vc7_wxpng.vcproj
build/msw/wx_vc7_wxregex.vcproj
build/msw/wx_vc7_wxscintilla.vcproj
build/msw/wx_vc7_wxtiff.vcproj
build/msw/wx_vc7_wxzlib.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_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_wxexpat.dsp
build/msw/wx_wxjpeg.dsp
build/msw/wx_wxpng.dsp
build/msw/wx_wxregex.dsp
build/msw/wx_wxscintilla.dsp
build/msw/wx_wxtiff.dsp
build/msw/wx_wxzlib.dsp