EiffelStudio: Project settings window

This is where settings regarding your project are going to be made. In here you can specify:

  • the different targets your project consists of
  • the clusters that contain your classes
  • the libraries and/or assemblies that you use
  • which assertion level you want to check
  • which debug clauses will be activated
  • which warnings will be reported
  • which C/C++ externals your project needs
  • what kind of tasks should be executed before or after a compilation
  • various other options such as multithreading

A target represents the active part of the project being compiled. A project can be made of several targets (only one being active) and targets can extend other targets. For example, one target could be a set of common libraries and clusters, and then you have two targets extending it, one for the command line application and the other for the GUI application. Read more about targets at Target Options.

The window is organized in eleven sections:

The changes you make are taken into account the next time you recompile your project. Instead of automatically performing the compilation each time you click Ok or Apply we decided to save the modifications and let the user decide when to recompile.

cached: 03/18/2024 6:01:53.000 PM