From e9d273f7b0544b03e4d73e1078b2755fef0e05f7 Mon Sep 17 00:00:00 2001 From: /dev/humancontroller Date: Sat, 28 Mar 2015 01:21:52 +0100 Subject: remove most libraries from the source tree --- src/libs/win32/SDL.dll | Bin 1592921 -> 0 bytes src/libs/win32/SDL2.dll | Bin 4618565 -> 0 bytes src/libs/win32/libSDL.a | Bin 1531146 -> 0 bytes src/libs/win32/libSDL2.a | Bin 6157810 -> 0 bytes src/libs/win32/libSDL2.dll.a | Bin 344564 -> 0 bytes src/libs/win32/libSDL2main.a | Bin 7558 -> 0 bytes src/libs/win32/libcurl.a | Bin 385192 -> 0 bytes 7 files changed, 0 insertions(+), 0 deletions(-) delete mode 100755 src/libs/win32/SDL.dll delete mode 100755 src/libs/win32/SDL2.dll delete mode 100644 src/libs/win32/libSDL.a delete mode 100644 src/libs/win32/libSDL2.a delete mode 100644 src/libs/win32/libSDL2.dll.a delete mode 100644 src/libs/win32/libSDL2main.a delete mode 100644 src/libs/win32/libcurl.a (limited to 'src/libs/win32') diff --git a/src/libs/win32/SDL.dll b/src/libs/win32/SDL.dll deleted file mode 100755 index 7e09169c..00000000 Binary files a/src/libs/win32/SDL.dll and /dev/null differ diff --git a/src/libs/win32/SDL2.dll b/src/libs/win32/SDL2.dll deleted file mode 100755 index b4397f61..00000000 Binary files a/src/libs/win32/SDL2.dll and /dev/null differ diff --git a/src/libs/win32/libSDL.a b/src/libs/win32/libSDL.a deleted file mode 100644 index 0b2291f9..00000000 Binary files a/src/libs/win32/libSDL.a and /dev/null differ diff --git a/src/libs/win32/libSDL2.a b/src/libs/win32/libSDL2.a deleted file mode 100644 index d1b5f45d..00000000 Binary files a/src/libs/win32/libSDL2.a and /dev/null differ diff --git a/src/libs/win32/libSDL2.dll.a b/src/libs/win32/libSDL2.dll.a deleted file mode 100644 index d2a593bc..00000000 Binary files a/src/libs/win32/libSDL2.dll.a and /dev/null differ diff --git a/src/libs/win32/libSDL2main.a b/src/libs/win32/libSDL2main.a deleted file mode 100644 index 1c85e5ac..00000000 Binary files a/src/libs/win32/libSDL2main.a and /dev/null differ diff --git a/src/libs/win32/libcurl.a b/src/libs/win32/libcurl.a deleted file mode 100644 index eef9dc72..00000000 Binary files a/src/libs/win32/libcurl.a and /dev/null differ -- cgit