From 403a89a8d4ad87cba3aadf137b3811d7a7324b38 Mon Sep 17 00:00:00 2001 From: "Julio C. Rocha" Date: Wed, 11 Nov 2015 01:09:50 -0800 Subject: [PATCH] Added some source files to wx core, base --- Source/3rd Party/wx/include/wx/msw/setup.h | 2 +- Source/3rd Party/wx/wx_base.vcxproj | 4 +++ Source/3rd Party/wx/wx_base.vcxproj.filters | 12 +++++++++ Source/3rd Party/wx/wx_core.vcxproj | 9 +++++++ Source/3rd Party/wx/wx_core.vcxproj.filters | 27 +++++++++++++++++++++ 5 files changed, 53 insertions(+), 1 deletion(-) diff --git a/Source/3rd Party/wx/include/wx/msw/setup.h b/Source/3rd Party/wx/include/wx/msw/setup.h index 4c907eca6..ecd6c3986 100644 --- a/Source/3rd Party/wx/include/wx/msw/setup.h +++ b/Source/3rd Party/wx/include/wx/msw/setup.h @@ -727,7 +727,7 @@ // Default is 1 // // Recommended setting: 1 -#define wxUSE_WEBVIEW 1 +#define wxUSE_WEBVIEW 0 // Use the IE wxWebView backend // diff --git a/Source/3rd Party/wx/wx_base.vcxproj b/Source/3rd Party/wx/wx_base.vcxproj index ea4a1860d..31c853297 100644 --- a/Source/3rd Party/wx/wx_base.vcxproj +++ b/Source/3rd Party/wx/wx_base.vcxproj @@ -51,11 +51,13 @@ + + @@ -112,11 +114,13 @@ + + diff --git a/Source/3rd Party/wx/wx_base.vcxproj.filters b/Source/3rd Party/wx/wx_base.vcxproj.filters index 9ffd46ae0..0de333b0f 100644 --- a/Source/3rd Party/wx/wx_base.vcxproj.filters +++ b/Source/3rd Party/wx/wx_base.vcxproj.filters @@ -288,6 +288,18 @@ MSW Sources + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + diff --git a/Source/3rd Party/wx/wx_core.vcxproj b/Source/3rd Party/wx/wx_core.vcxproj index c13c758e5..02de9c043 100644 --- a/Source/3rd Party/wx/wx_core.vcxproj +++ b/Source/3rd Party/wx/wx_core.vcxproj @@ -59,6 +59,7 @@ + @@ -124,6 +125,7 @@ + @@ -136,9 +138,12 @@ + + + @@ -149,6 +154,8 @@ + + @@ -255,6 +262,7 @@ + @@ -284,6 +292,7 @@ true true + diff --git a/Source/3rd Party/wx/wx_core.vcxproj.filters b/Source/3rd Party/wx/wx_core.vcxproj.filters index ad136d9ab..7ba1d4bd9 100644 --- a/Source/3rd Party/wx/wx_core.vcxproj.filters +++ b/Source/3rd Party/wx/wx_core.vcxproj.filters @@ -687,6 +687,33 @@ MSW Sources + + Common Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + MSW Sources +