www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ide - VisualD: obj files should be placed in intermediate path

reply Domain <dont_email empty.com> writes:
Now they are placed in output path.
Aug 27 2017
parent reply Rainer Schuetze <r.sagitario gmx.de> writes:
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.
Aug 28 2017
parent Domain <dont_email empty.com> writes:
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.
Aug 29 2017