diff options
author | Michi Henning <michi@zeroc.com> | 2009-02-12 12:40:39 +1000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2009-02-12 12:40:39 +1000 |
commit | a38b1ad60c0404aeb99e51ac716f875d6af27735 (patch) | |
tree | 4d0b785ff5dd6a07e0bf16ed5f76d9aa2c84ee86 /cpp | |
parent | Fix 3718 - IceStorm service::start impl throws strings, not FailureException (diff) | |
download | ice-a38b1ad60c0404aeb99e51ac716f875d6af27735.tar.bz2 ice-a38b1ad60c0404aeb99e51ac716f875d6af27735.tar.xz ice-a38b1ad60c0404aeb99e51ac716f875d6af27735.zip |
Fixed typos in INSTALL.MONO and INSTALL.VISUAL_C#.
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/config/Make.rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/config/Make.rules.mak b/cpp/config/Make.rules.mak index 5075b91d97c..54fd2f580a9 100644 --- a/cpp/config/Make.rules.mak +++ b/cpp/config/Make.rules.mak @@ -30,7 +30,7 @@ prefix = C:\Ice-$(VERSION) # VC60, VC80, VC80_EXPRESS, VC90, VC90_EXPRESS, BCC2007
#
!if "$(CPP_COMPILER)" == ""
-CPP_COMPILER = VC80
+CPP_COMPILER = VC90
!endif
#
|