summaryrefslogtreecommitdiffstats
path: root/doc/user
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2006-01-21 12:04:15 (GMT)
committerSteven Knight <knight@baldmt.com>2006-01-21 12:04:15 (GMT)
commitfcbe6204ad17af3c5b5fd138de734a45399cb839 (patch)
tree0b735d528b9b3eb82b4d6170e6ea89cf5f1e15cd /doc/user
parent8029f3079db3fcd71d4fc10e3d6cc28987349b56 (diff)
downloadSCons-fcbe6204ad17af3c5b5fd138de734a45399cb839.zip
SCons-fcbe6204ad17af3c5b5fd138de734a45399cb839.tar.gz
SCons-fcbe6204ad17af3c5b5fd138de734a45399cb839.tar.bz2
Deprecate $WIN32 variables name in place of $WINDOWS* variables names, and eliminate other Win32 references.
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/ENV.in2
-rw-r--r--doc/user/environments.in4
-rw-r--r--doc/user/preface.in4
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/user/ENV.in b/doc/user/ENV.in
index 56d5901..3c8cfd5 100644
--- a/doc/user/ENV.in
+++ b/doc/user/ENV.in
@@ -57,7 +57,7 @@
on a POSIX system
is <literal>/usr/local/bin:/bin:/usr/bin</literal>.
The default value of the &PATH; environment variable
- on a Win32 system comes from the Windows registry
+ on a Windows system comes from the Windows registry
value for the command interpreter.
If you want to execute any commands--compilers, linkers, etc.--that
are not in these default locations,
diff --git a/doc/user/environments.in b/doc/user/environments.in
index 586242c..9b5c348 100644
--- a/doc/user/environments.in
+++ b/doc/user/environments.in
@@ -125,7 +125,7 @@ UNIX system are:
ENV => { 'PATH' => '/bin:/usr/bin' },
-And on a Win32 system (Windows NT), the default construction variables
+And on a Windows system (Windows NT), the default construction variables
are (unless the default rule style is set using the B<DefaultRules>
method):
@@ -735,7 +735,7 @@ environment undisturbed.
<para>
- And on Win32:
+ And on Windows:
</para>
diff --git a/doc/user/preface.in b/doc/user/preface.in
index 9d0323e..2914d40 100644
--- a/doc/user/preface.in
+++ b/doc/user/preface.in
@@ -345,12 +345,12 @@
&SCons; has received contributions
from many other people, of course:
- Matt Balvin (extending long command-line support on Win32),
+ Matt Balvin (extending long command-line support on Windows),
Allen Bierbaum (extensions and fixes to Options),
Steve Christensen (help text sorting and function action signature fixes),
Michael Cook (avoiding losing signal bits from executed commands),
Derrick 'dman' Hudson (),
- Alex Jacques (work on the Win32 scons.bat file),
+ Alex Jacques (work on the Windows scons.bat file),
Stephen Kennedy (performance enhancements),
Lachlan O'Dea (SharedObject() support for masm
and normalized paths for the WhereIs() function),