Additional path for libs

Andrej Mitrovic andrej.mitrovich at gmail.com
Wed Feb 23 20:01:58 PST 2011


One more thing:

If your lib files are relative to your current working directory, then
you can just pass them to DMD. E.g. if your lib file is under the
subdir folder of your current working dir you can just use:

dmd main.d subdir\mylibfile.lib

But maybe you knew that already.


More information about the Digitalmars-d-learn mailing list