🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
563 B

  1. projectfullname = SDL_mixer
  2. projectshortname = SDL_mixer
  3. incsubdir = include
  4. wikisubdir =
  5. apiprefixregex = (SDL_|SDLK_|KMOD_|AUDIO_)
  6. mainincludefname = SDL.h
  7. versionfname = include/SDL_version.h
  8. versionmajorregex = \A\#define\s+SDL_MAJOR_VERSION\s+(\d+)\Z
  9. versionminorregex = \A\#define\s+SDL_MINOR_VERSION\s+(\d+)\Z
  10. versionpatchregex = \A\#define\s+SDL_PATCHLEVEL\s+(\d+)\Z
  11. selectheaderregex = \ASDL.*?\.h\Z
  12. projecturl = https://libsdl.org/
  13. wikiurl = https://wiki.libsdl.org
  14. bugreporturl = https://github.com/libsdl-org/sdlwiki/issues/new
  15. warn_about_missing = 0