Support Nugget and Jaby for make

This commit is contained in:
Jaby
2022-04-24 21:24:35 +02:00
parent 570158380f
commit 40b2d9fb26
4 changed files with 38 additions and 63 deletions

View File

@@ -28,7 +28,7 @@
"problemMatcher": [],
},
{
"label": "make project",
"label": "nugget make",
"type": "shell",
"dependsOrder": "sequence",
"dependsOn": ["make", "finalize"],
@@ -38,9 +38,9 @@
}
},
{
"label": "new make",
"label": "jaby make",
"type": "shell",
"command": "wsl make ${input:target} -f ../Makefile BUILD_PROFILE=${input:build_profile}",
"command": "wsl make ${input:target} BUILD=${input:build} USE_JABY_MAKE=true",
"options": {
"cwd": "Code"
},
@@ -100,10 +100,6 @@
"C_Cpp.default.compilerArgs": [
],
"C_Cpp.default.defines": [
],
"files.exclude": {
"**/*.o": true,
"**/*.dep": true
}
]
}
}