[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua 5.2 : modifying the way lua lib is built with mingw
- From: Tom N Harris <telliamed@...>
- Date: Mon, 22 Mar 2010 23:42:01 +0000
On 3/21/2010 11:12 PM, Vincent Torri wrote:
See http://sourceware.org/binutils/docs/ld/WIN32.html , section "direct
linking to a dll". It gives pro and cons of linking against a DLL and
against an import lib
Lua doesn't use aliases nor static objects, so the justifications for
import libraries don't apply. And you can't (easily) use external
modules when Lua is linked into the application.
Be glad Lua doesn't use autoconf+automake+libtool. The way it is now,
Lua is simple to integrate into any project.
That said, I think it would be nice to have a "cygwin" target.
--
- tom
telliamed@whoopdedo.org