summaryrefslogtreecommitdiff
path: root/doc/generated/examples/depends_ex1_5.xml
blob: abbe64ead53d6f2c1d2d5c72bed721e649f8b08c (plain)
1
2
3
4
5
6
7
8
9
<?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 hello</userinput>
cc -o hello.o -c hello.c
cc -o hello hello.o
%   [CHANGE A COMMENT IN hello.c]
% <userinput>scons -Q hello</userinput>
cc -o hello.o -c hello.c
scons: `hello' is up to date.
</screen>