diff options
author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2009-10-25 23:07:11 +0000 |
---|---|---|
committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2009-10-25 23:07:11 +0000 |
commit | 3e8753057670d8970c086f8344afe0979191b397 (patch) | |
tree | 37eacb238253506c1f4be3f0cae7cc01e81087bd /code/libs | |
parent | 5be1c40fe6b1248035b3ceee2b7455e70d4dfaff (diff) | |
download | ioquake3-aero-3e8753057670d8970c086f8344afe0979191b397.tar.gz ioquake3-aero-3e8753057670d8970c086f8344afe0979191b397.zip |
* Update SDL headers and win32 libs to 1.2.14
git-svn-id: svn://svn.icculus.org/quake3/trunk@1707 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/libs')
-rwxr-xr-x | code/libs/win32/libSDL.dll.a | bin | 123944 -> 123944 bytes | |||
-rwxr-xr-x | code/libs/win32/libSDL.la | 12 | ||||
-rw-r--r-- | code/libs/win32/libSDLmain.a | bin | 207032 -> 208386 bytes |
3 files changed, 9 insertions, 3 deletions
diff --git a/code/libs/win32/libSDL.dll.a b/code/libs/win32/libSDL.dll.a Binary files differindex f2523fa..64772b0 100755 --- a/code/libs/win32/libSDL.dll.a +++ b/code/libs/win32/libSDL.dll.a diff --git a/code/libs/win32/libSDL.la b/code/libs/win32/libSDL.la index 40b4192..4f0519f 100755 --- a/code/libs/win32/libSDL.la +++ b/code/libs/win32/libSDL.la @@ -1,5 +1,5 @@ # libSDL.la - a libtool library file -# Generated by ltmain.sh - GNU libtool 1.5.22 (1.1220.2.365 2005/12/18 22:14:06) +# Generated by ltmain.sh (GNU libtool) 2.2.6 # # Please DO NOT delete this file! # It is necessary for linking the library. @@ -13,13 +13,19 @@ 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=1 +revision=3 # Is this an already installed library? installed=yes @@ -32,4 +38,4 @@ dlopen='' dlpreopen='' # Directory that this library needs to be installed in: -libdir='/Users/hercules/tmp/SDL-1.2.12/lib' +libdir='/usr/local/lib' diff --git a/code/libs/win32/libSDLmain.a b/code/libs/win32/libSDLmain.a Binary files differindex a628ec4..068941a 100644 --- a/code/libs/win32/libSDLmain.a +++ b/code/libs/win32/libSDLmain.a |