summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorruki <[email protected]>2020-01-10 23:50:16 +0800
committerruki <[email protected]>2020-01-10 17:01:37 +0800
commit6c7c36cb656f49be600ee4d79677bd1895bd2190 (patch)
tree7e69a721b1d68c1bf23411e3459bf49425588a76 /README.md
parent402552608706b17ad1e5c569ac922339acaa5f78 (diff)
update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index b4f14f395..606d800db 100644
--- a/README.md
+++ b/README.md
@@ -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
```