diff options
author | William Deegan <bill@baddogconsulting.com> | 2011-03-24 21:27:51 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2011-03-24 21:27:51 (GMT) |
commit | 1d89b2116cf0b8504fa0d77e2c19ce56b1b4a17a (patch) | |
tree | ef26ca8c3c157d57c435b1773776c07c16cf8200 /doc/user/simple.xml | |
parent | 9d3e484c30c20de4f7fac5cb0592cd1f33301fc1 (diff) | |
download | SCons-1d89b2116cf0b8504fa0d77e2c19ce56b1b4a17a.zip SCons-1d89b2116cf0b8504fa0d77e2c19ce56b1b4a17a.tar.gz SCons-1d89b2116cf0b8504fa0d77e2c19ce56b1b4a17a.tar.bz2 |
updated docs via bin/scons-doc.py -u
Diffstat (limited to 'doc/user/simple.xml')
-rw-r--r-- | doc/user/simple.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/user/simple.xml b/doc/user/simple.xml index 6bd70b0..2a687a0 100644 --- a/doc/user/simple.xml +++ b/doc/user/simple.xml @@ -110,6 +110,7 @@ scons: Building targets ... cl /Fohello.obj /c hello.c /nologo link /nologo /OUT:hello.exe hello.obj + embedManifestExeCheck(target, source, env) scons: done building targets. </screen> @@ -300,6 +301,7 @@ scons: Building targets ... cl /Fohello.obj /c hello.c /nologo link /nologo /OUT:hello.exe hello.obj + embedManifestExeCheck(target, source, env) scons: done building targets. C:\><userinput>scons -c</userinput> scons: Reading SConscript files ... @@ -507,6 +509,7 @@ scons: Building targets ... cl /Fohello.obj /c hello.c /nologo link /nologo /OUT:hello.exe hello.obj + embedManifestExeCheck(target, source, env) scons: done building targets. </screen> @@ -536,6 +539,7 @@ C:\><userinput>scons -Q</userinput> cl /Fohello.obj /c hello.c /nologo link /nologo /OUT:hello.exe hello.obj + embedManifestExeCheck(target, source, env) </screen> <para> |