digitalmars.D.learn - How can I use Linker flags using DMD?
- Marcone (1/1) May 29 2023 I want send flags to linker when using dmd.exe compiler.
- =?UTF-8?Q?Ali_=c3=87ehreli?= (4/5) May 29 2023 -L does it. Yes, -L-L can happen. :)
- Marcone (3/8) May 29 2023 Can you help me static link dll msvcr120.dll in my x64 dlang
- =?UTF-8?Q?Ali_=c3=87ehreli?= (4/5) May 29 2023 Sorry, I haven't been programming on Windows for a very long time now.
I want send flags to linker when using dmd.exe compiler.
May 29 2023
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
On Monday, 29 May 2023 at 22:48:29 UTC, Ali Çehreli wrote:On 5/29/23 07:29, Marcone wrote:Can you help me static link dll msvcr120.dll in my x64 dlang program?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
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