From 13e571eb983fd33283d1e907810ca1ec4307b157 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 2 Mar 2014 23:40:47 +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/trunk@76069 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 80068d3c7b..84212cdd84 100644 --- a/build/msw/wx_vc11_core.vcxproj +++ b/build/msw/wx_vc11_core.vcxproj @@ -1404,7 +1404,6 @@ - @@ -1726,4 +1725,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 2bb5b87c02..2d0cd479c5 100644 --- a/build/msw/wx_vc12_core.vcxproj +++ b/build/msw/wx_vc12_core.vcxproj @@ -1404,7 +1404,6 @@ - @@ -1726,4 +1725,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