From 1770c2088dc49718b0fdcae89ebdbc3087b49063 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 2 Mar 2014 23:37:41 +0000 Subject: [PATCH] Remove non-existent wx/cairo.h from MSVC{11,12} projects. This file resulted in never ending rebuilds of the core project as MSVS tried to recreate the missing dependency (and failed). See http://blogs.msdn.com/b/andrewarnottms/archive/2012/06/07/enable-c-and-javascript-project-system-tracing.aspx for help with debugging such problems in the future. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@76066 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/msw/wx_vc11_core.vcxproj | 3 +-- build/msw/wx_vc11_core.vcxproj.filters | 3 --- build/msw/wx_vc12_core.vcxproj | 3 +-- build/msw/wx_vc12_core.vcxproj.filters | 3 --- 4 files changed, 2 insertions(+), 10 deletions(-) diff --git a/build/msw/wx_vc11_core.vcxproj b/build/msw/wx_vc11_core.vcxproj index 85c2230568..8a6f82b849 100644 --- a/build/msw/wx_vc11_core.vcxproj +++ b/build/msw/wx_vc11_core.vcxproj @@ -1403,7 +1403,6 @@ - @@ -1725,4 +1724,4 @@ - \ No newline at end of file + diff --git a/build/msw/wx_vc11_core.vcxproj.filters b/build/msw/wx_vc11_core.vcxproj.filters index 2958d6266e..a442858630 100644 --- a/build/msw/wx_vc11_core.vcxproj.filters +++ b/build/msw/wx_vc11_core.vcxproj.filters @@ -1573,9 +1573,6 @@ Common Headers - - Common Headers - Common Headers diff --git a/build/msw/wx_vc12_core.vcxproj b/build/msw/wx_vc12_core.vcxproj index 5386e8b632..0a5a804e6e 100644 --- a/build/msw/wx_vc12_core.vcxproj +++ b/build/msw/wx_vc12_core.vcxproj @@ -1403,7 +1403,6 @@ - @@ -1725,4 +1724,4 @@ - \ No newline at end of file + diff --git a/build/msw/wx_vc12_core.vcxproj.filters b/build/msw/wx_vc12_core.vcxproj.filters index 2958d6266e..a442858630 100644 --- a/build/msw/wx_vc12_core.vcxproj.filters +++ b/build/msw/wx_vc12_core.vcxproj.filters @@ -1573,9 +1573,6 @@ Common Headers - - Common Headers - Common Headers