[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: LuaJIT library syncing
- From: "Andrew Wilson" <agrwagrw@...>
- Date: Thu, 18 Dec 2008 16:22:08 -0500
I've compiled LuaJit with MSVC 2005, and it seems to work with
standard 5.1.4 MSVC 8 runtime, the same runtime which Lua for Windows
uses, the only change necessary was removing function call
LUAJIT_VERSION_SYM(); from LuaJIT's lua.c that was added to guarantee
using synced 5.1.4 libraries.
Mike Pall or any other LuaJit expert:
Can LUAJIT_VERSION_SYM(); call safely be removed from LuaJIT's lua.c
file if you know you've supplied correct .dll & other binaries as in
Lua for Windows distribution?
Andrew Wilson