summaryrefslogtreecommitdiffstats
path: root/doc/user/environments.xml
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2010-01-19 07:06:10 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2010-01-19 07:06:10 (GMT)
commit0f73b4ad9204d64748398ea5c6657455ea3f0306 (patch)
tree0483dc3727591da7ec2057e4e80f4b4ce970ec0c /doc/user/environments.xml
parentbf296710383d7b1a744b62a007041c677583ad6a (diff)
downloadSCons-0f73b4ad9204d64748398ea5c6657455ea3f0306.zip
SCons-0f73b4ad9204d64748398ea5c6657455ea3f0306.tar.gz
SCons-0f73b4ad9204d64748398ea5c6657455ea3f0306.tar.bz2
rebuilt docs
Diffstat (limited to 'doc/user/environments.xml')
-rw-r--r--doc/user/environments.xml23
1 files changed, 2 insertions, 21 deletions
diff --git a/doc/user/environments.xml b/doc/user/environments.xml
index f81dac7..0746793 100644
--- a/doc/user/environments.xml
+++ b/doc/user/environments.xml
@@ -656,18 +656,6 @@ environment, of directory names, suffixes, etc.
<screen>
C:\><userinput>scons -Q</userinput>
-
- scons: warning: No installed VCs
- File "&lt;stdin&gt;", line 67, in __call__
-
- scons: warning: No version of Visual Studio compiler found - C/C++ compilers most likely not set correctly
- File "&lt;stdin&gt;", line 67, in __call__
-
- scons: warning: No installed VCs
- File "&lt;stdin&gt;", line 67, in __call__
-
- scons: warning: No version of Visual Studio compiler found - C/C++ compilers most likely not set correctly
- File "&lt;stdin&gt;", line 67, in __call__
key = OBJSUFFIX, value = .obj
key = LIBSUFFIX, value = .lib
key = PROGSUFFIX, value = .exe
@@ -963,15 +951,8 @@ environment, of directory names, suffixes, etc.
<screen>
% <userinput>scons -Q</userinput>
- scons: warning: Two different environments were specified for target foo.o,
- but they appear to have the same action: CCCom(target, source, env)
- File "/home/my/project/SConstruct", line 6, in ?
-
- scons: warning: Two different environments were specified for target foo,
- but they appear to have the same action: Cat(target, source, env)
- File "/home/my/project/SConstruct", line 6, in ?
- cc -o foo.o -c -g foo.c
- cc -o foo foo.o
+ scons: *** Two environments with different actions were specified for the same target: foo.o
+ File "/home/my/project/SConstruct", line 6, in &lt;module&gt;
</screen>
<para>