Using the Windows' compiler/linker how to specify a library to link?

Gary Willoughby dev at nomad.so
Sat Jan 11 04:01:47 PST 2014


I'm currently using the 32bit compiler on Windows which uses 
optlink for linking. I know the compiler command line accepts the 
-L option to pass arguments to the linker. So what i'm after is 
the correct way to pass an option to optlink to link a defined 
library.

On Linux i would use: dmd -L-Llocation -L-lmylib source.d

but on Windows?


More information about the Digitalmars-d-learn mailing list