]> git.saurik.com Git - wxWidgets.git/commitdiff
Add support for MSVC 11 (a.k.a. MSVS 2012) to MSVC-specific setup.h.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 1 Jun 2012 22:34:21 +0000 (22:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 1 Jun 2012 22:34:21 +0000 (22:34 +0000)
Use vc110 prefix for VC11.

Closes #14366.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71638 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/msvc/wx/setup.h

index 4fb08d2013ebcd44f94da00040466ef11fb506f6..06fa7d7ddc9ea6d36b461ab6280ca623db4d3b71 100644 (file)
@@ -60,6 +60,8 @@
         #define wxCOMPILER_PREFIX vc90
     #elif _MSC_VER == 1600
         #define wxCOMPILER_PREFIX vc100
+    #elif _MSC_VER == 1700
+        #define wxCOMPILER_PREFIX vc110
     #else
         #error "Unknown MSVC compiler version, please report to wx-dev."
     #endif