-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathexample.ecf
More file actions
21 lines (21 loc) · 1.18 KB
/
example.ecf
File metadata and controls
21 lines (21 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="ISO-8859-1"?>
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-21-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-21-0 http://www.eiffel.com/developers/xml/configuration-1-21-0.xsd" name="example" uuid="8465F74E-F0D1-4CDD-A161-755CAE7F7F44">
<target name="example">
<root class="APPLICATION" feature="make"/>
<file_rule>
<exclude>/CVS$</exclude>
<exclude>/EIFGENs$</exclude>
<exclude>/\.git$</exclude>
<exclude>/\.svn$</exclude>
</file_rule>
<option warning="warning" manifest_array_type="mismatch_warning">
<assertions precondition="true" postcondition="true" check="true" invariant="true" loop="true" supplier_precondition="true"/>
</option>
<setting name="console_application" value="true"/>
<setting name="total_order_on_reals" value="true"/>
<setting name="dead_code_removal" value="feature"/>
<library name="base" location="$ISE_LIBRARY\library\base\base.ecf"/>
<library name="libqrencode" location="..\..\library\wrap_libqrencode.ecf" readonly="false"/>
<cluster name="example" location=".\" recursive="true"/>
</target>
</system>