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
d344456a
Commit
d344456a
authored
Apr 15, 2004
by
Kevin Koltzau
Committed by
Alexandre Julliard
Apr 15, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add additional names of mingw tools.
parent
8bbabd16
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
configure
configure
+3
-3
configure.ac
configure.ac
+3
-3
No files found.
configure
View file @
d344456a
...
@@ -14366,7 +14366,7 @@ echo "${ECHO_T}$ac_cv_c_dll_macho" >&6
...
@@ -14366,7 +14366,7 @@ echo "${ECHO_T}$ac_cv_c_dll_macho" >&6
if
test
"
$cross_compiling
"
=
"no"
if
test
"
$cross_compiling
"
=
"no"
then
then
for
ac_prog
in
i586-mingw32msvc-gcc i386-mingw32-gcc mingw-gcc
for
ac_prog
in
i586-mingw32msvc-gcc i386-mingw32
msvc-gcc i386-mingw32
-gcc mingw-gcc
do
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
# Extract the first word of "$ac_prog", so it can be a program name with args.
set
dummy
$ac_prog
;
ac_word
=
$2
set
dummy
$ac_prog
;
ac_word
=
$2
...
@@ -14407,7 +14407,7 @@ fi
...
@@ -14407,7 +14407,7 @@ fi
done
done
test
-n
"
$CROSSCC
"
||
CROSSCC
=
"false"
test
-n
"
$CROSSCC
"
||
CROSSCC
=
"false"
for
ac_prog
in
i586-mingw32msvc-dlltool i386-mingw32-dlltool mingw-dlltool
for
ac_prog
in
i586-mingw32msvc-dlltool i386-mingw32
msvc-dlltool i386-mingw32
-dlltool mingw-dlltool
do
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
# Extract the first word of "$ac_prog", so it can be a program name with args.
set
dummy
$ac_prog
;
ac_word
=
$2
set
dummy
$ac_prog
;
ac_word
=
$2
...
@@ -14448,7 +14448,7 @@ fi
...
@@ -14448,7 +14448,7 @@ fi
done
done
test
-n
"
$DLLTOOL
"
||
DLLTOOL
=
"false"
test
-n
"
$DLLTOOL
"
||
DLLTOOL
=
"false"
for
ac_prog
in
i586-mingw32msvc-windres i386-mingw32-windres mingw-windres
for
ac_prog
in
i586-mingw32msvc-windres i386-mingw32
msvc-windres i386-mingw32
-windres mingw-windres
do
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
# Extract the first word of "$ac_prog", so it can be a program name with args.
set
dummy
$ac_prog
;
ac_word
=
$2
set
dummy
$ac_prog
;
ac_word
=
$2
...
...
configure.ac
View file @
d344456a
...
@@ -946,9 +946,9 @@ case $host_os in
...
@@ -946,9 +946,9 @@ case $host_os in
AC_SUBST(CROSSTEST,"")
AC_SUBST(CROSSTEST,"")
if test "$cross_compiling" = "no"
if test "$cross_compiling" = "no"
then
then
AC_CHECK_PROGS(CROSSCC,i586-mingw32msvc-gcc i386-mingw32-gcc mingw-gcc,false)
AC_CHECK_PROGS(CROSSCC,i586-mingw32msvc-gcc i386-mingw32
msvc-gcc i386-mingw32
-gcc mingw-gcc,false)
AC_CHECK_PROGS(DLLTOOL,i586-mingw32msvc-dlltool i386-mingw32-dlltool mingw-dlltool,false)
AC_CHECK_PROGS(DLLTOOL,i586-mingw32msvc-dlltool i386-mingw32
msvc-dlltool i386-mingw32
-dlltool mingw-dlltool,false)
AC_CHECK_PROGS(CROSSWINDRES,i586-mingw32msvc-windres i386-mingw32-windres mingw-windres,false)
AC_CHECK_PROGS(CROSSWINDRES,i586-mingw32msvc-windres i386-mingw32
msvc-windres i386-mingw32
-windres mingw-windres,false)
if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
fi
fi
;;
;;
...
...
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