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/libraries.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/libraries.xml')
| -rw-r--r-- | doc/user/libraries.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/user/libraries.xml b/doc/user/libraries.xml index 1fa06af..9347668 100644 --- a/doc/user/libraries.xml +++ b/doc/user/libraries.xml @@ -206,6 +206,7 @@ cl /Fof3.obj /c f3.c /nologo link /nologo /dll /out:foo.dll /implib:foo.lib f1.obj f2.obj f3.obj RegServerFunc(target, source, env) + embedManifestDllCheck(target, source, env) </screen> <para> @@ -288,6 +289,7 @@ lib /nologo /OUT:foo.lib f1.obj f2.obj f3.obj cl /Foprog.obj /c prog.c /nologo link /nologo /OUT:prog.exe /LIBPATH:. foo.lib bar.lib prog.obj + embedManifestExeCheck(target, source, env) </screen> <para> @@ -412,6 +414,7 @@ C:\><userinput>scons -Q</userinput> cl /Foprog.obj /c prog.c /nologo link /nologo /OUT:prog.exe /LIBPATH:\usr\lib /LIBPATH:\usr\local\lib m.lib prog.obj + embedManifestExeCheck(target, source, env) </screen> <!-- The link command is too wide in the PDF version. There are some other examples of this throughout the document. --> |
