lua-users home
lua-l archive

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


hmm.  The standard lua 5.1.1 distro makes lua51.dll when I do make
mingw from cygwin.

wes

On 3/25/07, Shmuel Zeigerman <shmuz@actcom.co.il> wrote:
Wesley Smith wrote:
> I've released luaODE 0.3 and it's now available on sourceforge
> (http://sourceforge.net/projects/luaode/).  There is now a windows
> build and a Visual Studio project for creating the dll module.  For
> convenience sake, I've also included a Visual Studio project for Lua
> itself for building lua as a dll which is required to build luaODE.
> If you don't want to go to the trouble, a lua51.dll is provided.  On

I'd recommend to rebuild ode.dll to be linked with lua5.1.dll
(note an extra dot) as it seems to become the de-facto standard.

--
Shmuel