1There is no autogenerated SDL_config.h on windows. Build using visual 2studio to get the list of files, then use the following command from 3the sdl folder: 4find . -type f -print | fgrep -f <list_of_files> 5