VisualD with latest VS2019 (and 2022)

awson kyrab at mail.ru
Tue Nov 16 06:17:28 UTC 2021


On Monday, 15 November 2021 at 22:23:30 UTC, Rainer Schuetze 
wrote:
>> 
>> Can anybody point me to where is it explained in the context 
>> of `visuald`?
>
> The package compilation model groups D source files by folder 
> and compiles them to one object file for each group. It is 
> somewhere between building all files in the project at once and 
> each file individually.
>
>> Does there exist any example of a `visuald` project using the 
>> `Package` compilation model?
>> 
>
> The dmd project 
> https://github.com/dlang/dmd/blob/master/src/vcbuild/dmd.vcxproj#L163 builds per package, but it doesn't use parallel compilation. I'm not sure if it is a feature that is actually needed. It was meant for single file compilation, which is seldom necessary anyway.

Thanks!


More information about the Digitalmars-d-ide mailing list