First configuratable JabyEngine prototype
This commit is contained in:
@@ -27,6 +27,17 @@
|
||||
},
|
||||
"group": "build"
|
||||
},
|
||||
{
|
||||
"label": "make custom config",
|
||||
"type": "shell",
|
||||
"windows": {
|
||||
"command": "wsl make ${input:target} BUILD_PROFILE=${input:build cfg} TV_FORMAT=${input:tv format} CUSTOM_CONFIG=${input:custom config}",
|
||||
},
|
||||
"linux": {
|
||||
"command": "make ${input:target} BUILD_PROFILE=${input:build cfg} TV_FORMAT=${input:tv format} CUSTOM_CONFIG=${input:custom config}",
|
||||
},
|
||||
"group": "build"
|
||||
},
|
||||
{
|
||||
"label": "combi make",
|
||||
"type": "shell",
|
||||
@@ -54,6 +65,13 @@
|
||||
"default": "PAL",
|
||||
"description": "TV format to use"
|
||||
},
|
||||
{
|
||||
"id": "custom config",
|
||||
"type": "pickString",
|
||||
"options": ["MyConfig"],
|
||||
"default": "MyConfig",
|
||||
"description": "The custom configuration to use for this build"
|
||||
},
|
||||
{
|
||||
"id": "target",
|
||||
"type": "pickString",
|
||||
|
||||
Reference in New Issue
Block a user