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.

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