Temporary fixed issue of using modified cURL (which is cURL provided with EiffelStudio 7.0)

This changes will be reverted in the future
This commit is contained in:
Jocelyn Fiat
2011-10-11 10:46:56 +02:00
parent 6408bec628
commit 6758c4aef4
4 changed files with 188 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
<option warning="true" full_class_checking="true" is_attached_by_default="true" void_safety="all" syntax="provisional">
</option>
<library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/>
<library name="cURL" location="../../../ext/ise_library/curl/curl-safe.ecf"/>
<library name="cURL" location="../../../ext/ise_library/curl-safe.ecf"/>
<library name="encoder" location="../../text/encoder/encoder-safe.ecf"/>
<cluster name="src" location=".\src\" recursive="true"/>
</target>

View File

@@ -10,7 +10,7 @@
<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="cURL" location="../../../ext/ise_library/curl/curl.ecf"/>
<library name="cURL" location="../../../ext/ise_library/curl.ecf"/>
<library name="encoder" location="../../text/encoder/encoder.ecf"/>
<cluster name="src" location=".\src\" recursive="true"/>
</target>