mirror of
https://github.com/MaJerle/lwmem.git
synced 2025-01-13 21:42:53 +08:00
Add build-all-win32-examples task to dev env
This commit is contained in:
parent
01cef12325
commit
3b5345983b
12
.vscode/tasks.json
vendored
12
.vscode/tasks.json
vendored
@ -69,5 +69,17 @@
|
||||
},
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "Build all WIN32 examples",
|
||||
"type": "shell",
|
||||
"command": "python",
|
||||
"args": [
|
||||
"build_all_examples.py"
|
||||
],
|
||||
"options": {
|
||||
"cwd": "${workspaceFolder}/examples/win32"
|
||||
},
|
||||
"problemMatcher": []
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user