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
6c32033c
Commit
6c32033c
authored
May 08, 2013
by
Jacek Caban
Committed by
Alexandre Julliard
May 08, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Use gcc -shared instead of dllwrap to build libwine.dll.
parent
08e940fb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
103 deletions
+2
-103
Make.vars.in
Make.vars.in
+0
-1
configure
configure
+1
-97
configure.ac
configure.ac
+1
-5
No files found.
Make.vars.in
View file @
6c32033c
...
...
@@ -35,7 +35,6 @@ FAKEEXT = $(DLLEXT:.so=.fake)
TOOLSEXT = @TOOLSEXT@
IMPLIBEXT = @IMPLIBEXT@
DLLTOOL = @DLLTOOL@
DLLWRAP = @DLLWRAP@
AR = @AR@
ARFLAGS = @ARFLAGS@
RANLIB = @RANLIB@
...
...
configure
View file @
6c32033c
...
...
@@ -696,7 +696,6 @@ IOKITLIB
COREFOUNDATIONLIB
LIBWINE_RULES
SOCKETLIBS
DLLWRAP
DLLTOOL
READELF
LDD
...
...
@@ -6530,101 +6529,6 @@ else
DLLTOOL
=
"
$ac_cv_prog_DLLTOOL
"
fi
if
test
-n
"
$ac_tool_prefix
"
;
then
# Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
set
dummy
${
ac_tool_prefix
}
dllwrap
;
ac_word
=
$2
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking for
$ac_word
"
>
&5
$as_echo_n
"checking for
$ac_word
... "
>
&6
;
}
if
${
ac_cv_prog_DLLWRAP
+
:
}
false
;
then
:
$as_echo_n
"(cached) "
>
&6
else
if
test
-n
"
$DLLWRAP
"
;
then
ac_cv_prog_DLLWRAP
=
"
$DLLWRAP
"
# Let the user override the test.
else
as_save_IFS
=
$IFS
;
IFS
=
$PATH_SEPARATOR
for
as_dir
in
$PATH
do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_DLLWRAP
=
"
${
ac_tool_prefix
}
dllwrap"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
fi
done
done
IFS
=
$as_save_IFS
fi
fi
DLLWRAP
=
$ac_cv_prog_DLLWRAP
if
test
-n
"
$DLLWRAP
"
;
then
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result:
$DLLWRAP
"
>
&5
$as_echo
"
$DLLWRAP
"
>
&6
;
}
else
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result: no"
>
&5
$as_echo
"no"
>
&6
;
}
fi
fi
if
test
-z
"
$ac_cv_prog_DLLWRAP
"
;
then
ac_ct_DLLWRAP
=
$DLLWRAP
# Extract the first word of "dllwrap", so it can be a program name with args.
set
dummy dllwrap
;
ac_word
=
$2
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking for
$ac_word
"
>
&5
$as_echo_n
"checking for
$ac_word
... "
>
&6
;
}
if
${
ac_cv_prog_ac_ct_DLLWRAP
+
:
}
false
;
then
:
$as_echo_n
"(cached) "
>
&6
else
if
test
-n
"
$ac_ct_DLLWRAP
"
;
then
ac_cv_prog_ac_ct_DLLWRAP
=
"
$ac_ct_DLLWRAP
"
# Let the user override the test.
else
as_save_IFS
=
$IFS
;
IFS
=
$PATH_SEPARATOR
for
as_dir
in
$PATH
do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
as_fn_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_ac_ct_DLLWRAP
=
"dllwrap"
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
fi
done
done
IFS
=
$as_save_IFS
fi
fi
ac_ct_DLLWRAP
=
$ac_cv_prog_ac_ct_DLLWRAP
if
test
-n
"
$ac_ct_DLLWRAP
"
;
then
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result:
$ac_ct_DLLWRAP
"
>
&5
$as_echo
"
$ac_ct_DLLWRAP
"
>
&6
;
}
else
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result: no"
>
&5
$as_echo
"no"
>
&6
;
}
fi
if
test
"x
$ac_ct_DLLWRAP
"
=
x
;
then
DLLWRAP
=
"false"
else
case
$cross_compiling
:
$ac_tool_warned
in
yes
:
)
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: WARNING: using cross tools not prefixed with host triplet"
>
&5
$as_echo
"
$as_me
: WARNING: using cross tools not prefixed with host triplet"
>
&2
;
}
ac_tool_warned
=
yes
;;
esac
DLLWRAP
=
$ac_ct_DLLWRAP
fi
else
DLLWRAP
=
"
$ac_cv_prog_DLLWRAP
"
fi
if
test
"
$DLLWRAP
"
=
"false"
;
then
as_fn_error
$?
"dllwrap is needed to build a dll for Windows"
"
$LINENO
"
5
fi
LIBEXT
=
"dll"
IMPLIBEXT
=
"a"
STATIC_IMPLIBEXT
=
"a"
...
...
@@ -6653,7 +6557,7 @@ libwine.a: wine.def
\$
(DLLTOOL) -l
\$
@ -d
\$
(srcdir)/wine.def
libwine.dll:
\$
(OBJS) wine.def Makefile.in
\$
(
DLLWRAP) --def
\$
(srcdir)/wine.def -o
\$
@
\$
(OBJS)
$crtlibs
\$
(EXTRALIBS)
\$
(
CC) -shared
\$
(srcdir)/wine.def -o
\$
@
\$
(OBJS)
$crtlibs
\$
(EXTRALIBS)
install install-lib:: libwine.dll
\$
(DESTDIR)
\$
(libdir) dummy
\$
(INSTALL_DATA) libwine.dll
\$
(DESTDIR)
\$
(libdir)/libwine.dll
...
...
configure.ac
View file @
6c32033c
...
...
@@ -686,10 +686,6 @@ WINE_PATH_SONAME_TOOLS
case $host_os in
cygwin*|mingw32*)
AC_CHECK_TOOL(DLLTOOL,dlltool,false)
AC_CHECK_TOOL(DLLWRAP,dllwrap,false)
if test "$DLLWRAP" = "false"; then
AC_MSG_ERROR([dllwrap is needed to build a dll for Windows])
fi
LIBEXT="dll"
IMPLIBEXT="a"
STATIC_IMPLIBEXT="a"
...
...
@@ -720,7 +716,7 @@ libwine.a: wine.def
\$(DLLTOOL) -l \$@ -d \$(srcdir)/wine.def
libwine.dll: \$(OBJS) wine.def Makefile.in
\$(
DLLWRAP) --def
\$(srcdir)/wine.def -o \$@ \$(OBJS) $crtlibs \$(EXTRALIBS)
\$(
CC) -shared
\$(srcdir)/wine.def -o \$@ \$(OBJS) $crtlibs \$(EXTRALIBS)
install install-lib:: libwine.dll \$(DESTDIR)\$(libdir) dummy
\$(INSTALL_DATA) libwine.dll \$(DESTDIR)\$(libdir)/libwine.dll
...
...
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