Document build fixes.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sat, 25 Jul 2009 17:06:58 +0000 (17:06 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sat, 25 Jul 2009 17:06:58 +0000 (17:06 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@4309 fdb21ef1-2011-0410-befe-b5e4ea1792b1

doc/scons.mod
src/engine/SCons/Tool/msvc.xml
src/engine/SCons/Tool/msvs.xml

index 0b014563d2511617ce6701f7c80bfc6c68a10066..d8689098ef2b7f9fbb2205ea4b8e0c6ec0a1db1d 100644 (file)
@@ -27,6 +27,9 @@
 <!ENTITY Cons           "<application>Cons</application>">
 <!ENTITY cp             "<application>cp</application>">
 <!ENTITY csh            "<application>csh</application>">
+<!ENTITY f77            "<application>f77</application>">
+<!ENTITY f90            "<application>f90</application>">
+<!ENTITY f95            "<application>f95</application>">
 <!ENTITY gas            "<application>gas</application>">
 <!ENTITY gcc            "<application>gcc</application>">
 <!ENTITY g77            "<application>g77</application>">
index 0c33075707925b8c5ce926850549f85341b5dfcc..700e76d0e4cc97cf4d622ab01e38dd7ba94f14c9 100644 (file)
@@ -279,7 +279,7 @@ when the &cv-RCINCFLAGS; variable is expanded.
 <summary>
 Sets the preferred  version of Microsoft Visual C/C++ to use.
 
-If &v-MSVC_VERSION; is not set,
+If &cv-MSVC_VERSION; is not set,
 &SCons; will (by default) select the latest version
 of Visual C/C++ installed on your system.
 If the specified version isn't installed,
index 66441ebaa2fda0a9455b14f0031395385abc9d90..33db424a69d1aa8e91cd031e14e43beec5c6d1b9 100644 (file)
@@ -493,7 +493,7 @@ external environment variable is left untouched.
 <summary>
 Sets the preferred version of Microsoft Visual Studio to use.
 
-If &v-MSVS_VERSION; is not set,
+If &cv-MSVS_VERSION; is not set,
 &SCons; will (by default) select the latest version
 of Visual Studio installed on your system.
 So, if you have version 6 and version 7 (MSVS .NET) installed,