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/nodes.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/nodes.xml')
| -rw-r--r-- | doc/user/nodes.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/user/nodes.xml b/doc/user/nodes.xml index e27d894..42d44c6 100644 --- a/doc/user/nodes.xml +++ b/doc/user/nodes.xml @@ -131,6 +131,7 @@ cl /Fogoodbye.obj /c goodbye.c -DGOODBYE cl /Fohello.obj /c hello.c -DHELLO link /nologo /OUT:hello.exe hello.obj goodbye.obj + embedManifestExeCheck(target, source, env) </screen> <para> @@ -275,6 +276,7 @@ The program file is: hello.exe cl /Fohello.obj /c hello.c /nologo link /nologo /OUT:hello.exe hello.obj + embedManifestExeCheck(target, source, env) </screen> <para> |
