added submodule ext/ise_library/curl to use the updated Eiffel cURL from ISE.

This commit is contained in:
Jocelyn Fiat
2011-10-10 17:48:18 +02:00
parent c105c267e7
commit f77ba9ccd8
4 changed files with 6 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="$ISE_LIBRARY\library\cURL\cURL-safe.ecf"/>
<library name="cURL" location="../../../ext/ise_library/curl/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="$ISE_LIBRARY/library/cURL/cURL.ecf"/>
<library name="cURL" location="../../../ext/ise_library/curl/curl.ecf"/>
<library name="encoder" location="../../text/encoder/encoder.ecf"/>
<cluster name="src" location=".\src\" recursive="true"/>
</target>