mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 14:23:44 -07:00
git subrepo clone (merge) https://github.com/HarbourMasters/otrgui.git OTRGui
subrepo: subdir: "OTRGui" merged: "a6066a251" upstream: origin: "https://github.com/HarbourMasters/otrgui.git" branch: "master" commit: "a6066a251" git-subrepo: version: "0.4.1" origin: "???" commit: "???"
This commit is contained in:
parent
442a88f03b
commit
f52a2a6406
1018 changed files with 511803 additions and 0 deletions
13
OTRGui/libs/raylib/projects/SublimeText/README.md
Normal file
13
OTRGui/libs/raylib/projects/SublimeText/README.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Sublime Text 3 project template
|
||||
|
||||
This is a project template to be used with [Sublime Text 3](https://www.sublimetext.com/).
|
||||
|
||||
Simply click on the `raylib.sublime-project` file to open it with Sublime Text.
|
||||
Alternatively you can open Sublime Text first and click on the `Project -> Open Project`.
|
||||
|
||||
It comes with raylib.sublime-build. This file needs to be copied into the sublime packages folder for the user. On windows it can be found in `%AppData%\Sublime Text 3\Packages\User`.
|
||||
|
||||
Once done open the project and select `Tools -> Build System -> raylib`.
|
||||
To run press Ctrl + Shift + B and select which build you want to run.
|
||||
|
||||
For a full overview of build systems please check the [build systems guide](https://www.sublimetext.com/docs/3/build_systems.html).
|
13
OTRGui/libs/raylib/projects/SublimeText/raylib.sublime-build
Normal file
13
OTRGui/libs/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"
|
||||
},
|
||||
]
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"folders":
|
||||
[
|
||||
{
|
||||
"path": "../../"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue