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
3e6eab3f
Commit
3e6eab3f
authored
Aug 13, 2009
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Rename the main binary to "wine32" for the Wow64 build.
parent
90647774
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
3 deletions
+11
-3
configure
configure
+5
-0
configure.ac
configure.ac
+3
-0
Makefile.in
loader/Makefile.in
+3
-3
No files found.
configure
View file @
3e6eab3f
...
...
@@ -609,6 +609,7 @@ LDAPLIBS
LIBPOLL
LIBDL
EXTRA_BINARIES
MAIN_BINARY
SOCKETLIBS
CRTLIBS
LDPATH
...
...
@@ -11718,6 +11719,10 @@ case $host_os in
;;
esac
MAIN_BINARY
=
"wine"
test
-z
"
$with_wine64
"
||
MAIN_BINARY
=
"wine32"
case
$host_cpu
in
*
i[3456789]86
*
)
case
$host_os
in
...
...
configure.ac
View file @
3e6eab3f
...
...
@@ -1595,6 +1595,9 @@ case $host_os in
;;
esac
AC_SUBST(MAIN_BINARY,"wine")
test -z "$with_wine64" || MAIN_BINARY="wine32"
case $host_cpu in
*i[[3456789]]86*)
case $host_os in
...
...
loader/Makefile.in
View file @
3e6eab3f
...
...
@@ -2,12 +2,12 @@ TOPSRCDIR = @top_srcdir@
TOPOBJDIR
=
..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
wine
C_SRCS
=
\
main.c
\
preloader.c
MAIN_BINARY
=
@MAIN_BINARY@
EXTRA_BINARIES
=
@EXTRA_BINARIES@
PROGRAMS
=
\
...
...
@@ -48,7 +48,7 @@ $(EXTRA_BINARIES:%=__install__%): $(EXTRA_BINARIES) $(DESTDIR)$(bindir) dummy
.PHONY
:
install-man-pages $(EXTRA_BINARIES:%=__install__%)
install install-lib
::
wine-installed $(DESTDIR)$(bindir) $(EXTRA_BINARIES:%=__install__%)
$(INSTALL_PROGRAM)
wine-installed
$(DESTDIR)$(bindir)
/
$(M
ODULE
)
$(INSTALL_PROGRAM)
wine-installed
$(DESTDIR)$(bindir)
/
$(M
AIN_BINARY
)
@WOW64_DISABLE@ install install-lib
::
install-man-pages
...
...
@@ -58,7 +58,7 @@ install-man-pages: $(MANPAGES) $(INSTALLDIRS) dummy
$(INSTALL_DATA)
wine.fr.man
$(DESTDIR)$(mandir)
/fr.UTF-8/man
$(prog_manext)
/wine.
$(prog_manext)
uninstall
::
-
cd
$(DESTDIR)$(bindir)
&&
$(RM)
$(
EXTRA_BINARIES)
$(MODULE
)
-
cd
$(DESTDIR)$(bindir)
&&
$(RM)
$(
MAIN_BINARY)
$(EXTRA_BINARIES
)
$(RM)
$(DESTDIR)$(mandir)
/man
$(prog_manext)
/wine.
$(prog_manext)
$(RM)
$(DESTDIR)$(mandir)
/de.UTF-8/man
$(prog_manext)
/wine.
$(prog_manext)
$(RM)
$(DESTDIR)$(mandir)
/fr.UTF-8/man
$(prog_manext)
/wine.
$(prog_manext)
...
...
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