lua-users home
lua-l archive

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


> I build Lua from source on Win7, 32bit, using;
>    make mingw
>    make install INSTALL_TOP=c:/users/public/lua/5.1

You need to set these as well:
	TO_BIN="lua.exe luac.exe"
	TO_LIB=lua51.dll