convert submodules to normal folders for now
This commit is contained in:
parent
389e934900
commit
ed1e0ecb6b
1041 changed files with 572002 additions and 13 deletions
13
raylib/projects/SublimeText/raylib.sublime-build
Normal file
13
raylib/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"
|
||||
},
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue