lua-users home
lua-l archive

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


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.