[Libreoffice-commits] .: post_download.in set_soenv.in
Tor Lillqvist
tml at kemper.freedesktop.org
Mon Dec 20 05:41:33 PST 2010
post_download.in | 2 +-
set_soenv.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 74074ac6b30233e44a4b88bfde04d0b47d409bd0
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Mon Dec 20 15:37:58 2010 +0200
It's called MinGW, not mingwin, mingw32, etc
diff --git a/post_download.in b/post_download.in
index c6e5ac3..3668b99 100755
--- a/post_download.in
+++ b/post_download.in
@@ -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
diff --git a/set_soenv.in b/set_soenv.in
index f47518f..1a23ec3 100644
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -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
More information about the Libreoffice-commits
mailing list