lua-users home
lua-l archive

Re: LUA_LDIR definition in luaconf.h (bug?)

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


hello, Ignacio Burgueño <ignaciob@inconcertcc.com>.
On 2007年9月14日 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.

AltStyle によって変換されたページ (->オリジナル) /