[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua Cairo binding -updated-
- From: Hakki Dogusan <dogusanh@...>
- Date: Sun, 27 May 2007 00:28:37 +0300
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