From 57e0583885b51fb736589f6187facfcfb9d06a67 Mon Sep 17 00:00:00 2001 From: MAN-AT-ARMS Date: Sat, 8 Mar 2014 22:00:38 -0500 Subject: Update SDL2 to 2.0.2 --- src/libs/macosx/libSDL2-2.0.0.dylib | Bin 3774936 -> 4504388 bytes src/libs/macosx/libSDL2main.a | Bin 10892 -> 10892 bytes src/libs/win32/SDL2.dll | Bin 0 -> 4611029 bytes src/libs/win32/libSDL2.a | Bin 3987462 -> 6149078 bytes src/libs/win32/libSDL2.dll | Bin 3541318 -> 0 bytes src/libs/win32/libSDL2.dll.a | Bin 330542 -> 344564 bytes src/libs/win32/libSDL2main.a | Bin 6408 -> 7554 bytes src/libs/win64/SDL264.dll | Bin 0 -> 6157282 bytes src/libs/win64/libSDL2.a | Bin 5143320 -> 0 bytes src/libs/win64/libSDL2.dll | Bin 4676228 -> 0 bytes src/libs/win64/libSDL2.dll.a | Bin 322276 -> 0 bytes src/libs/win64/libSDL264.a | Bin 0 -> 7794730 bytes src/libs/win64/libSDL264.dll.a | Bin 0 -> 337996 bytes src/libs/win64/libSDL264main.a | Bin 0 -> 9108 bytes src/libs/win64/libSDL2main.a | Bin 8000 -> 0 bytes 15 files changed, 0 insertions(+), 0 deletions(-) create mode 100755 src/libs/win32/SDL2.dll delete mode 100755 src/libs/win32/libSDL2.dll create mode 100755 src/libs/win64/SDL264.dll delete mode 100644 src/libs/win64/libSDL2.a delete mode 100755 src/libs/win64/libSDL2.dll delete mode 100644 src/libs/win64/libSDL2.dll.a create mode 100644 src/libs/win64/libSDL264.a create mode 100644 src/libs/win64/libSDL264.dll.a create mode 100644 src/libs/win64/libSDL264main.a delete mode 100644 src/libs/win64/libSDL2main.a (limited to 'src/libs') diff --git a/src/libs/macosx/libSDL2-2.0.0.dylib b/src/libs/macosx/libSDL2-2.0.0.dylib index 20baaa65..8e169810 100755 Binary files a/src/libs/macosx/libSDL2-2.0.0.dylib and b/src/libs/macosx/libSDL2-2.0.0.dylib differ diff --git a/src/libs/macosx/libSDL2main.a b/src/libs/macosx/libSDL2main.a index 514a169f..f04a4244 100644 Binary files a/src/libs/macosx/libSDL2main.a and b/src/libs/macosx/libSDL2main.a differ diff --git a/src/libs/win32/SDL2.dll b/src/libs/win32/SDL2.dll new file mode 100755 index 00000000..41108f2c Binary files /dev/null and b/src/libs/win32/SDL2.dll differ diff --git a/src/libs/win32/libSDL2.a b/src/libs/win32/libSDL2.a index c6623941..43c04551 100644 Binary files a/src/libs/win32/libSDL2.a and b/src/libs/win32/libSDL2.a differ diff --git a/src/libs/win32/libSDL2.dll b/src/libs/win32/libSDL2.dll deleted file mode 100755 index b40364de..00000000 Binary files a/src/libs/win32/libSDL2.dll and /dev/null differ diff --git a/src/libs/win32/libSDL2.dll.a b/src/libs/win32/libSDL2.dll.a index ccf67297..7e1f3ebf 100644 Binary files a/src/libs/win32/libSDL2.dll.a and b/src/libs/win32/libSDL2.dll.a differ diff --git a/src/libs/win32/libSDL2main.a b/src/libs/win32/libSDL2main.a index e31d0ba7..7419a7dd 100644 Binary files a/src/libs/win32/libSDL2main.a and b/src/libs/win32/libSDL2main.a differ diff --git a/src/libs/win64/SDL264.dll b/src/libs/win64/SDL264.dll new file mode 100755 index 00000000..d79caa80 Binary files /dev/null and b/src/libs/win64/SDL264.dll differ diff --git a/src/libs/win64/libSDL2.a b/src/libs/win64/libSDL2.a deleted file mode 100644 index c7e762fb..00000000 Binary files a/src/libs/win64/libSDL2.a and /dev/null differ diff --git a/src/libs/win64/libSDL2.dll b/src/libs/win64/libSDL2.dll deleted file mode 100755 index 7bc2fbc5..00000000 Binary files a/src/libs/win64/libSDL2.dll and /dev/null differ diff --git a/src/libs/win64/libSDL2.dll.a b/src/libs/win64/libSDL2.dll.a deleted file mode 100644 index 5b132612..00000000 Binary files a/src/libs/win64/libSDL2.dll.a and /dev/null differ diff --git a/src/libs/win64/libSDL264.a b/src/libs/win64/libSDL264.a new file mode 100644 index 00000000..05b86da8 Binary files /dev/null and b/src/libs/win64/libSDL264.a differ diff --git a/src/libs/win64/libSDL264.dll.a b/src/libs/win64/libSDL264.dll.a new file mode 100644 index 00000000..471c6643 Binary files /dev/null and b/src/libs/win64/libSDL264.dll.a differ diff --git a/src/libs/win64/libSDL264main.a b/src/libs/win64/libSDL264main.a new file mode 100644 index 00000000..3f0338b4 Binary files /dev/null and b/src/libs/win64/libSDL264main.a differ diff --git a/src/libs/win64/libSDL2main.a b/src/libs/win64/libSDL2main.a deleted file mode 100644 index f22073c9..00000000 Binary files a/src/libs/win64/libSDL2main.a and /dev/null differ -- cgit