use libfcgi(-safe).ecf rather than fcgi(-safe).ecf

This commit is contained in:
Jocelyn Fiat
2012-12-05 22:21:36 +01:00
parent 43df8f573b
commit e1dffa542e
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
<setting name="console_application" value="true"/>
<setting name="concurrency" value="thread"/>
<library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/>
<library name="fcgi" location="..\fcgi-safe.ecf" readonly="false"/>
<library name="fcgi" location="..\libfcgi-safe.ecf" readonly="false"/>
<cluster name="application" location=".\" recursive="true"/>
</target>
</system>

View File

@@ -10,7 +10,7 @@
<setting name="console_application" value="true"/>
<setting name="concurrency" value="thread"/>
<library name="base" location="$ISE_LIBRARY\library\base\base.ecf"/>
<library name="fcgi" location="..\fcgi.ecf" readonly="false"/>
<library name="fcgi" location="..\libfcgi.ecf" readonly="false"/>
<cluster name="application" location=".\" recursive="true"/>
</target>
</system>