summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-05-15 03:33:38 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-05-15 03:54:48 +0300
commit89b315948cc290a67c13000ea5cb7ab27cf203f6 (patch)
tree60c03d4f048430005a024f8e2d7c280fc3270331
parentc552c7faf103c7832020c7e1be4774004b28779c (diff)
Rename the Windows env setting files to be in MixedCase, too
-rwxr-xr-xset_soenv.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/set_soenv.in b/set_soenv.in
index 2ea044a86498..593f44453a5e 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -652,7 +652,7 @@ elsif ( $platform =~ m/cygwin/ )
print "Setting Windows NT cygwin MinGW specific values... ";
$FLIPCMD = "slfl.pl";
$PATH_SEPERATOR = ';';
- $outfile = "winmingw.set.sh";
+ $outfile = "WindowsMinGWEnv.Set.sh";
$COMPATH = PathFormat('@COMPATH@/bin');
$COMPATH =~ s/\/bin$//i;
$COM = "GCC";
@@ -661,7 +661,7 @@ elsif ( $platform =~ m/cygwin/ )
$ATL_INCLUDE = '$SOLARVER'.$ds.'$INPATH'.$ds."inc".$ds."external".$ds."mingw".$ds."include".$ds."atl". " ".'$PSDK_HOME'.$ds."include".$ds."atl";
}
else # The MSVC section starts here
- { $outfile = "winenv.set.sh";
+ { $outfile = "WindowsMSVCEnv.Set.sh";
$COMPATH = PathFormat('@COMPATH@');
$COM = "MSC";
$OUTPATH = "wntmsci@COMEX@";