Add Microsoft Visual Studio 2017 solution file for building wxMSW
Allow building with VS15 out of the box. Closes https://github.com/wxWidgets/wxWidgets/pull/353
This commit is contained in:
committed by
Vadim Zeitlin
parent
79773dec34
commit
3206df50c4
@@ -65,6 +65,8 @@
|
||||
#define wxCOMPILER_PREFIX vc120
|
||||
#elif _MSC_VER == 1900
|
||||
#define wxCOMPILER_PREFIX vc140
|
||||
#elif _MSC_VER >= 1910 && _MSC_VER < 2000
|
||||
#define wxCOMPILER_PREFIX vc141
|
||||
#else
|
||||
#error "Unknown MSVC compiler version, please report to wx-dev."
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user