Support Nugget and Jaby for make
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user