Skip to content

Add support for Windows import libraries #251

@jakepetroules

Description

@jakepetroules

On Windows, you don't link against a DLL (dynamic library) directly, but instead link against a counterpart "import library" (.lib).

The linker produces these alongside the DLL when linking a dynamic library. We should make sure the dependency graph is aware of their existence and dependency relationships to other tasks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    windowsSupport for the Windows platform

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions