aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorRoman Lacko <backup.rlacko@gmail.com>2013-08-01 10:29:11 +0200
committerRoman Lacko <backup.rlacko@gmail.com>2013-08-01 10:29:11 +0200
commitba305fc63846417f09a017bfeaa730263e8c1f72 (patch)
treead80ffd11cd55d9cdc829910718459107535a54b /README.rst
parent793a80b09bab337f9ad7c101d538d95dffb8a383 (diff)
Removed --msvc-version option. Required MSVC compiler version is now resolved from python interpreter version
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index 718971e77..b50397474 100644
--- a/README.rst
+++ b/README.rst
@@ -278,10 +278,6 @@ Options
Specify the path to cmake.
Useful when the cmake is not in path.
-``--msvc-version``
- Specify the Visual C++ compiler version.
- Supported values are ``9.0`` (for VS 2008), ``10.0`` (for VS 2010).
-
``--standalone``
When enabled, all required Qt libs will be included in PySide distribution.
This option is allways enabled on Windows System.
@@ -339,6 +335,7 @@ PySide-setup
************
- Support for building windows binaries with only Windows SDK installed (Visual Studio is no more required)
+- Removed --msvc-version option. Required msvc compiler version is now resolved from python interpreter version
1.2.0 (2013-07-02)
------------------
@@ -436,7 +433,6 @@ PySide-setup
- Add --jom and --jobs options
- Add --no-examples option to exclude the examples
- Add --relwithdebinfo option to enable a release-with-debug-info build mode
-- Add --msvc-version option to specify version of MSVC compiler
- Add --ignore-git option
- Add --make-spec option to specify make generator