Add SDL2_image 2.0.0.

This commit is contained in:
rude
2013-12-11 20:17:31 +01:00
parent 2e66cdf410
commit e9b8993261
41 changed files with 45077 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
#
aclocal -I acinclude
automake --foreign --include-deps --add-missing --copy
autoconf
#./configure $*
echo "Now you are ready to run ./configure"