Nuke extern libz as mingw-64 packs in a libz and it causes issues with libpng

This commit is contained in:
Ben "root" Anderson
2013-10-29 23:58:52 -05:00
parent 62313006c1
commit a5eb4376ae
11 changed files with 2 additions and 1783 deletions
-1768
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -17,7 +17,7 @@ old_library='libpng16.a'
inherited_linker_flags=''
# Libraries that this one depends upon.
dependency_libs=' -L/home/roothorick/stepmania/extern/for_mingw/lib -lz'
dependency_libs=' -lz'
# Names of additional weak libraries provided by this library
weak_library_names=''
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -17,7 +17,7 @@ old_library='libpng16.a'
inherited_linker_flags=''
# Libraries that this one depends upon.
dependency_libs=' -L/home/roothorick/stepmania/extern/for_mingw/lib -lz'
dependency_libs=' -lz'
# Names of additional weak libraries provided by this library
weak_library_names=''
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
-13
View File
@@ -1,13 +0,0 @@
prefix=/usr/local
exec_prefix=/usr/local
libdir=lib
sharedlibdir=lib
includedir=include
Name: zlib
Description: zlib compression library
Version: 1.2.8
Requires:
Libs: -L${libdir} -L${sharedlibdir} -lz
Cflags: -I${includedir}