Skip to content

is there a way to reference to a SDL2d.dll as a shared library when compiled in DEBUG? #1172

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

Open
Raffaello opened this issue Nov 30, 2021 · 2 comments

Comments

@Raffaello
Copy link

Is there a way to load a shared library with a debug postfix when in DEBUG compilation?
So it would be possible to have different naming for shared library and easier to identify them?

in this case for x64-windows is it possible to configure to look for a SDL2d.dll library instead of SDL2.dll ?

@Cobrand
Copy link
Member

Cobrand commented Nov 30, 2021

There is no easy way currently, but there is demand for it since this has been asked in the past.

@waych
Copy link
Contributor

waych commented Dec 4, 2021

See PR #1092 for an implementation that builds the debug version incl. on Windows when using "bundled".

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

3 participants