develooper Front page | perl.perl5.porters | Postings from June 2013

Re: Include the Win32 extension in the ALL_STATIC build on Win32

Thread Previous
From:
Steve Hay
Date:
June 8, 2013 00:19
Subject:
Re: Include the Win32 extension in the ALL_STATIC build on Win32
Message ID:
CADED=K6Y50A_E1C2wBWkgxtwsBYRcFfAXMgM+r=xxRFhq_LZwA@mail.gmail.com
On 8 June 2013 01:03, Steve Hay <steve.m.hay@googlemail.com> wrote:
> I've just double-checked my results with two fresh builds, both with
> ALL_STATIC=define (that builds a regular
> perl.exe+perl519.dll+perl519.lib as well as the extra
> perl-static.exe+perl519s.lib)

Actually, I think that isn't quite right: ALL_STATIC=define links all
extensions statically into perl519.dll as well as into perl-static.exe
(and perl519s.lib), so the perl.exe+perl519.dll+perl519.lib there is
not a regular build after all.

But that doesn't invalidate my finding that __declspec(dllexport)
alone seems to work on .exes but not .dlls.

Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About