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
3b2c2cdb
Commit
3b2c2cdb
authored
Jul 11, 2006
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libs: Get rid of the libwine symlinks.
parent
523e46de
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
19 deletions
+5
-19
Makefile.in
libs/Makefile.in
+1
-15
winewrapper
tools/winewrapper
+4
-4
No files found.
libs/Makefile.in
View file @
3b2c2cdb
...
...
@@ -12,29 +12,15 @@ SUBDIRS = \
INSTALLSUBDIRS
=
\
wine
SYMLINKS
=
\
libwine.
$(LIBEXT)
@MAKE_RULES@
ALL_SYMLINKS
=
$(SYMLINKS)
$
(
SYMLINKS:.so
=
.so.1
)
$
(
SYMLINKS:.dylib
=
.1.dylib
)
$
(
SYMLINKS:.dll
=
.a
)
all
:
$(SUBDIRS) $(ALL_SYMLINKS)
all
:
$(SUBDIRS)
install-lib
::
$(INSTALLSUBDIRS:%=%/__install-lib__)
install-dev
::
$(INSTALLSUBDIRS:%=%/__install-dev__)
clean
::
$(RM)
$(ALL_SYMLINKS)
# Symlinks
libwine.so libwine.so.1 libwine.dll libwine.dylib libwine.1.dylib libwine.a
:
wine/libwine.$(LIBEXT)
$(RM)
$@
&&
$(LN_S)
wine/
$@
$@
# Directory dependencies
wine/libwine.$(LIBEXT)
:
wine
wine wine/__install__ wine/__install-lib__
:
port
### Dependencies:
tools/winewrapper
View file @
3b2c2cdb
...
...
@@ -66,17 +66,17 @@ if [ "`uname -s`" = "Darwin" ]
then
if
[
-n
"
$DYLD_LIBRARY_PATH
"
]
then
DYLD_LIBRARY_PATH
=
"
$topdir
/libs:
$DYLD_LIBRARY_PATH
"
DYLD_LIBRARY_PATH
=
"
$topdir
/libs
/wine
:
$DYLD_LIBRARY_PATH
"
else
DYLD_LIBRARY_PATH
=
"
$topdir
/libs"
DYLD_LIBRARY_PATH
=
"
$topdir
/libs
/wine
"
fi
export
DYLD_LIBRARY_PATH
else
if
[
-n
"
$LD_LIBRARY_PATH
"
]
then
LD_LIBRARY_PATH
=
"
$topdir
/libs:
$LD_LIBRARY_PATH
"
LD_LIBRARY_PATH
=
"
$topdir
/libs
/wine
:
$LD_LIBRARY_PATH
"
else
LD_LIBRARY_PATH
=
"
$topdir
/libs"
LD_LIBRARY_PATH
=
"
$topdir
/libs
/wine
"
fi
export
LD_LIBRARY_PATH
fi
...
...
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