dfix icon indicating copy to clipboard operation
dfix copied to clipboard

Dfix uses different way of setting compiler to DCD, DFmt

Open russel opened this issue 10 years ago • 1 comments

DCD and Dfmt both offer "make ldc" to use the ldc2 compiler instead of the dmd one, Dfix uses a DMD variable directly. Can I vote for a consistent make structure for this family of respositories.

Also have "make clean" in all of the family would be good as well.

russel avatar Jan 16 '16 09:01 russel

The DMD variable was originally added so that the a specific version of DMD (e.g. one that's not on the user's PATH) could be used. Building with LDC isn't supported, but you can try the ldmd2 wrapper program as I mentioned in the other issue.

Hackerpilot avatar Jan 16 '16 12:01 Hackerpilot