Skip to content

Generate standalone libs so that projects can link without the Windows SDK #144

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

Closed
wants to merge 2 commits into from

Conversation

kennykerr
Copy link
Collaborator

Fixes #142

panic!("Unsupported target");
};

let lib = cc::windows_registry::find_tool(&target, "lib.exe").expect("lib.exe not found");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm assuming lib.exe would not be there if VS build tools aren't installed? Perhaps we could make a nice error message pointing people where to install them?

@kennykerr
Copy link
Collaborator Author

Going to simplify this and avoid generating libs as doing so for x86 is doable but quite problematic.

@kennykerr kennykerr closed this May 19, 2020
@rylev rylev deleted the kennykerr-lib branch June 9, 2020 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generate standalone libs so that projects can link without the Windows SDK
2 participants