Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Windows import libraries #251

Open
jakepetroules opened this issue Mar 5, 2025 · 0 comments
Open

Add support for Windows import libraries #251

jakepetroules opened this issue Mar 5, 2025 · 0 comments
Labels
windows Support for the Windows platform

Comments

@jakepetroules
Copy link
Collaborator

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.

@jakepetroules jakepetroules added the windows Support for the Windows platform label Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
windows Support for the Windows platform
Projects
None yet
Development

No branches or pull requests

1 participant