added submodule ext/ise_library/curl to use the updated Eiffel cURL from ISE.
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -7,3 +7,6 @@
|
|||||||
[submodule "ext/text/json"]
|
[submodule "ext/text/json"]
|
||||||
path = ext/text/json
|
path = ext/text/json
|
||||||
url = http://github.com/Eiffel-World/ejson-svn.git
|
url = http://github.com/Eiffel-World/ejson-svn.git
|
||||||
|
[submodule "ext/ise_library/curl"]
|
||||||
|
path = ext/ise_library/curl
|
||||||
|
url = http://github.com/EiffelSoftware/mirror-Eiffel-cURL.git
|
||||||
|
|||||||
1
ext/ise_library/curl
Submodule
1
ext/ise_library/curl
Submodule
Submodule ext/ise_library/curl added at 19637b616b
@@ -10,7 +10,7 @@
|
|||||||
<option warning="true" full_class_checking="true" is_attached_by_default="true" void_safety="all" syntax="provisional">
|
<option warning="true" full_class_checking="true" is_attached_by_default="true" void_safety="all" syntax="provisional">
|
||||||
</option>
|
</option>
|
||||||
<library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/>
|
<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"/>
|
<library name="encoder" location="../../text/encoder/encoder-safe.ecf"/>
|
||||||
<cluster name="src" location=".\src\" recursive="true"/>
|
<cluster name="src" location=".\src\" recursive="true"/>
|
||||||
</target>
|
</target>
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<option warning="true" full_class_checking="true" void_safety="none" syntax="provisional">
|
<option warning="true" full_class_checking="true" void_safety="none" syntax="provisional">
|
||||||
</option>
|
</option>
|
||||||
<library name="base" location="$ISE_LIBRARY/library/base/base.ecf"/>
|
<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"/>
|
<library name="encoder" location="../../text/encoder/encoder.ecf"/>
|
||||||
<cluster name="src" location=".\src\" recursive="true"/>
|
<cluster name="src" location=".\src\" recursive="true"/>
|
||||||
</target>
|
</target>
|
||||||
|
|||||||
Reference in New Issue
Block a user