Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.
Version 4 (modified by asterite, 15 years ago)
--

Configuring a project

You need to tell Descent where each project can find an object.d, and where to find libraries it depends on. For this, you'll need to add include paths or libraries to the project.

  1. Right click on the project and select Build Path -> Configure build path. Or right click on the project, select Properties, and go to the D Build Path section.
  2. Go to the Include Path tab.
  3. Click on "Add include path..." or "Add library".

File imports

To resolve import("filename") expressions, Descent uses the same paths specified in the previous section.