set build system for specific project

I would like to set a specific build system for a project. In that case I don't have to switch the build system every time I switch a project. I tried to define the build system inside the project file following the instructions I found on this website.

I switched build system to automatic but sublime still uses the default c++ build system.

I'm using Ubuntu 12.10 32 Bit.


Go to tools -> Build System and select the one that you defined in your project file, otherwise Sublime will use it's automatic build system or the predefined one for C++.

If you don't see the name of your buildsystem, then you've probably defined it wrong and should post your project json here on SO.

链接地址: http://www.djcxy.com/p/90906.html

上一篇: 绑定不同的语法? 崇高的文字2

下一篇: 为特定项目设置构建系统