Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
946b84d9
Commit
946b84d9
authored
Aug 14, 2006
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libwine: Also set the current library version for MacOS.
parent
78bd1948
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
configure
configure
+1
-1
configure.ac
configure.ac
+1
-1
Makefile.in
libs/wine/Makefile.in
+3
-1
No files found.
configure
View file @
946b84d9
...
...
@@ -17082,7 +17082,7 @@ echo "${ECHO_T}$ac_cv_c_dll_macho" >&6; }
then
LIBEXT
=
"dylib"
LDDLLFLAGS
=
"-bundle -multiply_defined suppress"
LDSHARED
=
"
\$
(CC) -dynamiclib -install_name @executable_path/
\`\$
(RELPATH)
\$
(bindir)
\$
(libdir)
\`
/
\$
(DYNAME)
\$
(SOVERSION:%=-compatibility_version %)
"
LDSHARED
=
"
\$
(CC) -dynamiclib -install_name @executable_path/
\`\$
(RELPATH)
\$
(bindir)
\$
(libdir)
\`
/
\$
(DYNAME)"
STRIP
=
"
$STRIP
-u -r"
COREFOUNDATIONLIB
=
"-framework CoreFoundation"
...
...
configure.ac
View file @
946b84d9
...
...
@@ -1151,7 +1151,7 @@ case $host_os in
then
LIBEXT="dylib"
LDDLLFLAGS="-bundle -multiply_defined suppress"
LDSHARED="\$(CC) -dynamiclib -install_name @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/\$(DYNAME)
\$(SOVERSION:%=-compatibility_version %)
"
LDSHARED="\$(CC) -dynamiclib -install_name @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/\$(DYNAME)"
STRIP="$STRIP -u -r"
dnl declare needed frameworks
AC_SUBST(COREFOUNDATIONLIB,"-framework CoreFoundation")
...
...
libs/wine/Makefile.in
View file @
946b84d9
...
...
@@ -131,8 +131,10 @@ libwine.a: wine.def
libwine.dll
:
$(OBJS) wine.def Makefile.in
$(DLLWRAP)
--def
$(SRCDIR)
/wine.def
-o
$@
$(OBJS)
$(EXTRALIBS)
DYLIB_LDFLAGS
=
-compatibility_version
$(SOVERSION)
-current_version
$(VERSION)
libwine.$(VERSION).dylib
:
$(OBJS) $(RELPATH) Makefile.in
$(LDSHARED)
$(OBJS)
$(EXTRALIBS)
$(LDFLAGS)
$(LIBS)
-o
$@
$(LDSHARED)
$(
DYLIB_LDFLAGS)
$(
OBJS)
$(EXTRALIBS)
$(LDFLAGS)
$(LIBS)
-o
$@
libwine.$(SOVERSION).dylib
:
libwine.$(VERSION).dylib
$(RM)
$@
&&
$(LN_S)
libwine.
$(VERSION)
.dylib
$@
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment