Fixed compilation for wsf tests.

This commit is contained in:
2014-10-10 14:26:50 +02:00
parent 99588faf40
commit 2cc751f326

View File

@@ -18,6 +18,7 @@
<library name="http" location="..\..\..\network\protocol\http\http.ecf" readonly="false"/>
<library name="http_client" location="..\..\..\network\http_client\http_client.ecf" readonly="false"/>
<library name="thread" location="$ISE_LIBRARY\library\thread\thread.ecf"/>
<library name="time" location="$ISE_LIBRARY\library\time\time-safe.ecf"/>
<library name="wsf" location="..\wsf.ecf" readonly="false"/>
<cluster name="server" location=".\server\" recursive="true"/>
</target>