Ticket #30 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

Allow rules to generate D source code

Reported by: Derek Parnell Assigned to: Derek
Priority: Whenever Component: core
Version: 3.02 Severity: major
Keywords: Cc:

Description

Currently the Rules functionality makes the assumption that the output file from the external tool is meant for the linker and the input file is to be ignored by both compiler and linker.

However, it would be useful to have some tools which generate D source code and can be feed back into the current build.

Change History

06/23/06 03:34:05 changed by Derek Parnell

  • status changed from new to closed.
  • resolution set to fixed.

The Rule Definition File format now supports a number of new functions, such as specifying what to do with the input and output files.