Skip to content

Commit

Permalink
- Restore old SDL2 static libs, due to static linking problems of the…
Browse files Browse the repository at this point in the history
… newer SDL2 static libs with the FPC-own linker
  • Loading branch information
BeRo1985 committed May 27, 2018
1 parent 6dd8a07 commit bf3ed6b
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
Binary file modified libs/sdl20win32/SDL2.dll
Binary file not shown.
Binary file modified libs/sdl20win32/libSDL2.a
Binary file not shown.
Binary file modified libs/sdl20win32/libSDL2.dll.a
Binary file not shown.
12 changes: 6 additions & 6 deletions libs/sdl20win32/libSDL2.la
Expand Up @@ -5,7 +5,7 @@
# It is necessary for linking the library.

# The name that we can dlopen(3).
dlname='SDL2.dll'
dlname='../bin/SDL2.dll'

# Names of this library.
library_names='libSDL2.dll.a'
Expand All @@ -23,12 +23,12 @@ dependency_libs=' -ldinput8 -ldxguid -ldxerr8 -luser32 -lgdi32 -lwinmm -limm32 -
weak_library_names=''

# Version information for libSDL2.
current=4
age=4
revision=1
current=1
age=1
revision=0

# Is this an already installed library?
installed=no
installed=yes

# Should we warn about portability when linking against -modules?
shouldnotlink=no
Expand All @@ -38,4 +38,4 @@ dlopen=''
dlpreopen=''

# Directory that this library needs to be installed in:
libdir='/usr/local/cross-tools/i686-w64-mingw32/lib'
libdir='/Users/slouken/release/SDL/SDL2-2.0.1/i686-w64-mingw32/lib'
Binary file modified libs/sdl20win32/libSDL2main.a
Binary file not shown.
Binary file removed libs/sdl20win32/libcbullet.a
Binary file not shown.
Binary file modified libs/sdl20win64/SDL2.dll
Binary file not shown.
Binary file modified libs/sdl20win64/libSDL2.a
Binary file not shown.
Binary file modified libs/sdl20win64/libSDL2.dll.a
Binary file not shown.
12 changes: 6 additions & 6 deletions libs/sdl20win64/libSDL2.la
Expand Up @@ -5,7 +5,7 @@
# It is necessary for linking the library.

# The name that we can dlopen(3).
dlname='SDL2.dll'
dlname='../bin/SDL2.dll'

# Names of this library.
library_names='libSDL2.dll.a'
Expand All @@ -23,12 +23,12 @@ dependency_libs=' -ldinput8 -ldxguid -ldxerr8 -luser32 -lgdi32 -lwinmm -limm32 -
weak_library_names=''

# Version information for libSDL2.
current=4
age=4
revision=1
current=1
age=1
revision=0

# Is this an already installed library?
installed=no
installed=yes

# Should we warn about portability when linking against -modules?
shouldnotlink=no
Expand All @@ -38,4 +38,4 @@ dlopen=''
dlpreopen=''

# Directory that this library needs to be installed in:
libdir='/usr/local/cross-tools/x86_64-w64-mingw32/lib'
libdir='/Users/slouken/release/SDL/SDL2-2.0.1/x86_64-w64-mingw32/lib'
Binary file modified libs/sdl20win64/libSDL2main.a
Binary file not shown.
Binary file removed libs/sdl20win64/libcbullet.a
Binary file not shown.

0 comments on commit bf3ed6b

Please sign in to comment.