[ci skip] update generated files
[scons.git] / doc / generated / examples / nodes_ex1_1.xml
blob42354474ff7bb5eeeeae6a6526687ccde73e7ee1
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 -Q</userinput>
2 cc -o goodbye.o -c -DGOODBYE goodbye.c
3 cc -o hello.o -c -DHELLO hello.c
4 cc -o hello hello.o goodbye.o
5 </screen>