www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - How can I use Linker flags using DMD?

reply Marcone <marcone email.com> writes:
I want send flags to linker when using dmd.exe compiler.
May 29 2023
parent reply =?UTF-8?Q?Ali_=c3=87ehreli?= <acehreli yahoo.com> writes:
On 5/29/23 07:29, Marcone wrote:
 I want send flags to linker when using dmd.exe compiler.
-L does it. Yes, -L-L can happen. :) https://dlang.org/dmd-linux.html Ali
May 29 2023
parent reply Marcone <marcone email.com> writes:
On Monday, 29 May 2023 at 22:48:29 UTC, Ali Çehreli wrote:
 On 5/29/23 07:29, Marcone wrote:
 I want send flags to linker when using dmd.exe compiler.
-L does it. Yes, -L-L can happen. :) https://dlang.org/dmd-linux.html Ali
Can you help me static link dll msvcr120.dll in my x64 dlang program?
May 29 2023
parent =?UTF-8?Q?Ali_=c3=87ehreli?= <acehreli yahoo.com> writes:
On 5/29/23 17:39, Marcone wrote:

 Can you help me static link dll msvcr120.dll in my x64 dlang program?
Sorry, I haven't been programming on Windows for a very long time now. :/ But there are others who program on Windows here. Ali
May 29 2023