aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <waruqi@gmail.com>2019-07-16 22:34:06 +0800
committerruki <waruqi@gmail.com>2019-07-16 09:24:38 +0800
commit995192646650ccc6784cdb3f6585c3d7126cd624 (patch)
tree7379278ae07756fe1abc4951500bda6d05ce42f1
parentf15eb5364e2d7610a6c8f95c4da0c1c9065fa999 (diff)
downloadxmake-docs-995192646650ccc6784cdb3f6585c3d7126cd624.tar.gz
xmake-docs-995192646650ccc6784cdb3f6585c3d7126cd624.zip
add tips
-rw-r--r--plugin/builtin_plugins.md2
-rw-r--r--zh-cn/plugin/builtin_plugins.md2
2 files changed, 4 insertions, 0 deletions
diff --git a/plugin/builtin_plugins.md b/plugin/builtin_plugins.md
index 98b8a0e4..9c2a1846 100644
--- a/plugin/builtin_plugins.md
+++ b/plugin/builtin_plugins.md
@@ -366,6 +366,8 @@ $ xmake project -k [vsxmake2010|vsxmake2013|vsxmake2015|..] -m "debug,release"
#### Using vs built-in compilation mechanism
+>! It is recommended to use the new version of the vs. plugin provided after v2.2.8 mentioned above. The support is more complete. The generation method here does not support the rules of xmake, and the generation of projects such as qt.
+
```bash
$ xmake project -k [vs2008|vs2013|vs2015|..]
```
diff --git a/zh-cn/plugin/builtin_plugins.md b/zh-cn/plugin/builtin_plugins.md
index bd4d28b5..eaf2869f 100644
--- a/zh-cn/plugin/builtin_plugins.md
+++ b/zh-cn/plugin/builtin_plugins.md
@@ -396,6 +396,8 @@ $ xmake project -k [vsxmake2010|vsxmake2013|vsxmake2015|..] -m "debug,release"
#### 使用vs内置编译机制
+>! 建议尽量使用上文提到的v2.2.8之后提供的新版的vs生成插件,支持更加完善,此处的生成方式不支持xmake的rules,以及对qt等工程的生成。
+
```console
$ xmake project -k [vs2008|vs2013|vs2015|..]
```