Skip to content

create DEF files for all built DLLs #16

@jonforums

Description

@jonforums

The DEF files ease use of the mingw created DLLs by VC++ compilers by allowing one to create a VC++ compatible import lib for the DLL via lib /def:some.def.

Hijack the appropriate envar (LDFLAGS?) to pass an appropriate -Wl,--output-def,${libname}.def during build.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions