lua-users home
lua-l archive

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


Hi,

Luiz Henrique de Figueiredo wrote:
local cairo = require 'lcario'

It'd be better if the module was named 'cairo' not 'lcairo' (it's a typo
in the line above, right?). lcairo.c may be the name of the C module but
the .so/.dll is named cairo.so, no lcairo.so.



I don't know why but, my fingers like to type cario :(

Funny, I renamed luacairo to lcairo like your libraries :)
ex:
MYNAME= pdf
MYLIB= l$(MYNAME)

And, I think naming it as cairo.dll/.so would be risky?


--
Regards,
Hakki Dogusan