lua-users home
lua-l archive

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



Yes, the script had:

CreateAmalgamation(PREFIX.."lua.h", { "lua.h", "lauxlib.h", "lualib.h"})

I'm just double checking that there's no performance reason to make all three under the same file. Maybe this is vague and I should shut up?

-asko


dcharno kirjoitti 15.2.2009 kello 20:40:

Asko Kauppi wrote:
Why exactly are you merging together the headers as well? That is for "ease of use" (which is questionable), not for speed, right?

You mean lua.h, lauxlib.h, and lualib.h?