SDL
SDL copied to clipboard
Updates and fixes to build_configs
Adds missing macro definitions to SDL_build_config.h.cmake, removes unused ones, changes unneeded @VAR@ replacements to 1s, and fixes a few little things.
Those are issues I came across while working with SDL_build_config.h.cmake for a personal project that uses CMake configuration headers, but not CMake itself.
@madebr, can you take a look at this? It mostly looks good to me, I just want a second pair of eyes on this.
@madebr, ping?
Rebased and fixed the issues:
SDL_REVISIONwill indeed always be defined, so I dropped the related commit.HAVE_LIBUNWIND_Hremoved.calloc,freeandreallocremoved fromsymbols_to_checkand_copysignand_fseeki64added to it on Windows.
Looks good, thanks!