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

@@ -60,11 +60,21 @@
<library name="wsf_router_context" location="..\library\server\wsf\wsf_router_context-safe.ecf" readonly="false"/>
<library name="wsf_session" location="..\library\server\wsf\wsf_session-safe.ecf" readonly="false"/>
</target>
<target name="all_none" extends="all">
<description>Compiling with None concurrency</description>
<root all_classes="true"/>
<setting name="concurrency" value="none"/>
</target>
<target name="all_scoop" extends="all">
<description>Compiling with SCOOP concurrency</description>
<root all_classes="true"/>
<setting name="concurrency" value="scoop"/>
</target>
<target name="all_mt" extends="all">
<description>Compiling with Eiffel Thread concurrency</description>
<root all_classes="true"/>
<setting name="concurrency" value="thread"/>
</target>
<target name="all_windows" extends="all">
<description>Compiling as Windows , on other platforms than Windows</description>
<root all_classes="true"/>