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
3c42b62f
Commit
3c42b62f
authored
Dec 27, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Create a wow64 symlink for the preloader too.
parent
13eafa04
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
configure
configure
+4
-2
configure.ac
configure.ac
+4
-2
No files found.
configure
View file @
3c42b62f
...
...
@@ -15388,13 +15388,15 @@ ac_config_files="$ac_config_files Make.tmp:Make.vars.in:Makefile.in"
if
test
-n
"
$with_wine64
"
then
wine_fn_append_rule ALL_MAKEFILE_DEPENDS
"all: fonts server
$with_wine64
/loader/wine
wine_fn_append_rule ALL_MAKEFILE_DEPENDS
"all: fonts server
$with_wine64
/loader/wine
$with_wine64
/loader/wine-preloader
fonts server:
\$
(RM)
\$
@ &&
\$
(LN_S)
$with_wine64
/
\$
@
\$
@
$with_wine64
/loader/wine:
\$
(RM)
\$
@ &&
\$
(LN_S)
$ac_pwd
/loader/wine
\$
@
$with_wine64
/loader/wine-preloader:
\$
(RM)
\$
@ &&
\$
(LN_S)
$ac_pwd
/loader/wine-preloader
\$
@
clean::
\$
(RM) fonts server
$with_wine64
/loader/wine"
\$
(RM) fonts server
$with_wine64
/loader/wine
$with_wine64
/loader/wine-preloader
"
fi
wine_fn_append_rule ALL_MAKEFILE_DEPENDS
"uninstall::
...
...
configure.ac
View file @
3c42b62f
...
...
@@ -2942,13 +2942,15 @@ dnl Some final makefile rules
if test -n "$with_wine64"
then
WINE_APPEND_RULE([ALL_MAKEFILE_DEPENDS],
[all: fonts server $with_wine64/loader/wine
[all: fonts server $with_wine64/loader/wine
$with_wine64/loader/wine-preloader
fonts server:
\$(RM) \$[@] && \$(LN_S) $with_wine64/\$[@] \$[@]
$with_wine64/loader/wine:
\$(RM) \$[@] && \$(LN_S) $ac_pwd/loader/wine \$[@]
$with_wine64/loader/wine-preloader:
\$(RM) \$[@] && \$(LN_S) $ac_pwd/loader/wine-preloader \$[@]
clean::
\$(RM) fonts server $with_wine64/loader/wine])
\$(RM) fonts server $with_wine64/loader/wine
$with_wine64/loader/wine-preloader
])
fi
WINE_APPEND_RULE([ALL_MAKEFILE_DEPENDS],
...
...
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