Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sam Joan Roque-Worcel
wine
Commits
25dd29c8
Commit
25dd29c8
authored
20 years ago
by
Pierre d'Herbemont
Committed by
Alexandre Julliard
20 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Support Darwin versioning convention.
parent
339619c1
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libs/Makefile.in
+3
-3
3 additions, 3 deletions
libs/Makefile.in
with
3 additions
and
3 deletions
libs/Makefile.in
+
3
−
3
View file @
25dd29c8
...
...
@@ -22,7 +22,7 @@ SYMLINKS = \
@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)
...
...
@@ -34,10 +34,10 @@ clean::
# Symlinks
libwine.so libwine.so.1 libwine.dll libwine.dylib libwine.a
:
wine/libwine.$(LIBEXT)
libwine.so libwine.so.1 libwine.dll libwine.dylib
libwine.1.dylib
libwine.a
:
wine/libwine.$(LIBEXT)
$(
RM
)
$@
&&
$(
LN_S
)
wine/
$@
$@
libwine_unicode.so libwine_unicode.so.1 libwine_unicode.dll libwine_unicode.dylib libwine_unicode.a
:
unicode/libwine_unicode.$(LIBEXT)
libwine_unicode.so libwine_unicode.so.1 libwine_unicode.dll libwine_unicode.dylib
libwine_unicode.1.dylib
libwine_unicode.a
:
unicode/libwine_unicode.$(LIBEXT)
$(
RM
)
$@
&&
$(
LN_S
)
unicode/
$@
$@
libwine_port.a
:
port/libwine_port.a
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment