Corrected wsf_compression.ecf which was missing a few libraries.

The -safe.ecf was correct.
This commit is contained in:
Jocelyn Fiat
2017-09-02 21:49:41 +02:00
parent a7d0398ec6
commit cdada71f7e

View File

@@ -12,7 +12,10 @@
<setting name="concurrency" value="scoop"/>
<library name="base" location="$ISE_LIBRARY\library\base\base.ecf"/>
<library name="conneg" location="..\..\network\protocol\content_negotiation\conneg.ecf"/>
<library name="http" location="..\..\network\protocol\http\http.ecf"/>
<library name="wsf" location="wsf.ecf"/>
<library name="time" location="$ISE_LIBRARY\library\time\time.ecf"/>
<library name="zlib" location="$ISE_LIBRARY\unstable\library\compression\zlib\zlib.ecf" readonly="false"/>
<cluster name="compression" location=".\compression\" recursive="true"/>
</target>
</system>