lua-users home
lua-l archive

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


> P.S.: BTW Gavin has posted snippets of Lua 5.2 VM code, how is it 
> possible? When I compiled Lua 5.2 beta with the standard makefile (mingw 
> target on WinXP) it didn't build luac.exe. I thought it was because of 
> the beta status, but maybe I'm missing something.

I don't know what happened but can you try this?
	make "LUAC_T=luac.exe" luac.exe

Or add the line below to the end to the block for the mingw target?
	$(MAKE) "LUAC_T=luac.exe" luac.exe