diff --git a/ANNOUNCE b/ANNOUNCE index 58ccc5ae..30a3ca44 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -110,6 +110,8 @@ version 1.2.41beta12 [November 2, 2009] Free png_ptr->user_png_ver when destroying png_ptr. version 1.2.41beta13 [November 2, 2009] + Updated scripts/pngw32.def + Patched ltmain.sh for wince support. Send comments/corrections/commendations to png-mng-implement at lists.sf.net diff --git a/CHANGES b/CHANGES index eb0395f3..d035d36c 100644 --- a/CHANGES +++ b/CHANGES @@ -2540,6 +2540,8 @@ version 1.2.41beta12 [November 2, 2009] Free png_ptr->user_png_ver when destroying png_ptr. version 1.2.41beta13 [November 2, 2009] + Updated scripts/pngw32.def + Patched ltmain.sh for wince support. Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/ltmain.sh b/ltmain.sh index b36c4ad3..4c5f420d 100644 --- a/ltmain.sh +++ b/ltmain.sh @@ -2560,7 +2560,7 @@ func_win32_libid () ;; *ar\ archive*) # could be an import, or static if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | - $EGREP 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then + $EGREP 'file format (pe-i386(.*architecture: i386)?|pe-arm-wince)' >/dev/null ; then win32_nmres=`eval $NM -f posix -A $1 | $SED -n -e ' 1,100{ diff --git a/scripts/pngw32.def b/scripts/pngw32.def index fd15e8bb..87263d5f 100644 --- a/scripts/pngw32.def +++ b/scripts/pngw32.def @@ -238,14 +238,14 @@ EXPORTS png_get_uint_31 @206 png_set_expand_gray_1_2_4_to_8 @207 ; Added at version 1.2.41 - png_write_sig @207 - png_benign_error @208 - png_benign_chunk_error @209 - png_set_benign_error @210 - png_get_io_chunk_name @211 - png_get_io_state @212 - png_set_premultiply_alpha @213 - png_get_chunk_cache_max @214 - png_set_chunk_cache_max @215 - png_check_cHRM_fixed @216 - png_calloc @217 + png_write_sig @208 + png_benign_error @209 + png_benign_chunk_error @210 + png_set_benign_error @211 + png_get_io_chunk_name @212 + png_get_io_state @213 + png_set_premultiply_alpha @214 + png_get_chunk_cache_max @215 + png_set_chunk_cache_max @216 + png_check_cHRM_fixed @217 + png_calloc @218