libsdl-org/SDL_image

2.7.1 prerelease: windows optional dlls doesn't match git

sezero opened this issue · 2 comments

@slouken: Took SDL2_image-2.7.1-win32-x64.zip and SDL2_image-2.7.1-win32-x86.zip from 2.7.1 prerelease, the optional dlls doesn't seem to match the ones in git SDL2 branch. The file sizes are the same, but binary comparison shows small differences. E.g. compare hexdump -C outputs.

That's because they are stripped. I changed the release process not to strip the DLLs that are in the VisualC directory, assuming that they're already stripped.

Yes, the ones in git are already stripped