2020-10-05 08:57:21 +00:00
|
|
|
{
|
|
|
|
"tasks": [
|
|
|
|
{
|
|
|
|
"args": ["--with-librw", "gmake2"],
|
|
|
|
"command": "./premake5Linux",
|
|
|
|
"label": "Premake (Linux)",
|
|
|
|
"problemMatcher": "$gcc",
|
|
|
|
"type": "shell"
|
|
|
|
},
|
2020-10-09 03:19:55 +00:00
|
|
|
{
|
|
|
|
"args": ["--with-librw", "gmake2"],
|
|
|
|
"command": "premake5",
|
|
|
|
"label": "Premake (macOS)",
|
|
|
|
"problemMatcher": "$gcc",
|
|
|
|
"type": "shell"
|
|
|
|
},
|
2020-10-05 08:57:21 +00:00
|
|
|
{
|
|
|
|
"args": [
|
2020-10-09 03:14:37 +00:00
|
|
|
"-j5",
|
2020-10-05 08:57:21 +00:00
|
|
|
"config=debug_linux-amd64-librw_gl3_glfw-oal",
|
|
|
|
"verbose=1"
|
|
|
|
],
|
|
|
|
"command": "make",
|
|
|
|
"dependsOn": "Premake (Linux)",
|
|
|
|
"group": {
|
|
|
|
"isDefault": true,
|
|
|
|
"kind": "build"
|
|
|
|
},
|
2020-10-09 03:14:37 +00:00
|
|
|
"label": "Compile (Debug Linux x64)",
|
|
|
|
"options": {
|
|
|
|
"cwd": "${workspaceFolder}/build"
|
|
|
|
},
|
|
|
|
"problemMatcher": "$gcc",
|
|
|
|
"type": "shell"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"args": [
|
|
|
|
"-j5",
|
|
|
|
"config=release_linux-amd64-librw_gl3_glfw-oal",
|
|
|
|
"verbose=1"
|
|
|
|
],
|
|
|
|
"command": "make",
|
|
|
|
"dependsOn": "Premake (Linux)",
|
|
|
|
"group": {
|
|
|
|
"isDefault": true,
|
|
|
|
"kind": "build"
|
|
|
|
},
|
|
|
|
"label": "Compile (Release Linux x64)",
|
2020-10-05 08:57:21 +00:00
|
|
|
"options": {
|
|
|
|
"cwd": "${workspaceFolder}/build"
|
|
|
|
},
|
|
|
|
"problemMatcher": "$gcc",
|
|
|
|
"type": "shell"
|
2020-10-09 03:19:55 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"args": [
|
|
|
|
"-j5",
|
|
|
|
"config=debug_macosx-amd64-librw_gl3_glfw-oal",
|
|
|
|
"verbose=1"
|
|
|
|
],
|
|
|
|
"command": "make",
|
|
|
|
"dependsOn": "Premake (macOS)",
|
|
|
|
"group": {
|
|
|
|
"isDefault": true,
|
|
|
|
"kind": "build"
|
|
|
|
},
|
|
|
|
"label": "Compile (Debug macOS x64)",
|
|
|
|
"options": {
|
|
|
|
"cwd": "${workspaceFolder}/build"
|
|
|
|
},
|
|
|
|
"problemMatcher": "$gcc",
|
|
|
|
"type": "shell"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"args": [
|
|
|
|
"-j5",
|
|
|
|
"config=release_macosx-amd64-librw_gl3_glfw-oal",
|
|
|
|
"verbose=1"
|
|
|
|
],
|
|
|
|
"command": "make",
|
|
|
|
"dependsOn": "Premake (macOS)",
|
|
|
|
"group": {
|
|
|
|
"isDefault": true,
|
|
|
|
"kind": "build"
|
|
|
|
},
|
|
|
|
"label": "Compile (Release macOS x64)",
|
|
|
|
"options": {
|
|
|
|
"cwd": "${workspaceFolder}/build"
|
|
|
|
},
|
|
|
|
"problemMatcher": "$gcc",
|
|
|
|
"type": "shell"
|
2020-10-05 08:57:21 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"version": "2.0.0"
|
|
|
|
}
|