mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-07 10:26:28 +00:00
Update tasks.json
This commit is contained in:
27
projects/VSCode/.vscode/tasks.json
vendored
27
projects/VSCode/.vscode/tasks.json
vendored
@@ -33,10 +33,7 @@
|
|||||||
"RAYLIB_PATH=<path_to_raylib>",
|
"RAYLIB_PATH=<path_to_raylib>",
|
||||||
"DEBUGGING=TRUE"
|
"DEBUGGING=TRUE"
|
||||||
],
|
],
|
||||||
"group": {
|
"group": "build"
|
||||||
"kind": "build",
|
|
||||||
"isDefault": true
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "(OSX) build release",
|
"label": "(OSX) build release",
|
||||||
@@ -47,6 +44,28 @@
|
|||||||
"RAYLIB_PATH=<path_to_raylib>",
|
"RAYLIB_PATH=<path_to_raylib>",
|
||||||
],
|
],
|
||||||
"group": "build"
|
"group": "build"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "(GNU) build debug",
|
||||||
|
"type": "process",
|
||||||
|
"command": "make",
|
||||||
|
"args": [
|
||||||
|
"PLATFORM=PLATFORM_DESKTOP",
|
||||||
|
"DEBUGGING=TRUE"
|
||||||
|
],
|
||||||
|
"group": {
|
||||||
|
"kind": "build",
|
||||||
|
"isDefault": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "(GNU) build release",
|
||||||
|
"type": "process",
|
||||||
|
"command": "make",
|
||||||
|
"args": [
|
||||||
|
"PLATFORM=PLATFORM_DESKTOP",
|
||||||
|
],
|
||||||
|
"group": "build"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user