diff options
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/builtin_plugins.md | 8 |
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" ```  |
