Sublime Forum

Build.bat build system

#1

This is the build system I use for all my projects. In short with a press of a key it starts a file called build.bat or build.sh in your project, whatever you put in this file is up to you. It is flexible and very easy to setup and doesn’t require to keep project files, workspaces or anything of this sort of complications. Just load the files you need from the directory you need. For me this is much more convenient than maintaining Sublime Text projects and even more so than setting up projects in any IDE.

github.com/bobef/build.bat

Regards.

0 Likes