[devel] Revised Makefile.am to use libpng.sys while building libpng.so

so that only PNG_EXPORT functions are exported.
This commit is contained in:
Glenn Randers-Pehrson
2009-11-12 07:03:54 -06:00
parent bdbade92a7
commit 197c2f3244
13 changed files with 365 additions and 190 deletions

View File

@@ -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)?|pe-arm-wince)' >/dev/null ; then
$EGREP 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then
win32_nmres=`eval $NM -f posix -A $1 |
$SED -n -e '
1,100{