lua-users home
lua-l archive

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


> %MYLINK% /out:luac.exe *.obj

I wonder why this is not as below, which was what I meant:

%MYLINK% /out:luac.exe luac.obj lua54.lib

Is it because lua54.lib is affected by /DLUA_BUILD_AS_DLL ? Indeed,
luac.exe needs to be statically linked.

Anyway, the luaP_opmodes glitch will be fixed for the final Lua 5.4.0
release. Thanks for the report.