[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua dll's with MinGW
- From: Christian Bielert <cib123@...>
- Date: Thu, 4 Apr 2013 14:13:00 +0200
The .dll should go where the binary is, so it can be found without altering the PATH. With MinGW, usually static libraries(.a) go into lib/ and shared libraries(.dll) go into bin/