From a45b0de3453524778a2963c43cbdde90b6d66a60 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 28 Jun 2019 17:57:31 +0200 Subject: [PATCH] Remove dependencies of rcdefs.h on the containing directory This doesn't seem to be actually necessary, i.e. the (implicit) dependency on the output file is enough and using it resulted in always redoing the custom build step with MSVS 2019 which seems to always consider directories as missing dependencies, at least according to its msbuild (version 16.1.76+g14b0a930a7) diagnostic build log. --- build/msw/wx_custom_build.vcxproj | 8 -------- 1 file changed, 8 deletions(-) diff --git a/build/msw/wx_custom_build.vcxproj b/build/msw/wx_custom_build.vcxproj index 45ef184798..8d7ff23855 100644 --- a/build/msw/wx_custom_build.vcxproj +++ b/build/msw/wx_custom_build.vcxproj @@ -187,32 +187,24 @@ cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) - $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) - $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) - $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) - $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs)