diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2014-06-03 18:28:36 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2014-06-03 18:28:36 +0200 |
commit | 419d6b8fd02a149dd9f05b3ffbf4a7676e6e8b34 (patch) | |
tree | 1ceccccbc0994e0f9151bac674604ba6c7103334 /qt/build.bat | |
parent | 8253d9fdd049a87cd34c65b6d1a643bb091479a4 (diff) |
Support for VC12 (2013), initial work
Diffstat (limited to 'qt/build.bat')
-rw-r--r-- | qt/build.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt/build.bat b/qt/build.bat index 69e1bc5..def577d 100644 --- a/qt/build.bat +++ b/qt/build.bat @@ -53,6 +53,7 @@ if "_%3_" == "_8_" set "vcver=8" if "_%3_" == "_9_" set "vcver=9"
if "_%3_" == "_10_" set "vcver=10"
if "_%3_" == "_11_" set "vcver=11"
+if "_%3_" == "_12_" set "vcver=12"
if "_%vcver%_" == "__" (
echo unknown VC++ version %3
|