mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[master] Add .dll.a to symlinks installed by Makefile.am (Yaakov)
This commit is contained in:
parent
e734eba51e
commit
0311f5412e
5
ANNOUNCE
5
ANNOUNCE
@ -54,10 +54,13 @@ version 1.4.4beta05 [August 6, 2010]
|
|||||||
Removed unused png_mem_* defines from pngconf.h.
|
Removed unused png_mem_* defines from pngconf.h.
|
||||||
Correct use of _WINDOWS_ in pngconf.h
|
Correct use of _WINDOWS_ in pngconf.h
|
||||||
|
|
||||||
version 1.4.4beta06 [August 13, 2010]
|
version 1.4.4beta06 [August 11, 2010]
|
||||||
Don't try to use version-script with cygwin/mingw.
|
Don't try to use version-script with cygwin/mingw.
|
||||||
Revised contrib/gregbook to work under cygwin/mingw.
|
Revised contrib/gregbook to work under cygwin/mingw.
|
||||||
|
|
||||||
|
version 1.4.4beta07 [August 13, 2010]
|
||||||
|
Add .dll.a to the list of extensions to be symlinked by Makefile.am (Yaakov)
|
||||||
|
|
||||||
Send comments/corrections/commendations to glennrp at users.sourceforge.net
|
Send comments/corrections/commendations to glennrp at users.sourceforge.net
|
||||||
or to png-mng-implement at lists.sf.net (subscription required; visit
|
or to png-mng-implement at lists.sf.net (subscription required; visit
|
||||||
https://lists.sourceforge.net/lists/listinfo/png-mng-implement).
|
https://lists.sourceforge.net/lists/listinfo/png-mng-implement).
|
||||||
|
|||||||
5
CHANGES
5
CHANGES
@ -2638,10 +2638,13 @@ version 1.4.4beta05 [August 6, 2010]
|
|||||||
Removed unused png_mem_* defines from pngconf.h.
|
Removed unused png_mem_* defines from pngconf.h.
|
||||||
Correct use of _WINDOWS_ in pngconf.h
|
Correct use of _WINDOWS_ in pngconf.h
|
||||||
|
|
||||||
version 1.4.4beta06 [August 13, 2010]
|
version 1.4.4beta06 [August 11, 2010]
|
||||||
Don't try to use version-script with cygwin/mingw.
|
Don't try to use version-script with cygwin/mingw.
|
||||||
Revised contrib/gregbook to work under cygwin/mingw.
|
Revised contrib/gregbook to work under cygwin/mingw.
|
||||||
|
|
||||||
|
version 1.4.4beta07 [August 13, 2010]
|
||||||
|
Add .dll.a to the list of extensions to be symlinked by Makefile.am (Yaakov)
|
||||||
|
|
||||||
Send comments/corrections/commendations to glennrp at users.sourceforge.net
|
Send comments/corrections/commendations to glennrp at users.sourceforge.net
|
||||||
or to png-mng-implement at lists.sf.net (subscription required; visit
|
or to png-mng-implement at lists.sf.net (subscription required; visit
|
||||||
https://lists.sourceforge.net/lists/listinfo/png-mng-implement).
|
https://lists.sourceforge.net/lists/listinfo/png-mng-implement).
|
||||||
|
|||||||
@ -119,7 +119,7 @@ install-exec-hook:
|
|||||||
cd $(DESTDIR)$(bindir); $(LN_S) $(PNGLIB_BASENAME)-config libpng-config
|
cd $(DESTDIR)$(bindir); $(LN_S) $(PNGLIB_BASENAME)-config libpng-config
|
||||||
@set -x;\
|
@set -x;\
|
||||||
cd $(DESTDIR)$(libdir);\
|
cd $(DESTDIR)$(libdir);\
|
||||||
for ext in a la so so.@PNGLIB_MAJOR@@PNGLIB_MINOR@.@PNGLIB_RELEASE@ sl dylib; do\
|
for ext in a la so so.@PNGLIB_MAJOR@@PNGLIB_MINOR@.@PNGLIB_RELEASE@ sl dylib dll.a; do\
|
||||||
rm -f libpng.$$ext;\
|
rm -f libpng.$$ext;\
|
||||||
if test -f $(PNGLIB_BASENAME).$$ext; then\
|
if test -f $(PNGLIB_BASENAME).$$ext; then\
|
||||||
$(LN_S) $(PNGLIB_BASENAME).$$ext libpng.$$ext;\
|
$(LN_S) $(PNGLIB_BASENAME).$$ext libpng.$$ext;\
|
||||||
|
|||||||
@ -1243,7 +1243,7 @@ install-exec-hook:
|
|||||||
cd $(DESTDIR)$(bindir); $(LN_S) $(PNGLIB_BASENAME)-config libpng-config
|
cd $(DESTDIR)$(bindir); $(LN_S) $(PNGLIB_BASENAME)-config libpng-config
|
||||||
@set -x;\
|
@set -x;\
|
||||||
cd $(DESTDIR)$(libdir);\
|
cd $(DESTDIR)$(libdir);\
|
||||||
for ext in a la so so.@PNGLIB_MAJOR@@PNGLIB_MINOR@.@PNGLIB_RELEASE@ sl dylib; do\
|
for ext in a la so so.@PNGLIB_MAJOR@@PNGLIB_MINOR@.@PNGLIB_RELEASE@ sl dylib dll.a; do\
|
||||||
rm -f libpng.$$ext;\
|
rm -f libpng.$$ext;\
|
||||||
if test -f $(PNGLIB_BASENAME).$$ext; then\
|
if test -f $(PNGLIB_BASENAME).$$ext; then\
|
||||||
$(LN_S) $(PNGLIB_BASENAME).$$ext libpng.$$ext;\
|
$(LN_S) $(PNGLIB_BASENAME).$$ext libpng.$$ext;\
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user