Eclipse adding your own build command

后端 未结 4 2014
别那么骄傲
别那么骄傲 2020-12-13 19:24

I am new to eclipse and wanted to do the following:

  1. Use my custom build commands with eclipse. Until now I only saw make all. I use a shell script
4条回答
  •  执笔经年
    2020-12-13 19:42

    You can add a custom builder in the "Builders" category of the project properties.

    project->properties->builders->new

    there you can also deactivate the default eclipse builders..

    hope that helped

提交回复
热议问题