diff options
author | William Deegan <bill@baddogconsulting.com> | 2010-01-19 07:06:10 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2010-01-19 07:06:10 (GMT) |
commit | 0f73b4ad9204d64748398ea5c6657455ea3f0306 (patch) | |
tree | 0483dc3727591da7ec2057e4e80f4b4ce970ec0c /doc/user/less-simple.xml | |
parent | bf296710383d7b1a744b62a007041c677583ad6a (diff) | |
download | SCons-0f73b4ad9204d64748398ea5c6657455ea3f0306.zip SCons-0f73b4ad9204d64748398ea5c6657455ea3f0306.tar.gz SCons-0f73b4ad9204d64748398ea5c6657455ea3f0306.tar.bz2 |
rebuilt docs
Diffstat (limited to 'doc/user/less-simple.xml')
-rw-r--r-- | doc/user/less-simple.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/user/less-simple.xml b/doc/user/less-simple.xml index e7db86d..0bc382e 100644 --- a/doc/user/less-simple.xml +++ b/doc/user/less-simple.xml @@ -100,12 +100,6 @@ <screen> C:\><userinput>scons -Q</userinput> - - scons: warning: No installed VCs - File "<stdin>", line 67, in __call__ - - scons: warning: No version of Visual Studio compiler found - C/C++ compilers most likely not set correctly - File "<stdin>", line 67, in __call__ cl /Fohello.obj /c hello.c /nologo link /nologo /OUT:new_hello.exe hello.obj </screen> @@ -195,12 +189,6 @@ <screen> C:\><userinput>scons -Q</userinput> - - scons: warning: No installed VCs - File "<stdin>", line 67, in __call__ - - scons: warning: No version of Visual Studio compiler found - C/C++ compilers most likely not set correctly - File "<stdin>", line 67, in __call__ cl /Fofile1.obj /c file1.c /nologo cl /Fofile2.obj /c file2.c /nologo cl /Foprog.obj /c prog.c /nologo |