-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdraw.ecf
22 lines (21 loc) · 1.17 KB
/
draw.ecf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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="draw" uuid="F5A0A72B-9EE0-40B7-86D3-FE23CCF75850">
<target name="draw">
<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="wrap_cairo" location="..\..\..\library\wrap_cairo.ecf" readonly="false"/>
<cluster name="draw" location=".\" recursive="true"/>
</target>
</system>