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
e4872023
Commit
e4872023
authored
Dec 28, 2013
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Don't create cross-compiled import libraries for 16-bit modules.
parent
b8e9bbd4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
aclocal.m4
aclocal.m4
+3
-3
configure
configure
+3
-3
No files found.
aclocal.m4
View file @
e4872023
...
...
@@ -471,7 +471,7 @@ $ac_dir/uninstall::
\$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
fi
if test -n "$CROSSTARGET"
if test -n "$CROSSTARGET"
-a -z "$ac_implibflags"
then
wine_fn_append_rule \
"__builddeps__: $ac_file.cross.a
...
...
@@ -494,7 +494,7 @@ $ac_dir/uninstall::
\$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
install install-dev:: $ac_dir/install-dev
__uninstall__: $ac_dir/uninstall"
if test -n "$CROSSTARGET"
if test -n "$CROSSTARGET"
-a -z "$ac_implibflags"
then
wine_fn_append_rule \
"__builddeps__: $ac_file.cross.a
...
...
@@ -511,7 +511,7 @@ dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
clean::
\$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
wine_fn_ignore_file "dlls/lib$ac_implib.$IMPLIBEXT"
if test -n "$CROSSTARGET"
if test -n "$CROSSTARGET"
-a -z "$ac_implibflags"
then
wine_fn_append_rule \
"__builddeps__: dlls/lib$ac_implib.cross.a
...
...
configure
View file @
e4872023
...
...
@@ -7344,7 +7344,7 @@ $ac_dir/uninstall::
\$
(RM)
\$
(DESTDIR)
\$
(dlldir)/lib
$ac_implib
.
$STATIC_IMPLIBEXT
"
fi
if
test
-n
"
$CROSSTARGET
"
if
test
-n
"
$CROSSTARGET
"
-a
-z
"
$ac_implibflags
"
then
wine_fn_append_rule
\
"__builddeps__:
$ac_file
.cross.a
...
...
@@ -7367,7 +7367,7 @@ $ac_dir/uninstall::
\$
(RM)
\$
(DESTDIR)
\$
(dlldir)/lib
$ac_implib
.
$IMPLIBEXT
install install-dev::
$ac_dir
/install-dev
__uninstall__:
$ac_dir
/uninstall"
if
test
-n
"
$CROSSTARGET
"
if
test
-n
"
$CROSSTARGET
"
-a
-z
"
$ac_implibflags
"
then
wine_fn_append_rule
\
"__builddeps__:
$ac_file
.cross.a
...
...
@@ -7384,7 +7384,7 @@ dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
clean::
\$
(RM) dlls/lib
$ac_implib
.
$IMPLIBEXT
"
wine_fn_ignore_file
"dlls/lib
$ac_implib
.
$IMPLIBEXT
"
if
test
-n
"
$CROSSTARGET
"
if
test
-n
"
$CROSSTARGET
"
-a
-z
"
$ac_implibflags
"
then
wine_fn_append_rule
\
"__builddeps__: dlls/lib
$ac_implib
.cross.a
...
...
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