summaryrefslogtreecommitdiff
path: root/set_soenv.in
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-06-18 16:35:59 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-06-18 16:51:32 +0300
commite17aac891e999265cbd34d81d963a57fe12c794a (patch)
tree34d0103decd6c5487ed12ad0be92e2d857598136 /set_soenv.in
parent7af3985069ac6d6ff7678cb17b28c6b7ce8f5165 (diff)
Temporary hack can be binned now
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-xset_soenv.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/set_soenv.in b/set_soenv.in
index 863a39100062..35f6feaa571e 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -670,8 +670,6 @@ elsif ( $platform =~ m/cygwin|mingw32/ )
else # The MSVC section starts here
{ print "Setting Windows (MSVC) specific values... ";
$outfile = "WindowsMSVCEnv.Set.sh";
- # Temporary hack: remove the old winenv.set.sh to avoid confusion... drop after a few weeks
- unlink('winenv.set.sh');
$COMPATH = PathFormat('@COMPATH@');
$COM = "MSC";
$OUTPATH = "wntmsci@COMEX@";