diff options
| author | ruki <[email protected]> | 2020-01-10 23:50:16 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-01-10 17:01:37 +0800 |
| commit | 6c7c36cb656f49be600ee4d79677bd1895bd2190 (patch) | |
| tree | 7e69a721b1d68c1bf23411e3459bf49425588a76 | |
| parent | 402552608706b17ad1e5c569ac922339acaa5f78 (diff) | |
update readme
| -rw-r--r-- | README.md | 3 | ||||
| -rw-r--r-- | README_zh.md | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -242,7 +242,8 @@ More wdk driver program examples (umdf/kmdf/wdm), please see [WDK Program Exampl #### Generate IDE project file plugin(makefile, vs2002 - vs2019 .. ) ```bash -$ xmake project -k vs2017 -m "debug,release" +$ xmake project -k vsxmake -m "debug;release" # New vsproj generator (Recommended) +$ xmake project -k vs -m "debug;release" $ xmake project -k cmakelists $ xmake project -k compile_commands ``` diff --git a/README_zh.md b/README_zh.md index 7e72a4795..25e685f19 100644 --- a/README_zh.md +++ b/README_zh.md @@ -247,7 +247,8 @@ target("app") #### 生成IDE工程文件插件(makefile, vs2002 - vs2019, ...) ```bash -$ xmake project -k vs2017 -m "debug,release" +$ xmake project -k vsxmake -m "debug;release" # 新版vs工程生成插件(推荐) +$ xmake project -k vs -m "debug;release" $ xmake project -k cmakelists $ xmake project -k compile_commands ``` |
