[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LUA_LDIR definition in luaconf.h (bug?)
- From: Ketmar Dark <ketmar@...>
- Date: Sat, 15 Sep 2007 01:41:36 +0300
hello, Ignacio Burgueño <ignaciob@inconcertcc.com>.
On Fri, 14 Sep 2007 19:26:55 -0300
Ignacio Burgueño <ignaciob@inconcertcc.com> wrote:
> I was taking a look at luaconf.h and it seems to me that the
> definition of LUA_LDIR and LUA_CDIR under Windows are wrong.
> Now it says:
> #define LUA_LDIR "!\\lua\\"
> #define LUA_CDIR "!\\"
read the preceding comments carefully, please.
/*
** In Windows, any exclamation mark ('!') in the path is replaced by the
** path of the directory of the executable file of the current process.
*/
and then notice the "!" in definitions.