Newbie question: how do I specify (at the command line) a library in the same directory as my .obj file?

David Nadlinger code at klickverbot.at
Thu Aug 22 00:06:48 UTC 2019


On 22 Aug 2019, at 0:55, WhatMeWorry via digitalmars-d-ldc wrote:
> Is there a way to specify my test.lib in the command?

Typically, either supply the library file as a command line argument and 
let LDC handle it, or use the `-L` option to supply the appropriate 
flags directly to the linker. —David


More information about the digitalmars-d-ldc mailing list