lua-users home
lua-l archive

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


Hello,

I'm trying to make a change in the declaration.lua file that is used 
by the tolua program.  It seems that the .lua files that tolua uses 
are precompiled and embedded in the C code so that the executable 
doesn't require the .lua files.

I don't know how to perform this process of embedding the scripts in 
C so that my changes take effect.  Does anyone know how to do this?

I'm really new to lua and tolua, so any help would be greatly 
appreciated.

Thanks,

Andrew