summaryrefslogtreecommitdiffstats
path: root/doc/generated/examples/lesssimple_ex3_2.xml
blob: a4d3cd4fbd580fb27a9b620eae89afeac40c18cc (plain)
1
2
3
4
5
6
7
8
<?xml version='1.0' encoding='UTF-8'?>
<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.scons.org/dbxsd/v1.0" xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 http://www.scons.org/dbxsd/v1.0/scons.xsd">C:\&gt;<userinput>scons -Q</userinput>
cl /Fofile1.obj /c file1.c /nologo
cl /Fofile2.obj /c file2.c /nologo
cl /Foprog.obj /c prog.c /nologo
link /nologo /OUT:program.exe prog.obj file1.obj file2.obj
embedManifestExeCheck(target, source, env)
</screen>