[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Building luac on Windows 7 with MinGW 4.5.2
- From: Peter Drahoš <drahosp@...>
- Date: Mon, 28 Mar 2011 20:34:33 +0200
In short,luac is linked to static library as it needs access to symbols not exported in the dll. You might consider using the LuaDist CMake package[1] on Windows.
pd