From cfd4da8fdb33b3caf42dbf1061ea6d92c925b21c Mon Sep 17 00:00:00 2001 From: Peter Tissen Date: Thu, 23 Jul 2015 13:24:34 +0200 Subject: [PATCH] Copy wx/msw/setup0.h to setup.h if none already exists Automatically create setup.h when using a git checkout with MSVS. Closes https://github.com/wxWidgets/wxWidgets/pull/52 --- build/msw/wx_custom_build.vcxproj | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build/msw/wx_custom_build.vcxproj b/build/msw/wx_custom_build.vcxproj index 2cfe3ea13a..6b5e51df0b 100644 --- a/build/msw/wx_custom_build.vcxproj +++ b/build/msw/wx_custom_build.vcxproj @@ -131,6 +131,12 @@ $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + + + Didn't find "include\wx\setup.h", copying setup0.h + copy ..\..\include\wx\msw\setup0.h ..\..\include\wx\msw\setup.h + +