Kaydet (Commit) 409eefa7 authored tarafından Oliver Bolte's avatar Oliver Bolte

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.
üst 58458302
#!@PERL@ -w #!@PERL@ -w
# #
# Program: set_soenv.in # Program: set_soenv.in
# Version: $Revision: 1.115 $ # Version: $Revision: 1.116 $
# Date: $Date: 2006-08-28 15:43:41 $ # Date: $Date: 2006-09-15 11:19:23 $
# Author: Willem van Dorp, Ross Nicholson, Oisin Boydell - Sun Microsystems, Ireland. # Author: Willem van Dorp, Ross Nicholson, Oisin Boydell - Sun Microsystems, Ireland.
# #
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
...@@ -575,7 +575,7 @@ elsif ( $platform =~ m/cygwin/ ) ...@@ -575,7 +575,7 @@ elsif ( $platform =~ m/cygwin/ )
if ( $MINGW eq "yes" ) if ( $MINGW eq "yes" )
{ # At the moment this implies the use of tcsh { # At the moment this implies the use of tcsh
print "Setting Windows NT cygwin MinGW specific values... "; print "Setting Windows NT cygwin MinGW specific values... ";
$WRAPCMD = "guw.pl"; $WRAPCMD = "guw.exe";
$outfile = "winmingw.set"; $outfile = "winmingw.set";
$COM = "GCC"; $COM = "GCC";
$CVER = "C300"; $CVER = "C300";
...@@ -608,7 +608,7 @@ elsif ( $platform =~ m/cygwin/ ) ...@@ -608,7 +608,7 @@ elsif ( $platform =~ m/cygwin/ )
if ( "@USE_SHELL@" ne "4nt" ) if ( "@USE_SHELL@" ne "4nt" )
{ print "Setting Windows NT cygwin without 4NT specific values... "; { print "Setting Windows NT cygwin without 4NT specific values... ";
$WRAPCMD = "guw.pl"; $WRAPCMD = "guw.exe";
$CC = $WRAPCMD." ".$CC; $CC = $WRAPCMD." ".$CC;
$CXX = $WRAPCMD." ".$CXX; $CXX = $WRAPCMD." ".$CXX;
$PATH_SEPERATOR = ':'; $PATH_SEPERATOR = ':';
......
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