Skip to content

Commit e540346

Browse files
committed
Prepare nino ecf to be compilable with upcoming changes in EiffelNet / NETWORK_STREAM_SOCKET interface.
(see rev#96640 from eiffelstudio subversion repository)
1 parent 4c55267 commit e540346

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

contrib/library/network/server/nino/nino-safe.ecf

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,21 @@
1515
<library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/>
1616
<library name="net" location="$ISE_LIBRARY\library\net\net-safe.ecf"/>
1717
<library name="thread" location="$ISE_LIBRARY\library\thread\thread-safe.ecf"/>
18-
<cluster name="nino" location=".\library\" recursive="true"/>
18+
<cluster name="nino" location=".\library\" recursive="true">
19+
<file_rule>
20+
<exclude>spec</exclude>
21+
</file_rule>
22+
<file_rule>
23+
<exclude>tcp_stream_socket.e</exclude>
24+
<condition>
25+
<version type="compiler" max="15.01.9.6506"/>
26+
</condition>
27+
</file_rule>
28+
</cluster>
29+
<cluster name="spec_before_15_01" location=".\library\spec\before_15_01\" recursive="true">
30+
<condition>
31+
<version type="compiler" max="15.01.9.6506"/>
32+
</condition>
33+
</cluster>
1934
</target>
2035
</system>

contrib/library/network/server/nino/nino.ecf

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,21 @@
1515
<library name="base" location="$ISE_LIBRARY\library\base\base.ecf"/>
1616
<library name="net" location="$ISE_LIBRARY\library\net\net.ecf"/>
1717
<library name="thread" location="$ISE_LIBRARY\library\thread\thread.ecf"/>
18-
<cluster name="nino" location=".\library\" recursive="true"/>
18+
<cluster name="nino" location=".\library\" recursive="true">
19+
<file_rule>
20+
<exclude>spec</exclude>
21+
</file_rule>
22+
<file_rule>
23+
<exclude>tcp_stream_socket.e</exclude>
24+
<condition>
25+
<version type="compiler" max="15.01.9.6506"/>
26+
</condition>
27+
</file_rule>
28+
</cluster>
29+
<cluster name="spec_before_15_01" location=".\library\spec\before_15_01\" recursive="true">
30+
<condition>
31+
<version type="compiler" max="15.01.9.6506"/>
32+
</condition>
33+
</cluster>
1934
</target>
2035
</system>

0 commit comments

Comments
 (0)