summaryrefslogtreecommitdiffstats
path: root/doc/user/nodes.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/nodes.xml
parentbf296710383d7b1a744b62a007041c677583ad6a (diff)
downloadSCons-0f73b4ad9204d64748398ea5c6657455ea3f0306.zip
SCons-0f73b4ad9204d64748398ea5c6657455ea3f0306.tar.gz
SCons-0f73b4ad9204d64748398ea5c6657455ea3f0306.tar.bz2
rebuilt docs
Diffstat (limited to 'doc/user/nodes.xml')
-rw-r--r--doc/user/nodes.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/user/nodes.xml b/doc/user/nodes.xml
index 394ec37..8f3436a 100644
--- a/doc/user/nodes.xml
+++ b/doc/user/nodes.xml
@@ -128,12 +128,6 @@
<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__
cl /Fogoodbye.obj /c goodbye.c -DGOODBYE
cl /Fohello.obj /c hello.c -DHELLO
link /nologo /OUT:hello.exe hello.obj goodbye.obj
@@ -277,12 +271,6 @@
<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__
The object file is: hello.obj
The program file is: hello.exe
cl /Fohello.obj /c hello.c /nologo