Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: third_party/libsdl/win/README

Issue 1438003004: bring up SDL on windows (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: disable sdl Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libsdl/sdl.gypi ('k') | third_party/libsdl/win/sdl_win.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libsdl/win/README
diff --git a/third_party/libsdl/win/README b/third_party/libsdl/win/README
new file mode 100644
index 0000000000000000000000000000000000000000..605876e1df455070edac76431f04a6c67179e12b
--- /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>
« no previous file with comments | « third_party/libsdl/sdl.gypi ('k') | third_party/libsdl/win/sdl_win.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698