libsdl-org / SDL_image

Image decoding for many popular formats for Simple Directmedia Layer.
zlib License
559 stars 182 forks source link

2.7.1 prerelease: windows optional dlls doesn't match git #401

Closed sezero closed 10 months ago

sezero commented 10 months ago

@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.

slouken commented 10 months ago

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.

sezero commented 10 months ago

Yes, the ones in git are already stripped