Darwin dylib version support

Pierre d'Herbemont stegefin at free.fr
Thu Apr 29 14:13:20 CDT 2004


Hi!

This patch should produce the needed symlink for the version-ized 
libraries.

Pierre.

ChangeLog:
Support Darwin versioning convention.

-------------- next part --------------
Index: libs/Makefile.in
===================================================================
RCS file: /home/wine/wine/libs/Makefile.in,v
retrieving revision 1.7
diff -u -r1.7 Makefile.in
--- libs/Makefile.in	17 Apr 2004 00:24:42 -0000	1.7
+++ libs/Makefile.in	29 Apr 2004 19:11:05 -0000
@@ -22,7 +22,7 @@
 
 @MAKE_RULES@
 
-ALL_SYMLINKS =  $(SYMLINKS) $(SYMLINKS:.so=.so.1) $(SYMLINKS:.dll=.a)
+ALL_SYMLINKS =  $(SYMLINKS) $(SYMLINKS:.so=.so.1) $(SYMLINKS:.dylib=.1.dylib) $(SYMLINKS:.dll=.a)
 
 all: $(SUBDIRS) $(ALL_SYMLINKS)
 


More information about the wine-patches mailing list