fixed case sensitive path

This commit is contained in:
Jocelyn Fiat
2011-09-20 18:19:23 +02:00
parent 284d7826c8
commit 0414cd4501
2 changed files with 2 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 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="$ISE_LIBRARY\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">
<file_rule> <file_rule>

View File

@@ -10,7 +10,7 @@
<option warning="true" full_class_checking="true" void_safety="none" syntax="standard"> <option warning="true" full_class_checking="true" void_safety="none" syntax="standard">
</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="$ISE_LIBRARY/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">
<file_rule> <file_rule>