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

Ticket #13 (closed defect: fixed)

Opened 15 years ago

Last modified 15 years ago

[PATCH] D compiler should be invoked using $(DC) always

Reported by: llucax Assigned to: somebody
Priority: minor Milestone:
Component: component1 Version:
Keywords: patch Cc:

Description

In the makefiles, a few times the D compiler is invoked directly using dmd. Ideally, $(DC) variable should be used.

Attached is a patch to fix this.

Attachments

honour-dc.patch (1.1 kB) - added by llucax on 11/26/08 02:26:54.

Change History

11/26/08 02:26:54 changed by llucax

  • attachment honour-dc.patch added.

01/05/09 20:36:55 changed by sean

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

Thanks. I believe I've fixed this in the latest revision.