First step to extract the interface of the EWSGI specification into its own library

Applied the changes
This commit is contained in:
Jocelyn Fiat
2011-07-27 15:34:22 +02:00
parent 694c0a193c
commit 302ae8d030
21 changed files with 120 additions and 40 deletions

View File

@@ -11,6 +11,7 @@
</option>
<library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/>
<library name="time" location="$ISE_LIBRARY\library\time\time-safe.ecf"/>
<library name="ewsgi_spec" location="ewsgi_specification-safe.ecf"/>
<library name="error" location="..\..\error\error-safe.ecf"/>
<library name="http" location="..\..\protocol\http\http-safe.ecf"/>
<library name="encoder" location="..\..\text\encoder\encoder-safe.ecf" readonly="false"/>