summaryrefslogtreecommitdiff
path: root/set_soenv.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-05-18 03:19:02 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-05-18 03:19:02 +0300
commit95760e349e95f9a7607da0341f43b6528cbc5ff7 (patch)
treeaa64c07e6fbf89d2ce6c797be14dc63c90cdaec0 /set_soenv.in
parent67c0847fa953c906a35c410baa64456520d7a6ce (diff)
MSVC followup fix for RC command line syntax
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-xset_soenv.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/set_soenv.in b/set_soenv.in
index 9f988646fbf1..504e3a079549 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -679,6 +679,8 @@ 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@";