Linking to a library via the linker on Windows?
Jeremy DeHaan
dehaan.jeremiah at gmail.com
Tue Nov 19 23:18:57 PST 2013
Like I said in the title, this is related to Windows. Basically,
I'm looking to put a command line together to keep things
consistent between Windows, OSX and Linux.
On OSX and Linux I would do -L-lLibraryName, but is there
something similar that one can do on Windows? Or do I have to add
LibraryName.lib to the file list? Just wondering!
More information about the Digitalmars-d-learn
mailing list