Skip to content

create DEF files for all built DLLs #16

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions