graphics

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 32d834d7e606e565fd54c917a56de74d101b6cf4
parent 2fb20dfd8df80dfa9df514366c1259f5443d6398
Author: Brian Swetland <swetland@frotz.net>
Date:   Tue,  2 Jul 2013 10:16:42 -0700

sublimetext project file

Diffstat:
Agraphics.sublime-project | 33+++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+), 0 deletions(-)

diff --git a/graphics.sublime-project b/graphics.sublime-project @@ -0,0 +1,33 @@ +{ + "folders": [ + { + "path": "common" + }, + { + "path": "test" + }, + { + "path": "tools" + }, + { + "path": "hello" + }, + { + "path": "freetype-2.5.0.1" + }, + { + "path": "libpng-1.2.50" + }, + { + "path": "zlib-1.2.7" + } + ], + "build_systems": [ + { + "name": "Default", + "cmd": ["make"], + "file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$", + "working_dir": "${project_path}" + } + ] +}