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

Update SDL2 and move to using submodules #7

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

hugglesfox
Copy link

Updates the SDL2 headers to the latest version which I've through converting them to submodules. The benefits of this being that only the .gitmodules file needs to be modified to update the sdl versions (as apposed to copy/pasting the header files from each SDL project). This does come at the drawback that all of the SDL project files are cloned down via the submodules however they are shallowly cloned (only the latest commit) and recursion is disabled.

Tested on windows. Not tested on Mac

Additionally update the SDL lib versions to latest stable.

Note that SDL_gfx is hosted on sourceforge (not git) and therefore the
source tree is directly bundled.
Originally it was bundled with the SDL_image headers
This reduces the download size as git just gets the latest commit
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.

1 participant