[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua Makefiles
- From: "Andrew Wilson" <agrwagrw@...>
- Date: Fri, 8 Aug 2008 09:32:34 -0400
Abhinav, It seems like a good decision to remove -DLUA_BUILD_AS_DLL,
if you look in luaconf.h it shows what LUA_BUILD_AS_DLL does (it
defines LUA_API as exported functions). But since it's your project
the answer depends on your project needs, in general the question is
too generic be answered here. Andrew
On Wed, Aug 6, 2008 at 10:39 PM, Abhinav Lele <abhinav.lele@gmail.com> wrote:
> Hi,
>
> I am using Lua 5.1.3 in one of my projects.
>
> I want to link statically to lua and I am using mingw to compile all my
> code.
> Is removing -DLUA_BUILD_AS_DLL from the makefile a good decision ??
>
>
> -Abhinav
>