browser/external/raylib-4.5.0/projects/SublimeText/raylib.sublime-build

14 lines
249 B
Plaintext
Raw Normal View History

2023-09-27 15:02:24 -04:00
{
"variants": [
{
"name": "desktop",
"shell_cmd": "cd ${folder}\\src && mingw32-make PLATFORM=PLATFORM_DESKTOP"
},
{
"name": "examples",
"shell_cmd": "cd ${folder}\\examples && mingw32-make PLATFORM=PLATFORM_DESKTOP"
},
]
}