aboutsummaryrefslogtreecommitdiff
path: root/plugin/builtin_plugins.md
diff options
context:
space:
mode:
authorruki <waruqi@gmail.com>2019-08-27 00:37:08 +0800
committerruki <waruqi@gmail.com>2019-08-26 21:42:49 +0800
commit08d6af8a0f9400b3a0de119728112a45a2ae6a48 (patch)
tree268cc187804c0d9adacb164831d409ca9a1ce571 /plugin/builtin_plugins.md
parent9ae103261e4e4f962a4c54f8c23a9294094ebebd (diff)
downloadxmake-docs-08d6af8a0f9400b3a0de119728112a45a2ae6a48.tar.gz
xmake-docs-08d6af8a0f9400b3a0de119728112a45a2ae6a48.zip
update vsxmake docs
Diffstat (limited to 'plugin/builtin_plugins.md')
-rw-r--r--plugin/builtin_plugins.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/plugin/builtin_plugins.md b/plugin/builtin_plugins.md
index 93357330..9b842025 100644
--- a/plugin/builtin_plugins.md
+++ b/plugin/builtin_plugins.md
@@ -55,7 +55,13 @@ Therefore, in order to solve this problem, the new version of the vs. build plug
The specific use is similar to the old version:
```console
-$ xmake project -k [vsxmake2010|vsxmake2013|vsxmake2015|..] -m "debug,release"
+$ xmake project -k [vsxmake2010|vsxmake2013|vsxmake2015|..] -m "debug;release"
+```
+
+If no version is specified, xmake will automatically detect the current version of vs to generate:
+
+```bash
+$ xmake project -k vsxmake -m "debug;release"
```
![](/assets/img/manual/qt_vs.png)