Fixed http_network compilation for EiffelStudio before version 16.11.

This commit is contained in:
Jocelyn Fiat
2016-10-14 13:51:57 +02:00
parent 32ad7f0c65
commit 27a5c9d969
2 changed files with 4 additions and 4 deletions

View File

@@ -36,7 +36,7 @@
</library> </library>
<cluster name="network" location=".\src\"> <cluster name="network" location=".\src\">
<file_rule> <file_rule>
<exclude>/httpd_stream_socket_ext.e$</exclude> <exclude>/http_stream_socket_ext.e$</exclude>
<condition> <condition>
<version type="compiler" max="16.11.0.0"/> <version type="compiler" max="16.11.0.0"/>
</condition> </condition>
@@ -59,7 +59,7 @@
<custom name="httpd_ssl_enabled" value="true"/> <custom name="httpd_ssl_enabled" value="true"/>
</condition> </condition>
<file_rule> <file_rule>
<exclude>/httpd_stream_ssl_socket_ext.e$</exclude> <exclude>/http_stream_secure_socket_ext.e$</exclude>
<condition> <condition>
<version type="compiler" max="16.11.0.0"/> <version type="compiler" max="16.11.0.0"/>
<custom name="ssl_enabled" value="true"/> <custom name="ssl_enabled" value="true"/>

View File

@@ -36,7 +36,7 @@
</library> </library>
<cluster name="network" location=".\src\"> <cluster name="network" location=".\src\">
<file_rule> <file_rule>
<exclude>/httpd_stream_socket_ext.e$</exclude> <exclude>/http_stream_socket_ext.e$</exclude>
<condition> <condition>
<version type="compiler" max="16.11.0.0"/> <version type="compiler" max="16.11.0.0"/>
</condition> </condition>
@@ -59,7 +59,7 @@
<custom name="httpd_ssl_enabled" value="true"/> <custom name="httpd_ssl_enabled" value="true"/>
</condition> </condition>
<file_rule> <file_rule>
<exclude>/httpd_stream_ssl_socket_ext.e$</exclude> <exclude>/http_stream_secure_socket_ext.e$</exclude>
<condition> <condition>
<version type="compiler" max="16.11.0.0"/> <version type="compiler" max="16.11.0.0"/>
<custom name="ssl_enabled" value="true"/> <custom name="ssl_enabled" value="true"/>