updated conneg .ecf

This commit is contained in:
Jocelyn Fiat
2012-12-20 10:18:50 +01:00
parent 1e6d273254
commit c058012313
2 changed files with 2 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
<assertions precondition="true"/> <assertions precondition="true"/>
</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="http" location="../http/http-safe.ecf"/>
<cluster name="conneg" location=".\src" recursive="true"/> <cluster name="conneg" location=".\src" recursive="true"/>
</target> </target>
</system> </system>

View File

@@ -12,6 +12,7 @@
<assertions precondition="true"/> <assertions precondition="true"/>
</option> </option>
<library name="base" location="$ISE_LIBRARY\library\base\base.ecf"/> <library name="base" location="$ISE_LIBRARY\library\base\base.ecf"/>
<library name="http" location="../http/http.ecf"/>
<cluster name="conneg" location=".\src" recursive="true"/> <cluster name="conneg" location=".\src" recursive="true"/>
</target> </target>
</system> </system>