{ "version": "2.0.0", "tasks": [ { "label": "build debug", "type": "process", "command": "make", "args": [ "BUILD_MODE=DEBUG" ], "windows": { "command": "C:/raylib/w64devkit/bin/mingw32-make.exe", "args": [ "BUILD_MODE=DEBUG" ] }, "group": "build", "problemMatcher": [ "$gcc" ] }, { "label": "build release", "type": "process", "command": "make", "args": [ ], "windows": { "command": "C:/raylib/w64devkit/bin/mingw32-make.exe", "args": [ ] }, "problemMatcher": [ "$gcc" ], "group": { "kind": "build", "isDefault": false }, "detail": "compiler: C:\\raylib\\w64devkit\\bin\\g++.exe" } ] }