[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.1.2-rc1 now available
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 23 Mar 2007 17:00:59 -0300
> In the top level makefile, the value for R is still 5.1.1.
Oops, thanks. Will be fixed for rc2 soon.
> Something like this can be used to compile a static luac.exe:
>
> mingw:
> $(MAKE) "LUA_A=lua51.dll" "LUA_T=lua.exe" \
> "AR=$(CC) -shared -o" "RANLIB=strip --strip-unneeded" \
> "MYCFLAGS=-DLUA_BUILD_AS_DLL" "MYLIBS=" "MYLDFLAGS=-s" lua.exe
> $(MAKE) mingwc
>
> mingwc:
> $(MAKE) "LUAC_T=luac.exe" luac.exe
Thanks. Anyone knows a simpler way?
--lhf