fheroes2
fheroes2 copied to clipboard
Remove dependency on SDL for tools on Visual Studio
Preliminary checks
- [X] I've checked that there aren't other open issues on the same topic.
Describe the problem requiring a solution
We removed a lot of dependencies from SDL in the past. Most of tools do not use SDL related code at all so we need to build them without such dependency. This is required for further steps towards simplification of artists work setup.
Describe the possible solution
Remove SDL dependency on Visual Studio projects for tools.
Additional info
No response
Hi @ihhub If the problem is only to give artists access to tools without the need for artists to build them, then we can just pack them additionally into a ZIP file, because we currently build them anyway.
Closing this issue as we fixed it in a different manner.