Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
a5aaa410
Commit
a5aaa410
authored
Apr 28, 2021
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Install libwine into the architecture-specific directory.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
2801d634
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
7 deletions
+3
-7
configure
configure
+0
-1
configure.ac
configure.ac
+0
-1
loader.c
dlls/ntdll/unix/loader.c
+1
-1
makedep.c
tools/makedep.c
+2
-4
No files found.
configure
View file @
a5aaa410
...
@@ -5868,7 +5868,6 @@ if test "x$enable_win64" = "xyes"
...
@@ -5868,7 +5868,6 @@ if test "x$enable_win64" = "xyes"
then
then
test
-z
"
$with_wine64
"
||
as_fn_error
$?
"--enable-win64 and --with-wine64 are mutually exclusive.
test
-z
"
$with_wine64
"
||
as_fn_error
$?
"--enable-win64 and --with-wine64 are mutually exclusive.
--enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree."
"
$LINENO
"
5
--enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree."
"
$LINENO
"
5
test
"x
$libdir
"
!=
"x
\$
{exec_prefix}/lib"
||
libdir
=
"
\$
{exec_prefix}/lib64"
fi
fi
case
$host_cpu
in
case
$host_cpu
in
...
...
configure.ac
View file @
a5aaa410
...
@@ -235,7 +235,6 @@ if test "x$enable_win64" = "xyes"
...
@@ -235,7 +235,6 @@ if test "x$enable_win64" = "xyes"
then
then
test -z "$with_wine64" || AC_MSG_ERROR([--enable-win64 and --with-wine64 are mutually exclusive.
test -z "$with_wine64" || AC_MSG_ERROR([--enable-win64 and --with-wine64 are mutually exclusive.
--enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree.])
--enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree.])
test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib64"
fi
fi
dnl Normalize CPU architecture
dnl Normalize CPU architecture
...
...
dlls/ntdll/unix/loader.c
View file @
a5aaa410
...
@@ -977,7 +977,7 @@ static void load_libwine(void)
...
@@ -977,7 +977,7 @@ static void load_libwine(void)
void
*
handle
;
void
*
handle
;
if
(
build_dir
)
path
=
build_path
(
build_dir
,
"libs/wine/"
LIBWINE
);
if
(
build_dir
)
path
=
build_path
(
build_dir
,
"libs/wine/"
LIBWINE
);
else
path
=
build_path
(
dll_dir
,
"../"
LIBWINE
);
else
path
=
build_path
(
ntdll_dir
,
LIBWINE
);
handle
=
dlopen
(
path
,
RTLD_NOW
);
handle
=
dlopen
(
path
,
RTLD_NOW
);
free
(
path
);
free
(
path
);
...
...
tools/makedep.c
View file @
a5aaa410
...
@@ -3525,14 +3525,12 @@ static void output_shared_lib( struct makefile *make )
...
@@ -3525,14 +3525,12 @@ static void output_shared_lib( struct makefile *make )
output_filenames
(
all_libs
);
output_filenames
(
all_libs
);
output_filename
(
"$(LDFLAGS)"
);
output_filename
(
"$(LDFLAGS)"
);
output
(
"
\n
"
);
output
(
"
\n
"
);
add_install_rule
(
make
,
make
->
sharedlib
,
make
->
sharedlib
,
add_install_rule
(
make
,
make
->
sharedlib
,
make
->
sharedlib
,
strmake
(
"p%s/%s"
,
so_dir
,
make
->
sharedlib
));
strmake
(
"p$(libdir)/%s"
,
make
->
sharedlib
));
for
(
i
=
1
;
i
<
names
.
count
;
i
++
)
for
(
i
=
1
;
i
<
names
.
count
;
i
++
)
{
{
output
(
"%s: %s
\n
"
,
obj_dir_path
(
make
,
names
.
str
[
i
]
),
obj_dir_path
(
make
,
names
.
str
[
i
-
1
]
));
output
(
"%s: %s
\n
"
,
obj_dir_path
(
make
,
names
.
str
[
i
]
),
obj_dir_path
(
make
,
names
.
str
[
i
-
1
]
));
output_symlink_rule
(
names
.
str
[
i
-
1
],
obj_dir_path
(
make
,
names
.
str
[
i
]
),
0
);
output_symlink_rule
(
names
.
str
[
i
-
1
],
obj_dir_path
(
make
,
names
.
str
[
i
]
),
0
);
add_install_rule
(
make
,
names
.
str
[
i
],
names
.
str
[
i
-
1
],
add_install_rule
(
make
,
names
.
str
[
i
],
names
.
str
[
i
-
1
],
strmake
(
"y%s/%s"
,
so_dir
,
names
.
str
[
i
]
));
strmake
(
"y$(libdir)/%s"
,
names
.
str
[
i
]
));
}
}
strarray_addall
(
&
make
->
all_targets
,
names
);
strarray_addall
(
&
make
->
all_targets
,
names
);
}
}
...
...
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