Prepare nino ecf to be compilable with upcoming changes in EiffelNet / NETWORK_STREAM_SOCKET interface.
(see rev#96640 from eiffelstudio subversion repository)
This commit is contained in:
@@ -15,6 +15,21 @@
|
|||||||
<library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/>
|
<library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/>
|
||||||
<library name="net" location="$ISE_LIBRARY\library\net\net-safe.ecf"/>
|
<library name="net" location="$ISE_LIBRARY\library\net\net-safe.ecf"/>
|
||||||
<library name="thread" location="$ISE_LIBRARY\library\thread\thread-safe.ecf"/>
|
<library name="thread" location="$ISE_LIBRARY\library\thread\thread-safe.ecf"/>
|
||||||
<cluster name="nino" location=".\library\" recursive="true"/>
|
<cluster name="nino" location=".\library\" recursive="true">
|
||||||
|
<file_rule>
|
||||||
|
<exclude>spec</exclude>
|
||||||
|
</file_rule>
|
||||||
|
<file_rule>
|
||||||
|
<exclude>tcp_stream_socket.e</exclude>
|
||||||
|
<condition>
|
||||||
|
<version type="compiler" max="15.01.9.6506"/>
|
||||||
|
</condition>
|
||||||
|
</file_rule>
|
||||||
|
</cluster>
|
||||||
|
<cluster name="spec_before_15_01" location=".\library\spec\before_15_01\" recursive="true">
|
||||||
|
<condition>
|
||||||
|
<version type="compiler" max="15.01.9.6506"/>
|
||||||
|
</condition>
|
||||||
|
</cluster>
|
||||||
</target>
|
</target>
|
||||||
</system>
|
</system>
|
||||||
|
|||||||
@@ -15,6 +15,21 @@
|
|||||||
<library name="base" location="$ISE_LIBRARY\library\base\base.ecf"/>
|
<library name="base" location="$ISE_LIBRARY\library\base\base.ecf"/>
|
||||||
<library name="net" location="$ISE_LIBRARY\library\net\net.ecf"/>
|
<library name="net" location="$ISE_LIBRARY\library\net\net.ecf"/>
|
||||||
<library name="thread" location="$ISE_LIBRARY\library\thread\thread.ecf"/>
|
<library name="thread" location="$ISE_LIBRARY\library\thread\thread.ecf"/>
|
||||||
<cluster name="nino" location=".\library\" recursive="true"/>
|
<cluster name="nino" location=".\library\" recursive="true">
|
||||||
|
<file_rule>
|
||||||
|
<exclude>spec</exclude>
|
||||||
|
</file_rule>
|
||||||
|
<file_rule>
|
||||||
|
<exclude>tcp_stream_socket.e</exclude>
|
||||||
|
<condition>
|
||||||
|
<version type="compiler" max="15.01.9.6506"/>
|
||||||
|
</condition>
|
||||||
|
</file_rule>
|
||||||
|
</cluster>
|
||||||
|
<cluster name="spec_before_15_01" location=".\library\spec\before_15_01\" recursive="true">
|
||||||
|
<condition>
|
||||||
|
<version type="compiler" max="15.01.9.6506"/>
|
||||||
|
</condition>
|
||||||
|
</cluster>
|
||||||
</target>
|
</target>
|
||||||
</system>
|
</system>
|
||||||
|
|||||||
Reference in New Issue
Block a user