From 3b5345983b1662e3840abe597eb0d693ae601622 Mon Sep 17 00:00:00 2001 From: Tilen Majerle Date: Sun, 31 Jul 2022 21:15:56 +0200 Subject: [PATCH] Add build-all-win32-examples task to dev env --- .vscode/tasks.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index b15064b..09422ee 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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": [] + } ] } \ No newline at end of file