lua-users home
lua-l archive

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


> Note that one simple way to modify luaconf.h without actually editing it
> by hand is to *append* mods. That's what the luaconf.h in 5.1w3 does for
> USE_TMPNAME. In other words, #undef XXX, #define XXX YYY...

> 
> So, you could keep the original luaconf.h and your mods separate and simply
> append your mods to it before building.
OK,. I can handle this.

There is a significant number of redefines for win32 which is fine. luaconf
concentrates them all in one place.

db