Add SDL-2.0.1.

This commit is contained in:
rude
2013-11-02 11:34:29 +01:00
parent 8991bc2102
commit bf9c6f54e3
885 changed files with 316391 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
find . -type d -name 'Debug' -exec rm -rv {} \;
find . -type d -name 'Release' -exec rm -rv {} \;
find . -type f -name '*.user' -exec rm -v {} \;
find . -type f -name '*.ncb' -exec rm -v {} \;
find . -type f -name '*.suo' -exec rm -v {} \;