Merge pull request #4668 from adamscott/template-pool-to-scons_pool
[scons.git] / doc / generated / examples / misc_Exit_1.xml
blobf0f31b0aa033ebec2e3811882e8f173d9e7a6f7c
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 FUTURE=1</userinput>
2 The FUTURE option is not supported yet!
3 % <userinput>scons -Q</userinput>
4 cc -o hello.o -c hello.c
5 cc -o hello hello.o
6 </screen>