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
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
#
# Print the current source revision, if available
# FIXME: this prints the tip, which isn't useful if you're on a different
# branch, or just not sync'd to the tip.
hg tip --template 'hg-{rev}:{node|short}' || (echo "hg-0:baadf00d"; exit 1)