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
e5c585e4
Commit
e5c585e4
authored
Mar 29, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Create a few symlinks needed for running in Wow64 mode inside the build tree.
parent
50c6ac83
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
0 deletions
+25
-0
configure
configure
+12
-0
configure.ac
configure.ac
+13
-0
No files found.
configure
View file @
e5c585e4
...
...
@@ -14713,6 +14713,18 @@ ac_config_commands="$ac_config_commands Makefile"
ac_config_files
=
"
$ac_config_files
Make.tmp:Makefile.in"
if
test
-n
"
$with_wine64
"
then
wine_fn_append_rule ALL_MAKEFILE_DEPENDS
"all: fonts server
$with_wine64
/loader/wine32
fonts server:
\$
(RM)
\$
@ &&
\$
(LN_S)
$with_wine64
/
\$
@
\$
@
$with_wine64
/loader/wine32:
\$
(RM)
\$
@ &&
\$
(LN_S)
$ac_pwd
/loader/wine32
\$
@
clean::
\$
(RM) fonts server
$with_wine64
/loader/wine32"
fi
wine_fn_append_rule ALL_MAKEFILE_DEPENDS
"uninstall::
-rmdir
\$
(DESTDIR)
\$
(datadir)/wine
\$
(DESTDIR)
\$
(fakedlldir)
\$
(DESTDIR)
\$
(dlldir)"
...
...
configure.ac
View file @
e5c585e4
...
...
@@ -2713,6 +2713,19 @@ _WINE_EOF
AC_CONFIG_FILES([Make.tmp:Makefile.in])
dnl Some final makefile rules
if test -n "$with_wine64"
then
WINE_APPEND_RULE([ALL_MAKEFILE_DEPENDS],
[all: fonts server $with_wine64/loader/wine32
fonts server:
\$(RM) \$[@] && \$(LN_S) $with_wine64/\$[@] \$[@]
$with_wine64/loader/wine32:
\$(RM) \$[@] && \$(LN_S) $ac_pwd/loader/wine32 \$[@]
clean::
\$(RM) fonts server $with_wine64/loader/wine32])
fi
WINE_APPEND_RULE([ALL_MAKEFILE_DEPENDS],
[uninstall::
-rmdir \$(DESTDIR)\$(datadir)/wine \$(DESTDIR)\$(fakedlldir) \$(DESTDIR)\$(dlldir)])
...
...
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