Extract setup.h copying into a separate project for MSVC11+.

This fixes problems with parallel builds in Visual Studio 2012 or 2013 IDE as
multiple projects may try to copy setup.h file at once, resulting in errors.

Use _custom_build project as a common dependency to ensure that the copy step
is done only once.

This is a backport of r76419 from trunk, see #16177.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@76819 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-07-04 11:31:00 +00:00
parent ce97d7eccc
commit 56657b8ea3
44 changed files with 2116 additions and 3005 deletions

View File

@@ -586,6 +586,7 @@ wxMSW:
- Fix Cygwin 1.7 build.
- Include x64 configurations in MSVC 8/9 project files too.
- Fix parallel build of MSVC 11/12 solutions (Artur Wieczorek).
- Fix appearance of wxToggleButtons with non default colours (Artur Wieczorek).