Fixing http_client.ecf file with correct locations.

This commit is contained in:
2015-06-17 10:36:32 +02:00
parent 98e92ee0fe
commit a1a16b4a22

View File

@@ -10,9 +10,10 @@
<option warning="true" full_class_checking="true" void_safety="none" syntax="provisional">
</option>
<library name="base" location="$ISE_LIBRARY/library/base/base.ecf"/>
<library name="net" location="$ISE_LIBRARY\library\net\net.ecf"/>
<library name="curl" location="$ISE_LIBRARY\library\cURL\cURL.ecf"/>
<library name="encoder" location="../../web/framework/ewf/text/encoder/encoder.ecf"/>
<library name="encoder" location="..\..\text\encoder\encoder.ecf"/>
<library name="net" location="$ISE_LIBRARY\library\net\net.ecf"/>
<library name="uri" location="$ISE_LIBRARY\library\text\uri\uri.ecf"/>
<cluster name="src" location=".\src\" recursive="true"/>
</target>
</system>