Thread overview
VisualD: obj files should be placed in intermediate path
Aug 27, 2017
Domain
Aug 29, 2017
Rainer Schuetze
Aug 29, 2017
Domain
August 27, 2017
Now they are placed in output path.
August 29, 2017

On 27.08.2017 17:51, Domain wrote:
> Now they are placed in output path.

Indeed. It seems this happens with combined compilation and link only, as object file name generation is handled by dmd in this case. -od allows to move the file elsewhere, though.
August 29, 2017
On Tuesday, 29 August 2017 at 06:36:56 UTC, Rainer Schuetze wrote:
>
>
> On 27.08.2017 17:51, Domain wrote:
>> Now they are placed in output path.
>
> Indeed. It seems this happens with combined compilation and link only, as object file name generation is handled by dmd in this case. -od allows to move the file elsewhere, though.

And I hope I can control the path of *.exp and *.lib when compiling dll, like /IMPLIB in VC.