diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-07-08 14:54:20 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-07-08 14:54:20 +0200 |
commit | 7b31bf12b9f517e2a9795d63a1701cdf23279d5a (patch) | |
tree | bee55e48487f8e5f94c79098012f846b232a5b47 /boost/build.bat | |
parent | 9d516749457284f093306b5e4673cec1818c3d53 (diff) |
Add support for Visual Studio 2005
Diffstat (limited to 'boost/build.bat')
-rw-r--r-- | boost/build.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boost/build.bat b/boost/build.bat index 07876be..93bb9db 100644 --- a/boost/build.bat +++ b/boost/build.bat @@ -36,6 +36,7 @@ if "_%~4_" == "__" ( set "failed=" +if "_%2_" == "_8_" set "vcver=8" if "_%2_" == "_9_" set "vcver=9" if "_%2_" == "_10_" set "vcver=10" if "_%2_" == "_11_" set "vcver=11" |