Fixed configuration files

This commit is contained in:
Florian Jacky
2015-08-27 23:39:31 +02:00
committed by Jocelyn Fiat
parent dbdc594b59
commit aa0eb4fc43
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
</option>
<library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/>
<library name="curl" location="$ISE_LIBRARY\library\cURL\cURL-safe.ecf"/>
<library name="encoder" location="..\..\text\encoder\encoder-safe.ecf"/>
<library name="encoder" location="../../web/framework/ewf/text/encoder/encoder.ecf"/>
<library name="http" location="../../web/framework/ewf/text/encoder-safe.ecf"/>
<library name="http_authorization" location="$ISE_LIBRARY\library\server\authentication\http_authorization\http_authorization-safe.ecf"/>
<library name="net" location="$ISE_LIBRARY\library\net\net-safe.ecf"/>

View File

@@ -11,7 +11,7 @@
</option>
<library name="base" location="$ISE_LIBRARY\library\base\base.ecf"/>
<library name="curl" location="$ISE_LIBRARY\library\cURL\cURL.ecf"/>
<library name="encoder" location="../../web/framework/ewf/text/encoder/encoder-safe.ecf"/>
<library name="encoder" location="..\..\text\encoder\encoder-safe.ecf"/>
<library name="http_client" location="$ISE_LIBRARY\library\network\http_client\http_client-safe.ecf"/>
<library name="net" location="$ISE_LIBRARY\library\net\net.ecf"/>
<library name="uri" location="$ISE_LIBRARY\library\text\uri\uri.ecf"/>