]> git.jsancho.org Git - lugaru.git/commitdiff
Fixed paths for MinGW SDL libraries
authorNeal Gompa <ngompa13@gmail.com>
Fri, 14 May 2010 02:46:12 +0000 (21:46 -0500)
committerNeal Gompa <ngompa13@gmail.com>
Fri, 14 May 2010 02:46:12 +0000 (21:46 -0500)
Dependencies/SDL12/lib/win32/mingw/SDL.dll [new file with mode: 0755]
Dependencies/SDL12/lib/win32/mingw/libSDL.dll.a [new file with mode: 0755]
Dependencies/SDL12/lib/win32/mingw/libSDL.la [new file with mode: 0755]
Dependencies/SDL12/lib/win32/mingw/libSDLmain.a [new file with mode: 0644]
Dependencies/SDL12/lib/win32/mingw32/SDL.dll [deleted file]
Dependencies/SDL12/lib/win32/mingw32/libSDL.dll.a [deleted file]
Dependencies/SDL12/lib/win32/mingw32/libSDL.la [deleted file]
Dependencies/SDL12/lib/win32/mingw32/libSDLmain.a [deleted file]

diff --git a/Dependencies/SDL12/lib/win32/mingw/SDL.dll b/Dependencies/SDL12/lib/win32/mingw/SDL.dll
new file mode 100755 (executable)
index 0000000..49f8aa0
Binary files /dev/null and b/Dependencies/SDL12/lib/win32/mingw/SDL.dll differ
diff --git a/Dependencies/SDL12/lib/win32/mingw/libSDL.dll.a b/Dependencies/SDL12/lib/win32/mingw/libSDL.dll.a
new file mode 100755 (executable)
index 0000000..64772b0
Binary files /dev/null and b/Dependencies/SDL12/lib/win32/mingw/libSDL.dll.a differ
diff --git a/Dependencies/SDL12/lib/win32/mingw/libSDL.la b/Dependencies/SDL12/lib/win32/mingw/libSDL.la
new file mode 100755 (executable)
index 0000000..4f0519f
--- /dev/null
@@ -0,0 +1,41 @@
+# libSDL.la - a libtool library file
+# Generated by ltmain.sh (GNU libtool) 2.2.6
+#
+# Please DO NOT delete this file!
+# It is necessary for linking the library.
+
+# The name that we can dlopen(3).
+dlname='../bin/SDL.dll'
+
+# Names of this library.
+library_names='libSDL.dll.a'
+
+# The name of the static archive.
+old_library='libSDL.a'
+
+# Linker flags that can not go in dependency_libs.
+inherited_linker_flags=''
+
+# Libraries that this one depends upon.
+dependency_libs=' -luser32 -lgdi32 -lwinmm -ldxguid'
+
+# Names of additional weak libraries provided by this library
+weak_library_names=''
+
+# Version information for libSDL.
+current=11
+age=11
+revision=3
+
+# Is this an already installed library?
+installed=yes
+
+# Should we warn about portability when linking against -modules?
+shouldnotlink=no
+
+# Files to dlopen/dlpreopen
+dlopen=''
+dlpreopen=''
+
+# Directory that this library needs to be installed in:
+libdir='/usr/local/lib'
diff --git a/Dependencies/SDL12/lib/win32/mingw/libSDLmain.a b/Dependencies/SDL12/lib/win32/mingw/libSDLmain.a
new file mode 100644 (file)
index 0000000..068941a
Binary files /dev/null and b/Dependencies/SDL12/lib/win32/mingw/libSDLmain.a differ
diff --git a/Dependencies/SDL12/lib/win32/mingw32/SDL.dll b/Dependencies/SDL12/lib/win32/mingw32/SDL.dll
deleted file mode 100755 (executable)
index 49f8aa0..0000000
Binary files a/Dependencies/SDL12/lib/win32/mingw32/SDL.dll and /dev/null differ
diff --git a/Dependencies/SDL12/lib/win32/mingw32/libSDL.dll.a b/Dependencies/SDL12/lib/win32/mingw32/libSDL.dll.a
deleted file mode 100755 (executable)
index 64772b0..0000000
Binary files a/Dependencies/SDL12/lib/win32/mingw32/libSDL.dll.a and /dev/null differ
diff --git a/Dependencies/SDL12/lib/win32/mingw32/libSDL.la b/Dependencies/SDL12/lib/win32/mingw32/libSDL.la
deleted file mode 100755 (executable)
index 4f0519f..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-# libSDL.la - a libtool library file
-# Generated by ltmain.sh (GNU libtool) 2.2.6
-#
-# Please DO NOT delete this file!
-# It is necessary for linking the library.
-
-# The name that we can dlopen(3).
-dlname='../bin/SDL.dll'
-
-# Names of this library.
-library_names='libSDL.dll.a'
-
-# The name of the static archive.
-old_library='libSDL.a'
-
-# Linker flags that can not go in dependency_libs.
-inherited_linker_flags=''
-
-# Libraries that this one depends upon.
-dependency_libs=' -luser32 -lgdi32 -lwinmm -ldxguid'
-
-# Names of additional weak libraries provided by this library
-weak_library_names=''
-
-# Version information for libSDL.
-current=11
-age=11
-revision=3
-
-# Is this an already installed library?
-installed=yes
-
-# Should we warn about portability when linking against -modules?
-shouldnotlink=no
-
-# Files to dlopen/dlpreopen
-dlopen=''
-dlpreopen=''
-
-# Directory that this library needs to be installed in:
-libdir='/usr/local/lib'
diff --git a/Dependencies/SDL12/lib/win32/mingw32/libSDLmain.a b/Dependencies/SDL12/lib/win32/mingw32/libSDLmain.a
deleted file mode 100644 (file)
index 068941a..0000000
Binary files a/Dependencies/SDL12/lib/win32/mingw32/libSDLmain.a and /dev/null differ