Merge pull request #4668 from adamscott/template-pool-to-scons_pool
[scons.git] / doc / generated / examples / simple_ex1_2.xml
blob6f0b5ec2c23e8d5cd97763488a13da6658f689b9
1 <screen xmlns="http://www.scons.org/dbxsd/v1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 http://www.scons.org/dbxsd/v1.0/scons.xsd">C:\&gt;<userinput>scons</userinput>
2 scons: Reading SConscript files ...
3 scons: done reading SConscript files.
4 scons: Building targets ...
5 cl /Fohello.obj /c hello.c /nologo
6 link /nologo /OUT:hello.exe hello.obj
7 embedManifestExeCheck(target, source, env)
8 scons: done building targets.
9 </screen>