Fixed various compilation error or warning.

This commit is contained in:
2015-06-05 12:17:53 +02:00
parent dd5c89e31c
commit 64463df552
9 changed files with 71 additions and 20 deletions

View File

@@ -13,6 +13,13 @@
<library name="ewsgi" location="..\..\ewsgi.ecf"/>
<library name="http" location="..\..\..\..\..\..\network\protocol\http\http.ecf"/>
<library name="libfcgi" location="..\..\..\..\..\libfcgi\libfcgi.ecf"/>
<cluster name="src" location=".\" recursive="true"/>
<cluster name="src" location="..\..\..\..\..\ewsgi\connectors\libfcgi\src" recursive="true">
<file_rule>
<exclude>/wgi_.*_handler.e$</exclude>
<exclude>/wgi_.*_connector.e$</exclude>
<exclude>/.*_service.e$</exclude>
</file_rule>
</cluster>
<cluster name="src_v0" location=".\" recursive="true"/>
</target>
</system>

View File

@@ -23,6 +23,6 @@
<exclude>/.*_service.e$</exclude>
</file_rule>
</cluster>
<cluster name="src" location=".\src\" recursive="true"/>
<cluster name="src_v0" location=".\src\" recursive="true" />
</target>
</system>