fixed path to cURL.ecf file, using the correct uppercase

This commit is contained in:
Jocelyn Fiat
2011-10-31 09:14:43 -07:00
parent 179dbceaba
commit 0f5ae7e153
2 changed files with 4 additions and 4 deletions

View File

@@ -10,12 +10,12 @@
<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="$ISE_LIBRARY\library\cURL\cURL-safe.ecf">
<condition>
<version type="compiler" min="7.0.8.7340"/>
</condition>
</library>
<library name="curl_local" location="..\..\..\ext\ise_library\curl-safe.ecf">
<library name="curl_local" location="..\..\..\ext\ise_library\cURL-safe.ecf">
<condition>
<version type="compiler" max="7.0.8.7339"/>
</condition>

View File

@@ -10,12 +10,12 @@
<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="$ISE_LIBRARY\library\cURL\cURL.ecf">
<condition>
<version type="compiler" min="7.0.8.7340"/>
</condition>
</library>
<library name="curl_local" location="..\..\..\ext\ise_library\curl.ecf">
<library name="curl_local" location="..\..\..\ext\ise_library\cURL.ecf">
<condition>
<version type="compiler" max="7.0.8.7339"/>
</condition>