Re: How to make a static Lua?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: How to make a static Lua?
- From: steve donovan <steve.j.donovan@...>
- Date: 2016年4月18日 16:48:44 +0200
On Mon, Apr 18, 2016 at 4:44 PM, Viacheslav Usov <via.usov@gmail.com> wrote:
> And for Windows?
Sure, Windows executables can export symbols like DLLs can. With mingw
-Wl,-E makes this happen as well.