lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Sun, Sep 25, 2016 at 10:04 AM, Michal Kottman <k0mpjut0r@gmail.com> wrote:
> FWIW if you only have the .dll (and not the .lib), it is possible to create
> an import library for it: http://www.mingw.org/wiki/createimportlibraries

Plus, mingw is clever enough to link _directly_ against the DLL, but I
don't know if Luarocks supports this.