Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Compiling programs

Descent does not provide a mechanism to compile. However you can configure an external tool to compile. The following steps show how to configure Rebuild to compile a project:

  1. Select the file that contains the main function and go to Run -> External Tools -> External Tools



  2. Right click on Program and select New



  3. Enter "Rebuild" on the name field.
  4. Enter the path to the rebuild executable in the location field.
  5. Enter ${project_loc} in the working directory field.
  6. Enter ${resource_loc} followed by any other argument you wish to supply to rebuild in the arguments field. If you'd like to add symbolic debug information when compiling, enter '${resource_loc} -g'.



  7. In the refresh tab, check "Refresh resources upon completion" and select "The project containing the selected resource".



  8. Click the Run button.
  9. If there are errors, they will be shown in the Console view and you can click on it to jump to the locations where the errors are found.



The configuration is saved, so you can re-run build later on other files.