[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [patch] dynamically link liblua to luac
- From: "pan shizhu" <pan.shizhu@...>
- Date: Sun, 7 Dec 2008 14:08:22 +0800
A good solution, but I think luac is simply not needed at all. you can check the directory named "test" in lua source and found a luac.lua which does exactly what luac does.
So my work around is: once you have lua.exe you don't need luac.exe at all, just use luac.lua to do what you want.
Sincerely
Pan, Shi Zhu