|
@@ -33,18 +33,37 @@
|
|
"RAYLIB_PATH=<path_to_raylib>",
|
|
"RAYLIB_PATH=<path_to_raylib>",
|
|
"DEBUGGING=TRUE"
|
|
"DEBUGGING=TRUE"
|
|
],
|
|
],
|
|
|
|
+ "group": "build"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "label": "(OSX) build release",
|
|
|
|
+ "type": "process",
|
|
|
|
+ "command": "make",
|
|
|
|
+ "args": [
|
|
|
|
+ "PLATFORM=PLATFORM_DESKTOP",
|
|
|
|
+ "RAYLIB_PATH=<path_to_raylib>",
|
|
|
|
+ ],
|
|
|
|
+ "group": "build"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "label": "(GNU) build debug",
|
|
|
|
+ "type": "process",
|
|
|
|
+ "command": "make",
|
|
|
|
+ "args": [
|
|
|
|
+ "PLATFORM=PLATFORM_DESKTOP",
|
|
|
|
+ "DEBUGGING=TRUE"
|
|
|
|
+ ],
|
|
"group": {
|
|
"group": {
|
|
"kind": "build",
|
|
"kind": "build",
|
|
"isDefault": true
|
|
"isDefault": true
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "label": "(OSX) build release",
|
|
|
|
|
|
+ "label": "(GNU) build release",
|
|
"type": "process",
|
|
"type": "process",
|
|
"command": "make",
|
|
"command": "make",
|
|
"args": [
|
|
"args": [
|
|
"PLATFORM=PLATFORM_DESKTOP",
|
|
"PLATFORM=PLATFORM_DESKTOP",
|
|
- "RAYLIB_PATH=<path_to_raylib>",
|
|
|
|
],
|
|
],
|
|
"group": "build"
|
|
"group": "build"
|
|
}
|
|
}
|