[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Lua dll's with MinGW
- From: Thijs Schreijer <thijs@...>
- Date: Thu, 4 Apr 2013 11:55:32 +0000
> -----Original Message-----
> From: lua-l-bounces@lists.lua.org [mailto:lua-l-bounces@lists.lua.org] On
> Behalf Of Luiz Henrique de Figueiredo
> Sent: donderdag 4 april 2013 13:09
> To: Lua mailing list
> Subject: Re: Lua dll's with MinGW
>
> > I build Lua from source on Win7, 32bit, using;
> > make mingw
> > make install INSTALL_TOP=c:/users/public/lua/5.1
>
> You need to set these as well:
> TO_BIN="lua.exe luac.exe"
> TO_LIB=lua51.dll
Thanks. But shouldn't the dll go into BIN instead of LIB ?