aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/libsdl/win/README
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libsdl/win/README')
-rw-r--r--third_party/libsdl/win/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/libsdl/win/README b/third_party/libsdl/win/README
new file mode 100644
index 0000000000..605876e1df
--- /dev/null
+++ b/third_party/libsdl/win/README
@@ -0,0 +1,4 @@
+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>