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

Simplify DLL creation #33

Open
jdm opened this issue Sep 12, 2019 · 0 comments
Open

Simplify DLL creation #33

jdm opened this issue Sep 12, 2019 · 0 comments

Comments

@jdm
Copy link
Member

jdm commented Sep 12, 2019

Based on https://stackoverflow.com/questions/2384932/converting-static-link-library-to-dynamic-dll, we should be able to avoid building all of the source files twice when building a static library as well as a DLL. Given the overlap between the source files for libANGLE and the other static libraries, it seems like it should be possible to filter out any duplicates and just link to libANGLE while building instead, as well.

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

No branches or pull requests

1 participant