diff options
author | Steven Knight <knight@baldmt.com> | 2008-10-03 23:06:51 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2008-10-03 23:06:51 (GMT) |
commit | 46c1a573420d764dad2520b65c6afddf1b0ee46c (patch) | |
tree | 5b9548c8d657c385608ec71f0c886133545fc465 /doc/user/add-method.xml | |
parent | 414c8f81ae20ea0ecb160020a621d942f5307607 (diff) | |
download | SCons-46c1a573420d764dad2520b65c6afddf1b0ee46c.zip SCons-46c1a573420d764dad2520b65c6afddf1b0ee46c.tar.gz SCons-46c1a573420d764dad2520b65c6afddf1b0ee46c.tar.bz2 |
User's Guide updates:
Mostly MSVC compilation lines so the /Fo is at the beginning of the
output line. Also some new/modified variables in the environment dump
in the Troubleshooting appendix, and removing a leftover XXX todo comment.
Diffstat (limited to 'doc/user/add-method.xml')
-rw-r--r-- | doc/user/add-method.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/add-method.xml b/doc/user/add-method.xml index e6f2a67..d4a484e 100644 --- a/doc/user/add-method.xml +++ b/doc/user/add-method.xml @@ -111,7 +111,7 @@ <screen> C:\><userinput>scons -Q</userinput> rc /fores.res res.rc - cl /nologo /c test_stuff.c /Fotest_stuff.obj + cl /Fotest_stuff.obj /c test_stuff.c /nologo link /nologo /OUT:tests\test_stuff.exe test_stuff.obj res.res </screen> |