From 1f18e6064790a758434e4963a40d8d4d6524fd95 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 2 Mar 2014 23:37:36 +0000 Subject: [PATCH] Enable debug information in release configuration of MSVC{11,12} projects. We want to generate debug information even in the release builds of the libraries in order to allow debugging of the programs using them. This is especially important for the DLLs but do it for the static release build too for consistency. This also almost fixes the constant rebuilding of the entire solution which happened because the PDBs, supposed to be generated by linker, were not found because they were not actually created as the debug information wasn't there. See #15780. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@76065 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/msw/wx_vc11_adv.vcxproj | 4 ++-- build/msw/wx_vc11_aui.vcxproj | 6 +++--- build/msw/wx_vc11_base.vcxproj | 4 ++-- build/msw/wx_vc11_core.vcxproj | 4 ++-- build/msw/wx_vc11_gl.vcxproj | 4 ++-- build/msw/wx_vc11_html.vcxproj | 4 ++-- build/msw/wx_vc11_media.vcxproj | 4 ++-- build/msw/wx_vc11_net.vcxproj | 4 ++-- build/msw/wx_vc11_propgrid.vcxproj | 4 ++-- build/msw/wx_vc11_qa.vcxproj | 4 ++-- build/msw/wx_vc11_ribbon.vcxproj | 4 ++-- build/msw/wx_vc11_richtext.vcxproj | 4 ++-- build/msw/wx_vc11_stc.vcxproj | 4 ++-- build/msw/wx_vc11_webview.vcxproj | 4 ++-- build/msw/wx_vc11_wxexpat.vcxproj | 4 ++-- build/msw/wx_vc11_wxjpeg.vcxproj | 4 ++-- build/msw/wx_vc11_wxpng.vcxproj | 4 ++-- build/msw/wx_vc11_wxregex.vcxproj | 4 ++-- build/msw/wx_vc11_wxscintilla.vcxproj | 4 ++-- build/msw/wx_vc11_wxtiff.vcxproj | 4 ++-- build/msw/wx_vc11_wxzlib.vcxproj | 4 ++-- build/msw/wx_vc11_xml.vcxproj | 4 ++-- build/msw/wx_vc11_xrc.vcxproj | 4 ++-- build/msw/wx_vc12_adv.vcxproj | 4 ++-- build/msw/wx_vc12_aui.vcxproj | 6 +++--- build/msw/wx_vc12_base.vcxproj | 4 ++-- build/msw/wx_vc12_core.vcxproj | 4 ++-- build/msw/wx_vc12_gl.vcxproj | 4 ++-- build/msw/wx_vc12_html.vcxproj | 4 ++-- build/msw/wx_vc12_media.vcxproj | 4 ++-- build/msw/wx_vc12_net.vcxproj | 4 ++-- build/msw/wx_vc12_propgrid.vcxproj | 4 ++-- build/msw/wx_vc12_qa.vcxproj | 4 ++-- build/msw/wx_vc12_ribbon.vcxproj | 4 ++-- build/msw/wx_vc12_richtext.vcxproj | 4 ++-- build/msw/wx_vc12_stc.vcxproj | 4 ++-- build/msw/wx_vc12_webview.vcxproj | 4 ++-- build/msw/wx_vc12_wxexpat.vcxproj | 4 ++-- build/msw/wx_vc12_wxjpeg.vcxproj | 4 ++-- build/msw/wx_vc12_wxpng.vcxproj | 4 ++-- build/msw/wx_vc12_wxregex.vcxproj | 4 ++-- build/msw/wx_vc12_wxscintilla.vcxproj | 4 ++-- build/msw/wx_vc12_wxtiff.vcxproj | 4 ++-- build/msw/wx_vc12_wxzlib.vcxproj | 4 ++-- build/msw/wx_vc12_xml.vcxproj | 4 ++-- build/msw/wx_vc12_xrc.vcxproj | 4 ++-- 46 files changed, 94 insertions(+), 94 deletions(-) diff --git a/build/msw/wx_vc11_adv.vcxproj b/build/msw/wx_vc11_adv.vcxproj index c9af34ab2a..6ffca46bc5 100644 --- a/build/msw/wx_vc11_adv.vcxproj +++ b/build/msw/wx_vc11_adv.vcxproj @@ -248,7 +248,7 @@ AnySuitable true Speed - None + ProgramDatabase true @@ -405,7 +405,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc11_aui.vcxproj b/build/msw/wx_vc11_aui.vcxproj index 01ff61f4d3..c49ff9f148 100644 --- a/build/msw/wx_vc11_aui.vcxproj +++ b/build/msw/wx_vc11_aui.vcxproj @@ -245,7 +245,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed @@ -405,7 +405,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed @@ -577,4 +577,4 @@ - + \ No newline at end of file diff --git a/build/msw/wx_vc11_base.vcxproj b/build/msw/wx_vc11_base.vcxproj index 8d5348573c..7051ed076a 100644 --- a/build/msw/wx_vc11_base.vcxproj +++ b/build/msw/wx_vc11_base.vcxproj @@ -244,7 +244,7 @@ $(IntDir)..\wxprec_$(ProjectName)lib.pch Level4 true - None + ProgramDatabase AnySuitable true Speed @@ -405,7 +405,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc11_core.vcxproj b/build/msw/wx_vc11_core.vcxproj index 3214470bf4..85c2230568 100644 --- a/build/msw/wx_vc11_core.vcxproj +++ b/build/msw/wx_vc11_core.vcxproj @@ -245,7 +245,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed @@ -405,7 +405,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc11_gl.vcxproj b/build/msw/wx_vc11_gl.vcxproj index 2c5c1d890a..6c9652fece 100644 --- a/build/msw/wx_vc11_gl.vcxproj +++ b/build/msw/wx_vc11_gl.vcxproj @@ -245,7 +245,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed @@ -405,7 +405,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc11_html.vcxproj b/build/msw/wx_vc11_html.vcxproj index 49f9686b19..8107e56801 100644 --- a/build/msw/wx_vc11_html.vcxproj +++ b/build/msw/wx_vc11_html.vcxproj @@ -245,7 +245,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed @@ -405,7 +405,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc11_media.vcxproj b/build/msw/wx_vc11_media.vcxproj index ab649c68b0..ed7d86cc22 100644 --- a/build/msw/wx_vc11_media.vcxproj +++ b/build/msw/wx_vc11_media.vcxproj @@ -245,7 +245,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed @@ -405,7 +405,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc11_net.vcxproj b/build/msw/wx_vc11_net.vcxproj index b8144586b6..cdb966ccb1 100644 --- a/build/msw/wx_vc11_net.vcxproj +++ b/build/msw/wx_vc11_net.vcxproj @@ -245,7 +245,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed @@ -405,7 +405,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc11_propgrid.vcxproj b/build/msw/wx_vc11_propgrid.vcxproj index 00bf81041a..6202836c88 100644 --- a/build/msw/wx_vc11_propgrid.vcxproj +++ b/build/msw/wx_vc11_propgrid.vcxproj @@ -245,7 +245,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed @@ -405,7 +405,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc11_qa.vcxproj b/build/msw/wx_vc11_qa.vcxproj index f6dbd2951d..38fb021704 100644 --- a/build/msw/wx_vc11_qa.vcxproj +++ b/build/msw/wx_vc11_qa.vcxproj @@ -245,7 +245,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed @@ -405,7 +405,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc11_ribbon.vcxproj b/build/msw/wx_vc11_ribbon.vcxproj index e5a5bf5401..25125aae36 100644 --- a/build/msw/wx_vc11_ribbon.vcxproj +++ b/build/msw/wx_vc11_ribbon.vcxproj @@ -245,7 +245,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed @@ -405,7 +405,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc11_richtext.vcxproj b/build/msw/wx_vc11_richtext.vcxproj index 7844e2ded6..8f6faae599 100644 --- a/build/msw/wx_vc11_richtext.vcxproj +++ b/build/msw/wx_vc11_richtext.vcxproj @@ -245,7 +245,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed @@ -405,7 +405,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc11_stc.vcxproj b/build/msw/wx_vc11_stc.vcxproj index 4be40e467d..120ca434a6 100644 --- a/build/msw/wx_vc11_stc.vcxproj +++ b/build/msw/wx_vc11_stc.vcxproj @@ -245,7 +245,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed @@ -405,7 +405,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc11_webview.vcxproj b/build/msw/wx_vc11_webview.vcxproj index 89f88400fa..70b4c9db3c 100644 --- a/build/msw/wx_vc11_webview.vcxproj +++ b/build/msw/wx_vc11_webview.vcxproj @@ -245,7 +245,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed @@ -405,7 +405,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc11_wxexpat.vcxproj b/build/msw/wx_vc11_wxexpat.vcxproj index 41a9ff7d37..c4e32452f1 100644 --- a/build/msw/wx_vc11_wxexpat.vcxproj +++ b/build/msw/wx_vc11_wxexpat.vcxproj @@ -237,7 +237,7 @@ $(OutDir)$(TargetName).pdb Level3 true - None + ProgramDatabase AnySuitable true Speed @@ -377,7 +377,7 @@ $(OutDir)$(TargetName).pdb Level3 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc11_wxjpeg.vcxproj b/build/msw/wx_vc11_wxjpeg.vcxproj index 4b1feeb703..4193f85340 100644 --- a/build/msw/wx_vc11_wxjpeg.vcxproj +++ b/build/msw/wx_vc11_wxjpeg.vcxproj @@ -237,7 +237,7 @@ $(OutDir)$(TargetName).pdb Level3 true - None + ProgramDatabase AnySuitable true Speed @@ -377,7 +377,7 @@ $(OutDir)$(TargetName).pdb Level3 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc11_wxpng.vcxproj b/build/msw/wx_vc11_wxpng.vcxproj index e6c886f09d..adec031f69 100644 --- a/build/msw/wx_vc11_wxpng.vcxproj +++ b/build/msw/wx_vc11_wxpng.vcxproj @@ -237,7 +237,7 @@ $(OutDir)$(TargetName).pdb Level3 true - None + ProgramDatabase AnySuitable true Speed @@ -377,7 +377,7 @@ $(OutDir)$(TargetName).pdb Level3 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc11_wxregex.vcxproj b/build/msw/wx_vc11_wxregex.vcxproj index 579948621b..5e4d062f56 100644 --- a/build/msw/wx_vc11_wxregex.vcxproj +++ b/build/msw/wx_vc11_wxregex.vcxproj @@ -229,7 +229,7 @@ $(OutDir)$(TargetName).pdb Level3 true - None + ProgramDatabase AnySuitable true Speed @@ -369,7 +369,7 @@ $(OutDir)$(TargetName).pdb Level3 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc11_wxscintilla.vcxproj b/build/msw/wx_vc11_wxscintilla.vcxproj index 5aceb3163c..ce7927924e 100644 --- a/build/msw/wx_vc11_wxscintilla.vcxproj +++ b/build/msw/wx_vc11_wxscintilla.vcxproj @@ -237,7 +237,7 @@ $(OutDir)$(TargetName).pdb Level3 true - None + ProgramDatabase AnySuitable true Speed @@ -377,7 +377,7 @@ $(OutDir)$(TargetName).pdb Level3 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc11_wxtiff.vcxproj b/build/msw/wx_vc11_wxtiff.vcxproj index d2c771093a..b3b5dec997 100644 --- a/build/msw/wx_vc11_wxtiff.vcxproj +++ b/build/msw/wx_vc11_wxtiff.vcxproj @@ -237,7 +237,7 @@ $(OutDir)$(TargetName).pdb Level3 true - None + ProgramDatabase AnySuitable true Speed @@ -377,7 +377,7 @@ $(OutDir)$(TargetName).pdb Level3 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc11_wxzlib.vcxproj b/build/msw/wx_vc11_wxzlib.vcxproj index eb2c56c84b..a5b4a51379 100644 --- a/build/msw/wx_vc11_wxzlib.vcxproj +++ b/build/msw/wx_vc11_wxzlib.vcxproj @@ -236,7 +236,7 @@ true Level3 true - None + ProgramDatabase AnySuitable true Speed @@ -376,7 +376,7 @@ true Level3 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc11_xml.vcxproj b/build/msw/wx_vc11_xml.vcxproj index 8d718ee2e6..1149a87566 100644 --- a/build/msw/wx_vc11_xml.vcxproj +++ b/build/msw/wx_vc11_xml.vcxproj @@ -245,7 +245,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed @@ -405,7 +405,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc11_xrc.vcxproj b/build/msw/wx_vc11_xrc.vcxproj index b4f3cb3f95..20e0eae6e1 100644 --- a/build/msw/wx_vc11_xrc.vcxproj +++ b/build/msw/wx_vc11_xrc.vcxproj @@ -245,7 +245,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed @@ -405,7 +405,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc12_adv.vcxproj b/build/msw/wx_vc12_adv.vcxproj index bb6fe892ac..d9f24013be 100644 --- a/build/msw/wx_vc12_adv.vcxproj +++ b/build/msw/wx_vc12_adv.vcxproj @@ -248,7 +248,7 @@ AnySuitable true Speed - None + ProgramDatabase true @@ -405,7 +405,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc12_aui.vcxproj b/build/msw/wx_vc12_aui.vcxproj index 2eb7f42309..01f1a633b6 100644 --- a/build/msw/wx_vc12_aui.vcxproj +++ b/build/msw/wx_vc12_aui.vcxproj @@ -245,7 +245,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed @@ -405,7 +405,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed @@ -577,4 +577,4 @@ - + \ No newline at end of file diff --git a/build/msw/wx_vc12_base.vcxproj b/build/msw/wx_vc12_base.vcxproj index a4aa7c1b2a..c5fe093521 100644 --- a/build/msw/wx_vc12_base.vcxproj +++ b/build/msw/wx_vc12_base.vcxproj @@ -244,7 +244,7 @@ $(IntDir)..\wxprec_$(ProjectName)lib.pch Level4 true - None + ProgramDatabase AnySuitable true Speed @@ -405,7 +405,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc12_core.vcxproj b/build/msw/wx_vc12_core.vcxproj index f55a73c12d..5386e8b632 100644 --- a/build/msw/wx_vc12_core.vcxproj +++ b/build/msw/wx_vc12_core.vcxproj @@ -245,7 +245,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed @@ -405,7 +405,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc12_gl.vcxproj b/build/msw/wx_vc12_gl.vcxproj index 060553abaf..6995e20714 100644 --- a/build/msw/wx_vc12_gl.vcxproj +++ b/build/msw/wx_vc12_gl.vcxproj @@ -245,7 +245,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed @@ -405,7 +405,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc12_html.vcxproj b/build/msw/wx_vc12_html.vcxproj index 8fc866bd14..9c72347cdd 100644 --- a/build/msw/wx_vc12_html.vcxproj +++ b/build/msw/wx_vc12_html.vcxproj @@ -245,7 +245,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed @@ -405,7 +405,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc12_media.vcxproj b/build/msw/wx_vc12_media.vcxproj index c28b236f67..50e5e3d45c 100644 --- a/build/msw/wx_vc12_media.vcxproj +++ b/build/msw/wx_vc12_media.vcxproj @@ -245,7 +245,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed @@ -405,7 +405,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc12_net.vcxproj b/build/msw/wx_vc12_net.vcxproj index de7cf8a388..1a7b724651 100644 --- a/build/msw/wx_vc12_net.vcxproj +++ b/build/msw/wx_vc12_net.vcxproj @@ -245,7 +245,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed @@ -405,7 +405,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc12_propgrid.vcxproj b/build/msw/wx_vc12_propgrid.vcxproj index eb023ea0d1..5c6a25c4aa 100644 --- a/build/msw/wx_vc12_propgrid.vcxproj +++ b/build/msw/wx_vc12_propgrid.vcxproj @@ -245,7 +245,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed @@ -405,7 +405,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc12_qa.vcxproj b/build/msw/wx_vc12_qa.vcxproj index 2051d365fc..b7ba530940 100644 --- a/build/msw/wx_vc12_qa.vcxproj +++ b/build/msw/wx_vc12_qa.vcxproj @@ -245,7 +245,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed @@ -405,7 +405,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc12_ribbon.vcxproj b/build/msw/wx_vc12_ribbon.vcxproj index 5fa60eccb0..1ca754144b 100644 --- a/build/msw/wx_vc12_ribbon.vcxproj +++ b/build/msw/wx_vc12_ribbon.vcxproj @@ -245,7 +245,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed @@ -405,7 +405,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc12_richtext.vcxproj b/build/msw/wx_vc12_richtext.vcxproj index a55e7f293b..8c30d444e6 100644 --- a/build/msw/wx_vc12_richtext.vcxproj +++ b/build/msw/wx_vc12_richtext.vcxproj @@ -245,7 +245,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed @@ -405,7 +405,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc12_stc.vcxproj b/build/msw/wx_vc12_stc.vcxproj index 3b52bc3fbc..f2d5fb2be2 100644 --- a/build/msw/wx_vc12_stc.vcxproj +++ b/build/msw/wx_vc12_stc.vcxproj @@ -245,7 +245,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed @@ -405,7 +405,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc12_webview.vcxproj b/build/msw/wx_vc12_webview.vcxproj index ca24e0c908..ed238bae9f 100644 --- a/build/msw/wx_vc12_webview.vcxproj +++ b/build/msw/wx_vc12_webview.vcxproj @@ -245,7 +245,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed @@ -405,7 +405,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc12_wxexpat.vcxproj b/build/msw/wx_vc12_wxexpat.vcxproj index b29dcadcb3..e3f8f58848 100644 --- a/build/msw/wx_vc12_wxexpat.vcxproj +++ b/build/msw/wx_vc12_wxexpat.vcxproj @@ -237,7 +237,7 @@ $(OutDir)$(TargetName).pdb Level3 true - None + ProgramDatabase AnySuitable true Speed @@ -377,7 +377,7 @@ $(OutDir)$(TargetName).pdb Level3 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc12_wxjpeg.vcxproj b/build/msw/wx_vc12_wxjpeg.vcxproj index 89eb5d3260..a774127fdf 100644 --- a/build/msw/wx_vc12_wxjpeg.vcxproj +++ b/build/msw/wx_vc12_wxjpeg.vcxproj @@ -237,7 +237,7 @@ $(OutDir)$(TargetName).pdb Level3 true - None + ProgramDatabase AnySuitable true Speed @@ -377,7 +377,7 @@ $(OutDir)$(TargetName).pdb Level3 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc12_wxpng.vcxproj b/build/msw/wx_vc12_wxpng.vcxproj index 7e6c72a1c2..de6157aebb 100644 --- a/build/msw/wx_vc12_wxpng.vcxproj +++ b/build/msw/wx_vc12_wxpng.vcxproj @@ -237,7 +237,7 @@ $(OutDir)$(TargetName).pdb Level3 true - None + ProgramDatabase AnySuitable true Speed @@ -377,7 +377,7 @@ $(OutDir)$(TargetName).pdb Level3 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc12_wxregex.vcxproj b/build/msw/wx_vc12_wxregex.vcxproj index 62ec66c005..12169db6dd 100644 --- a/build/msw/wx_vc12_wxregex.vcxproj +++ b/build/msw/wx_vc12_wxregex.vcxproj @@ -229,7 +229,7 @@ $(OutDir)$(TargetName).pdb Level3 true - None + ProgramDatabase AnySuitable true Speed @@ -369,7 +369,7 @@ $(OutDir)$(TargetName).pdb Level3 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc12_wxscintilla.vcxproj b/build/msw/wx_vc12_wxscintilla.vcxproj index 47ca73e2b1..42a50624ec 100644 --- a/build/msw/wx_vc12_wxscintilla.vcxproj +++ b/build/msw/wx_vc12_wxscintilla.vcxproj @@ -237,7 +237,7 @@ $(OutDir)$(TargetName).pdb Level3 true - None + ProgramDatabase AnySuitable true Speed @@ -377,7 +377,7 @@ $(OutDir)$(TargetName).pdb Level3 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc12_wxtiff.vcxproj b/build/msw/wx_vc12_wxtiff.vcxproj index d4d9fc1ad3..abcea48875 100644 --- a/build/msw/wx_vc12_wxtiff.vcxproj +++ b/build/msw/wx_vc12_wxtiff.vcxproj @@ -237,7 +237,7 @@ $(OutDir)$(TargetName).pdb Level3 true - None + ProgramDatabase AnySuitable true Speed @@ -377,7 +377,7 @@ $(OutDir)$(TargetName).pdb Level3 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc12_wxzlib.vcxproj b/build/msw/wx_vc12_wxzlib.vcxproj index d3121ebe2c..30bb3a6c68 100644 --- a/build/msw/wx_vc12_wxzlib.vcxproj +++ b/build/msw/wx_vc12_wxzlib.vcxproj @@ -236,7 +236,7 @@ true Level3 true - None + ProgramDatabase AnySuitable true Speed @@ -376,7 +376,7 @@ true Level3 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc12_xml.vcxproj b/build/msw/wx_vc12_xml.vcxproj index dc45d78ab2..754a9c1b76 100644 --- a/build/msw/wx_vc12_xml.vcxproj +++ b/build/msw/wx_vc12_xml.vcxproj @@ -245,7 +245,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed @@ -405,7 +405,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed diff --git a/build/msw/wx_vc12_xrc.vcxproj b/build/msw/wx_vc12_xrc.vcxproj index 025dbaa170..105a034fe6 100644 --- a/build/msw/wx_vc12_xrc.vcxproj +++ b/build/msw/wx_vc12_xrc.vcxproj @@ -245,7 +245,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed @@ -405,7 +405,7 @@ $(OutDir)$(TargetName).pdb Level4 true - None + ProgramDatabase AnySuitable true Speed