7
0
mirror of https://gitlab.com/raylibtemplates/rt.git synced 2026-06-05 02:00:54 -04:00
Files
RaylibTemplate-C/build-web/_deps/raylib-src/projects/SublimeText/raylib.sublime-build
2025-11-03 02:11:38 +00:00

14 lines
249 B
Plaintext

{
"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"
},
]
}