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:
@@ -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).
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user