Updated to compile with upcoming EiffelStudio 18.05 .

This commit is contained in:
2018-05-28 16:11:24 +02:00
parent da2e26f697
commit 7ed1e815b0
3 changed files with 35 additions and 14 deletions

View File

@@ -27,10 +27,21 @@
<custom name="ssl_enabled" excluded_value="true"/>
</condition>
</cluster>
<cluster name="ssl_network" location="$|ssl\" recursive="true">
<cluster name="ssl_network" location="$|ssl\" recursive="false">
<condition>
<custom name="ssl_enabled" value="true"/>
</condition>
<file_rule>
<exclude>/http_stream_secure_socket_ext\.e$</exclude>
<condition>
<version type="compiler" max="18.05.0.0"/>
</condition>
</file_rule>
</cluster>
<cluster name="ssl_network_until_18_05" location="$|ssl\until_18.05" recursive="true">
<condition>
<version type="compiler" max="18.05.0.0"/>
</condition>
</cluster>
</cluster>
</target>