Fixed typo in .ecf .. curl instead of cURL

This commit is contained in:
Jocelyn Fiat
2012-05-03 18:46:04 +02:00
parent 3b27e093eb
commit d40cc5d669
2 changed files with 14 additions and 14 deletions

View File

@@ -13,43 +13,43 @@
<option warning="true" full_class_checking="true" cat_call_detection="false" is_attached_by_default="true" void_safety="all" namespace="EiffelSoftware.Library"> <option warning="true" full_class_checking="true" cat_call_detection="false" is_attached_by_default="true" void_safety="all" namespace="EiffelSoftware.Library">
</option> </option>
<setting name="dotnet_naming_convention" value="true"/> <setting name="dotnet_naming_convention" value="true"/>
<external_include location="$(ECF_CONFIG_PATH)\curl\spec\include"> <external_include location="$(ECF_CONFIG_PATH)\cURL\spec\include">
<condition> <condition>
<platform value="windows"/> <platform value="windows"/>
</condition> </condition>
</external_include> </external_include>
<external_include location="$(ECF_CONFIG_PATH)/curl/spec/include"> <external_include location="$(ECF_CONFIG_PATH)/cURL/spec/include">
<condition> <condition>
<platform excluded_value="windows"/> <platform excluded_value="windows"/>
</condition> </condition>
</external_include> </external_include>
<external_object location="$(ECF_CONFIG_PATH)/curl/spec/$(ISE_PLATFORM)/lib/eiffel_curl.o"> <external_object location="$(ECF_CONFIG_PATH)/cURL/spec/$(ISE_PLATFORM)/lib/eiffel_curl.o">
<condition> <condition>
<platform excluded_value="windows"/> <platform excluded_value="windows"/>
<multithreaded value="false"/> <multithreaded value="false"/>
</condition> </condition>
</external_object> </external_object>
<external_object location="$(ECF_CONFIG_PATH)/curl/spec/$(ISE_PLATFORM)/lib/MTeiffel_curl.o"> <external_object location="$(ECF_CONFIG_PATH)/cURL/spec/$(ISE_PLATFORM)/lib/MTeiffel_curl.o">
<condition> <condition>
<platform excluded_value="windows"/> <platform excluded_value="windows"/>
<multithreaded value="true"/> <multithreaded value="true"/>
</condition> </condition>
</external_object> </external_object>
<external_object location="$(ECF_CONFIG_PATH)\curl\spec\$(ISE_C_COMPILER)\$(ISE_PLATFORM)\lib\eiffel_curl.lib"> <external_object location="$(ECF_CONFIG_PATH)\cURL\spec\$(ISE_C_COMPILER)\$(ISE_PLATFORM)\lib\eiffel_curl.lib">
<condition> <condition>
<platform value="windows"/> <platform value="windows"/>
<multithreaded value="false"/> <multithreaded value="false"/>
<dotnet value="false"/> <dotnet value="false"/>
</condition> </condition>
</external_object> </external_object>
<external_object location="$(ECF_CONFIG_PATH)\curl\spec\$(ISE_C_COMPILER)\$(ISE_PLATFORM)\lib\mteiffel_curl.lib"> <external_object location="$(ECF_CONFIG_PATH)\cURL\spec\$(ISE_C_COMPILER)\$(ISE_PLATFORM)\lib\mteiffel_curl.lib">
<condition> <condition>
<platform value="windows"/> <platform value="windows"/>
<multithreaded value="true"/> <multithreaded value="true"/>
<dotnet value="false"/> <dotnet value="false"/>
</condition> </condition>
</external_object> </external_object>
<external_object location="$(ECF_CONFIG_PATH)\spec\$(ISE_C_COMPILER)\$(ISE_PLATFORM)\lib\ileiffel_curl.lib"> <external_object location="$(ECF_CONFIG_PATH)\cURL\spec\$(ISE_C_COMPILER)\$(ISE_PLATFORM)\lib\ileiffel_curl.lib">
<condition> <condition>
<platform value="windows"/> <platform value="windows"/>
<dotnet value="true"/> <dotnet value="true"/>

View File

@@ -13,43 +13,43 @@
<option warning="true" namespace="EiffelSoftware.Library"> <option warning="true" namespace="EiffelSoftware.Library">
</option> </option>
<setting name="dotnet_naming_convention" value="true"/> <setting name="dotnet_naming_convention" value="true"/>
<external_include location="$(ECF_CONFIG_PATH}\curl\spec\include"> <external_include location="$(ECF_CONFIG_PATH}\cURL\spec\include">
<condition> <condition>
<platform value="windows"/> <platform value="windows"/>
</condition> </condition>
</external_include> </external_include>
<external_include location="$(ECF_CONFIG_PATH}/curl/spec/include"> <external_include location="$(ECF_CONFIG_PATH}/cURL/spec/include">
<condition> <condition>
<platform excluded_value="windows"/> <platform excluded_value="windows"/>
</condition> </condition>
</external_include> </external_include>
<external_object location="$(ECF_CONFIG_PATH}/curl/spec/$(ISE_PLATFORM)/lib/eiffel_curl.o"> <external_object location="$(ECF_CONFIG_PATH}/cURL/spec/$(ISE_PLATFORM)/lib/eiffel_curl.o">
<condition> <condition>
<platform excluded_value="windows"/> <platform excluded_value="windows"/>
<multithreaded value="false"/> <multithreaded value="false"/>
</condition> </condition>
</external_object> </external_object>
<external_object location="$(ECF_CONFIG_PATH}/curl/spec/$(ISE_PLATFORM)/lib/MTeiffel_curl.o"> <external_object location="$(ECF_CONFIG_PATH}/cURL/spec/$(ISE_PLATFORM)/lib/MTeiffel_curl.o">
<condition> <condition>
<platform excluded_value="windows"/> <platform excluded_value="windows"/>
<multithreaded value="true"/> <multithreaded value="true"/>
</condition> </condition>
</external_object> </external_object>
<external_object location="$(ECF_CONFIG_PATH}\curl\spec\$(ISE_C_COMPILER)\$(ISE_PLATFORM)\lib\eiffel_curl.lib"> <external_object location="$(ECF_CONFIG_PATH}\cURL\spec\$(ISE_C_COMPILER)\$(ISE_PLATFORM)\lib\eiffel_curl.lib">
<condition> <condition>
<platform value="windows"/> <platform value="windows"/>
<multithreaded value="false"/> <multithreaded value="false"/>
<dotnet value="false"/> <dotnet value="false"/>
</condition> </condition>
</external_object> </external_object>
<external_object location="$(ECF_CONFIG_PATH}\curl\spec\$(ISE_C_COMPILER)\$(ISE_PLATFORM)\lib\mteiffel_curl.lib"> <external_object location="$(ECF_CONFIG_PATH}\cURL\spec\$(ISE_C_COMPILER)\$(ISE_PLATFORM)\lib\mteiffel_curl.lib">
<condition> <condition>
<platform value="windows"/> <platform value="windows"/>
<multithreaded value="true"/> <multithreaded value="true"/>
<dotnet value="false"/> <dotnet value="false"/>
</condition> </condition>
</external_object> </external_object>
<external_object location="$(ECF_CONFIG_PATH}\curl\spec\$(ISE_C_COMPILER)\$(ISE_PLATFORM)\lib\ileiffel_curl.lib"> <external_object location="$(ECF_CONFIG_PATH}\cURL\spec\$(ISE_C_COMPILER)\$(ISE_PLATFORM)\lib\ileiffel_curl.lib">
<condition> <condition>
<platform value="windows"/> <platform value="windows"/>
<dotnet value="true"/> <dotnet value="true"/>