fixed compilation for ewsgi/tests/tests.ecf file

This commit is contained in:
Jocelyn Fiat
2011-09-28 17:08:28 +02:00
parent aa20a1423f
commit 2b14a40898

View File

@@ -7,13 +7,15 @@
<exclude>/EIFGENs$</exclude> <exclude>/EIFGENs$</exclude>
<exclude>/.svn$</exclude> <exclude>/.svn$</exclude>
</file_rule> </file_rule>
<option warning="true" full_class_checking="true" void_safety="none" syntax="standard"> <option warning="true" full_class_checking="true" void_safety="none" syntax="provisional">
</option> </option>
<setting name="concurrency" value="none"/> <setting name="concurrency" value="none"/>
<library name="ewsgi_spec" location="..\ewsgi_spec.ecf"/>
<library name="ewsgi_nino" location="..\default\ewsgi_nino.ecf"/>
<library name="base" location="$ISE_LIBRARY/library/base/base.ecf"/> <library name="base" location="$ISE_LIBRARY/library/base/base.ecf"/>
<library name="ewsgi_nino" location="..\default\ewsgi_nino.ecf"/>
<library name="ewsgi" location="..\ewsgi.ecf"/>
<library name="http_client" location="..\..\..\client\http_client\http_client.ecf"/>
<library name="testing" location="$ISE_LIBRARY/library/testing/testing.ecf"/> <library name="testing" location="$ISE_LIBRARY/library/testing/testing.ecf"/>
<library name="thread" location="$ISE_LIBRARY\library\thread\thread-safe.ecf"/>
<tests name="src" location="." recursive="true"/> <tests name="src" location="." recursive="true"/>
</target> </target>
</system> </system>