Dub needs some additions
develop32 via Digitalmars-d
digitalmars-d at puremagic.com
Sat Jan 23 12:54:36 PST 2016
On Saturday, 23 January 2016 at 20:24:05 UTC, Igor wrote:
> Some simple extensions to dub are required for proper windows
> support:
>
> 1. The Ability to generate full build selections for Visual D.
> I only get Win32 when using `dub generate VisualD`. Win64
> support should be added, along with alternate compiler support.
> (GDC and LDC)
dub generate visuald --arch=x86_64 etc.
You have to use flags to configure the project.
>
> 2. The ability to refresh a project by adding new dependencies
> and files to the previously generate Visual D project. It
> should retain modified settings of the project file. I'm
> thinking of something like `dub refresh VisualD` would work.
Yeah, that would be nice.
>
> The current generate settings are just child's toys without the
> ability to retain and update project info.
>
> Thank You.
More information about the Digitalmars-d
mailing list