Be sure to use ecf custom variable "ssl_enabled" and not the variant "httpd_ssl_enabled" or else.

Include again the openssl include folder for EiffelStudio before 16.11, otherwise eif_openssl is not found.
This commit is contained in:
Jocelyn Fiat
2016-10-14 14:32:04 +02:00
parent 16f667af2c
commit a4d737d548
6 changed files with 56 additions and 10 deletions

View File

@@ -13,7 +13,7 @@
</option>
<setting name="console_application" value="true"/>
<setting name="concurrency" value="scoop"/>
<variable name="httpd_ssl_enabled" value="true"/>
<variable name="ssl_enabled" value="true"/>
<library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/>
<library name="default_standalone" location="..\..\library\server\wsf\default\standalone-safe.ecf"/>
<library name="http" location="..\..\library\network\protocol\http\http-safe.ecf"/>