* added ABI version info for libz.so, libpng.so and libjpeg.so (hopefully, I got it right, as it is

really hard to tell from the available info)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35363 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe
2010-01-31 20:55:16 +00:00
parent 418b8758bf
commit af50956825
3 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -4,7 +4,7 @@ SetSubDirSupportedPlatformsBeOSCompatible ;
UseLibraryHeaders jpeg ; UseLibraryHeaders jpeg ;
local jpeg_files = local jpeg_files =
jaricom.c jaricom.c
jcapimin.c jcapimin.c
jcapistd.c jcapistd.c
@@ -61,6 +61,8 @@ StaticLibrary libjpeg.a :
SharedLibrary libjpeg.so : SharedLibrary libjpeg.so :
$(jpeg_files) $(jpeg_files)
:
: 8.0
; ;
BinCommand jpegtran : BinCommand jpegtran :
+2 -2
View File
@@ -5,7 +5,7 @@ AddSubDirSupportedPlatforms libbe_test ;
UseLibraryHeaders png zlib ; UseLibraryHeaders png zlib ;
local shared_files = local shared_files =
png.c png.c
pngerror.c pngerror.c
pnggccrd.c pnggccrd.c
@@ -27,6 +27,6 @@ local shared_files =
Objects $(shared_files) ; Objects $(shared_files) ;
SharedLibrary libpng.so : [ FGristFiles $(shared_files:S=.o) ] : z ; SharedLibrary libpng.so : [ FGristFiles $(shared_files:S=.o) ] : z : 1.2 : ;
StaticLibrary libpng.a : [ FGristFiles $(shared_files:S=.o) ] ; StaticLibrary libpng.a : [ FGristFiles $(shared_files:S=.o) ] ;
+1 -1
View File
@@ -21,7 +21,7 @@ local shared_files =
Objects $(shared_files) ; Objects $(shared_files) ;
SharedLibrary libz.so : [ FGristFiles $(shared_files:S=.o) ] ; SharedLibrary libz.so : [ FGristFiles $(shared_files:S=.o) ] : : 1 : 2 ;
StaticLibrary libz.a : [ FGristFiles $(shared_files:S=.o) ] ; StaticLibrary libz.a : [ FGristFiles $(shared_files:S=.o) ] ;