Support building multiple JabyEngines
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
"label": "make_all",
|
||||
"type": "shell",
|
||||
"windows": {
|
||||
"command": "wsl make -f MakeAll.mk ${input:target} BUILD_PROFILE=${input:build cfg}",
|
||||
"command": "wsl make -f MakeAll.mk ${input:target prefix}_${input:target} BUILD_PROFILE=${input:build cfg} CUSTOM_CONFIG=${input:config options}",
|
||||
},
|
||||
"linux": {
|
||||
"command": "make -f MakeAll.mk ${input:target} BUILD_PROFILE=${input:build cfg}",
|
||||
@@ -64,6 +64,13 @@
|
||||
"fieldSeparator": "|"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "target prefix",
|
||||
"type": "pickString",
|
||||
"options": ["jabyengine", "all_jabyengine"],
|
||||
"default": "jabyengine",
|
||||
"description": "To build JabyEngine or JabyEngine with all configs"
|
||||
},
|
||||
{
|
||||
"id": "target",
|
||||
"type": "pickString",
|
||||
|
||||
Reference in New Issue
Block a user