Added back vision2 since used for the API_LOADER_IMP on Unix but this time with an explicit conditional.

git-svn-id: https://svn.origo.ethz.ch/eiffelstudio/trunk/Src/library/cURL@76965 8089f293-4706-0410-a29e-feb5c42a2edf
This commit is contained in:
manus
2009-02-04 16:58:59 +00:00
parent 925fdcd979
commit 93b74d0d5e
2 changed files with 10 additions and 0 deletions

View File

@@ -57,6 +57,11 @@
</external_object>
<library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/>
<library name="wel" location="$ISE_LIBRARY\library\wel\wel-safe.ecf"/>
<library name="vision2" location="$ISE_LIBRARY\library\vision2\vision2-safe.ecf">
<condition>
<platform excluded_value="windows"/>
</condition>
</libray>
<cluster name="curl" location=".\" recursive="true">
<file_rule>
<exclude>/spec$</exclude>

View File

@@ -57,6 +57,11 @@
</external_object>
<library name="base" location="$ISE_LIBRARY\library\base\base.ecf"/>
<library name="wel" location="$ISE_LIBRARY\library\wel\wel.ecf"/>
<library name="vision2" location="$ISE_LIBRARY\library\vision2\vision2.ecf">
<condition>
<platform excluded_value="windows"/>
</condition>
</libray>
<cluster name="curl" location=".\" recursive="true">
<file_rule>
<exclude>/spec$</exclude>