summaryrefslogtreecommitdiffstats
path: root/doc/user/simple.xml
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2011-03-24 21:27:51 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2011-03-24 21:27:51 (GMT)
commit1d89b2116cf0b8504fa0d77e2c19ce56b1b4a17a (patch)
treeef26ca8c3c157d57c435b1773776c07c16cf8200 /doc/user/simple.xml
parent9d3e484c30c20de4f7fac5cb0592cd1f33301fc1 (diff)
downloadSCons-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.xml4
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>