Kaydet (Commit) 6eebbe5b authored tarafından Tor Lillqvist's avatar Tor Lillqvist Kaydeden (comit) Tor Lillqvist

It's called MinGW, not mingwin, mingw32, etc

üst 7f958f62
......@@ -69,7 +69,7 @@ fi
dnl ===================================================================
dnl Windows builds - use oowintool to copy CRT dlls and manifest
dnl ===================================================================
if test "$_os" = "WINNT" -a "$WITH_MINGWIN" != "yes"; then
if test "$_os" = "WINNT" -a "$WITH_MINGW" != "yes"; then
if ./oowintool --msvc-copy-dlls ./external/msvcp ; then
:
else
......
......@@ -127,7 +127,7 @@ if ($SYSTEM_PYTHON eq "NO") {
$SYSTEM_MOZILLA = '@SYSTEM_MOZILLA@';
$JDK = '@JDK@';
$JAVAFLAGS = '@JAVAFLAGS@';
$MINGW = '@WITH_MINGWIN@'; # use MinGW for Windows build
$MINGW = '@WITH_MINGW@'; # use MinGW for Windows build
$USE_MINGW = '@USE_MINGW@'; # use MinGW in cygwin or pure-mingw
if ( $MINGW eq "yes" )
{ $CC = '@CC@'; # C compiler
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment