Merge pull request #4668 from adamscott/template-pool-to-scons_pool
[scons.git] / doc / generated / examples / builders_override_ex2_1.xml
blob158f399969802a2f62958f2730201075cfe0ab32
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 hello.o -c -DEBUG -Iinclude hello.c
3 cc -o hello hello.o -lm
4 </screen>