mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-17 03:28:57 +00:00
The objfiles of different builds show various differences in the calls to SDL_DYNAPI_entry elements. This is generated dynamically by gendynapi.pl which uses an unordered opendir/readdir pair. To make the build reproducible and thereby e.g. debugging easier change this to be used in an ordered fashion. Fixes #11565. |
||
|---|---|---|
| .. | ||
| gendynapi.pl | ||
| SDL2.exports | ||
| SDL_dynapi.c | ||
| SDL_dynapi.h | ||
| SDL_dynapi_overrides.h | ||
| SDL_dynapi_procs.h | ||