Build System - Sublime Text 3

后端 未结 3 1279

I have the following script called \"build-bat.sublime-build\":

{
  \"cmd\": \"build.bat\",
  \"working_dir\": \"$project_path\",
  \"windows\" : {
      \"s         


        
3条回答
  •  清酒与你
    2021-01-13 12:03

    You can rename your build.bat to make.bat and choose the Make build system in ST. Just press Ctrl+B and ST will try to start make command and make.bat will be executed. The output will be showen in ST's console.

提交回复
热议问题