diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-18 16:35:59 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-18 16:51:32 +0300 |
commit | e17aac891e999265cbd34d81d963a57fe12c794a (patch) | |
tree | 34d0103decd6c5487ed12ad0be92e2d857598136 /set_soenv.in | |
parent | 7af3985069ac6d6ff7678cb17b28c6b7ce8f5165 (diff) |
Temporary hack can be binned now
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-x | set_soenv.in | 2 |
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@"; |