[ci skip] update generated files
[scons.git] / doc / generated / examples / simple_declarative_1.xml
blob898821354795ee6f1106fc32daabe83ad4528004
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">% <userinput>scons</userinput>
2 scons: Reading SConscript files ...
3 Calling Program('hello.c')
4 Calling Program('goodbye.c')
5 Finished calling Program()
6 scons: done reading SConscript files.
7 scons: Building targets ...
8 cc -o goodbye.o -c goodbye.c
9 cc -o goodbye goodbye.o
10 cc -o hello.o -c hello.c
11 cc -o hello hello.o
12 scons: done building targets.
13 </screen>