Fixed various compilation error or warning.
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user