lua-users home
lua-l archive

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


Hey,

I've downloaded lua-5.2.0-work2.tar.gz and I have remarked that the name of the DLL that is generated is lua51.dll and not lua52.dll. It's just a matter of changing "LUA_A=lua51.dll" to "LUA_A=lua52.dll" in src/Makefile

Also, I have searched in the whole tarball and i didn't see any .pc file. Is it normal ?

thank you