Verify dependecies and improve make invocation
This commit is contained in:
@@ -38,9 +38,9 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Blubb",
|
||||
"label": "new make",
|
||||
"type": "shell",
|
||||
"command": "wsl make all -f NewMakefile BUILD_PROFILE=release",
|
||||
"command": "wsl make ${input:target} -f NewMakefile BUILD_PROFILE=${input:build_profile}",
|
||||
"options": {
|
||||
"cwd": "Code"
|
||||
},
|
||||
@@ -71,7 +71,22 @@
|
||||
"description": "Mode for FinalizeCD",
|
||||
"options": ["all", "calculate", "skip"],
|
||||
"default": "all"
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
"id": "target",
|
||||
"type": "pickString",
|
||||
"description": "Phony target",
|
||||
"options": ["all", "clean"],
|
||||
"default": "all"
|
||||
},
|
||||
{
|
||||
"id": "build_profile",
|
||||
"type": "pickString",
|
||||
"description": "Build type to use",
|
||||
"options": ["debug", "release"],
|
||||
"default": "release"
|
||||
},
|
||||
],
|
||||
},
|
||||
"settings": {
|
||||
|
||||
Reference in New Issue
Block a user