-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmonopoly_lin.ecf
executable file
·20 lines (20 loc) · 1.23 KB
/
monopoly_lin.ecf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="ISO-8859-1"?>
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-13-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-13-0 http://www.eiffel.com/developers/xml/configuration-1-13-0.xsd" name="monopoly" uuid="CA2E9356-9B02-4226-8F96-6F366AFE3A7B">
<target name="monopoly_lin">
<root cluster="root_cluster" class="APPLICATION" feature="make_and_launch"/>
<option warning="true" full_class_checking="false" cat_call_detection="false" void_safety="conformance">
<assertions precondition="true" postcondition="true" check="true" invariant="true" loop="true" supplier_precondition="true"/>
</option>
<precompile name="vision2_pre" location="$ISE_PRECOMP\vision2-safe.ecf"/>
<library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/>
<library name="base2" location="$ISE_LIBRARY\library\base2\base2.ecf"/>
<library name="vision2" location="$ISE_LIBRARY\library\vision2\vision2-safe.ecf"/>
<cluster name="root_cluster" location=".\" recursive="true">
<file_rule>
<exclude>/EIFGENs$</exclude>
<exclude>/CVS$</exclude>
<exclude>/.svn$</exclude>
</file_rule>
</cluster>
</target>
</system>