skia2/third_party/libsdl/win/README
joshualitt dad57c8c48 bring up SDL on windows
BUG=skia:

patch from issue 1432353002 at patchset 1 (http://crrev.com/1432353002#ps1)

Review URL: https://codereview.chromium.org/1438003004
2015-11-11 13:17:06 -08:00

5 lines
205 B
Plaintext

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