Add raylib library
This commit is contained in:
13
libs/raylib-4.5.0/projects/SublimeText/raylib.sublime-build
Normal file
13
libs/raylib-4.5.0/projects/SublimeText/raylib.sublime-build
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user