diff options
Diffstat (limited to 'cpp')
-rwxr-xr-x | cpp/config/Make.rules.msvc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/config/Make.rules.msvc b/cpp/config/Make.rules.msvc index 31576db14f4..d1d13a46797 100755 --- a/cpp/config/Make.rules.msvc +++ b/cpp/config/Make.rules.msvc @@ -8,7 +8,8 @@ # ********************************************************************** # -# This file is included by Make.rules.mak when using Borland C++Builder. +# This file is included by Make.rules.mak when using a Microsoft C++ +# compiler # CXX = cl.exe |