summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-15 10:19:23 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-15 10:19:23 +0000
commit409eefa70877701c692e32d73ac02538fd577316 (patch)
treedc6c5a7de517ad8adfb27a3f15db3475364acacb
parent58458302b3227539ae190331c6488f70ef0cc31c (diff)
INTEGRATION: CWS vq35 (1.112.8); FILE MERGED
2006/08/10 23:08:40 vq 1.112.8.1: #i68312# Build and use guw.exe.
-rw-r--r--config_office/set_soenv.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/config_office/set_soenv.in b/config_office/set_soenv.in
index ff08995e4019..73f45c2030f2 100644
--- a/config_office/set_soenv.in
+++ b/config_office/set_soenv.in
@@ -1,8 +1,8 @@
#!@PERL@ -w
#
# Program: set_soenv.in
-# Version: $Revision: 1.115 $
-# Date: $Date: 2006-08-28 15:43:41 $
+# Version: $Revision: 1.116 $
+# Date: $Date: 2006-09-15 11:19:23 $
# Author: Willem van Dorp, Ross Nicholson, Oisin Boydell - Sun Microsystems, Ireland.
#
#---------------------------------------------------------------------------
@@ -575,7 +575,7 @@ elsif ( $platform =~ m/cygwin/ )
if ( $MINGW eq "yes" )
{ # At the moment this implies the use of tcsh
print "Setting Windows NT cygwin MinGW specific values... ";
- $WRAPCMD = "guw.pl";
+ $WRAPCMD = "guw.exe";
$outfile = "winmingw.set";
$COM = "GCC";
$CVER = "C300";
@@ -608,7 +608,7 @@ elsif ( $platform =~ m/cygwin/ )
if ( "@USE_SHELL@" ne "4nt" )
{ print "Setting Windows NT cygwin without 4NT specific values... ";
- $WRAPCMD = "guw.pl";
+ $WRAPCMD = "guw.exe";
$CC = $WRAPCMD." ".$CC;
$CXX = $WRAPCMD." ".$CXX;
$PATH_SEPERATOR = ':';