Fixed http_network compilation for EiffelStudio before version 16.11.
This commit is contained in:
@@ -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"/>
|
||||||
|
|||||||
@@ -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"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user