From: Neal Gompa Date: Fri, 14 May 2010 02:46:12 +0000 (-0500) Subject: Fixed paths for MinGW SDL libraries X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;h=ff851940a3258fe361ad4796abacbfb6494a9589;p=lugaru.git Fixed paths for MinGW SDL libraries --- diff --git a/Dependencies/SDL12/lib/win32/mingw/SDL.dll b/Dependencies/SDL12/lib/win32/mingw/SDL.dll new file mode 100755 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 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 index 0000000..4f0519f --- /dev/null +++ b/Dependencies/SDL12/lib/win32/mingw/libSDL.la @@ -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 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 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 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 index 4f0519f..0000000 --- a/Dependencies/SDL12/lib/win32/mingw32/libSDL.la +++ /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 index 068941a..0000000 Binary files a/Dependencies/SDL12/lib/win32/mingw32/libSDLmain.a and /dev/null differ