example for "Image Factory"
image_factory.sublime-build
"{
"cmd": ["C:\\Program Files (x86)\\GStudio8\\acknex.exe", "C:\\Users\\Marian\\Documents\\My Dropbox\\Projekte\\Image Factory\\main.c", "-diag"]
}
"
IF you just want a "build open file" [sed's blue arrow] you can use $file .
I haven't found out how to use a "main" script without creating a special build system yet though

Also, my "highlighting" sucks [just added main structs/variable types to the syntax highlighting of C and called in LiteC] - but well, that's because I am lazy^^