lua-users home
lua-l archive

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


> 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