summaryrefslogtreecommitdiff
path: root/doc/generated/examples/misc_Exit_1.xml
blob: 65ccf9b5fb60fa74faf4f609feb520da59bf6012 (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<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/scons.xsd scons.xsd">% <userinput>scons -Q FUTURE=1</userinput>
The FUTURE option is not supported yet!
% <userinput>scons -Q</userinput>
cc -o hello.o -c hello.c
cc -o hello hello.o
</screen>