joshualitt | dad57c8 | 2015-11-11 13:17:06 -0800 | [diff] [blame] | 1 | There is no autogenerated SDL_config.h on windows. Build using visual |
2 | studio to get the list of files, then use the following command from | ||||
3 | the sdl folder: | ||||
4 | find . -type f -print | fgrep -f <list_of_files> |