|
On 5/6/07, Edward Mitchell <emitchell@ieee.org> wrote:
to create an include file with the Lua byte code. I had to use the $(InputFileName) macro for myLua.lib source since if I used the $(InputPath) the backslash escapes from the Windows paths screwed up the strings in the include file. I suppose I could have changed the bin2c.lua but I'd always prefer to leave well alone.
Yes, this is a bug. It's been fixed now though and thanks for reporting it. :) http://lua-users.org/wiki/BinTwoCee -Mark