Renamed model-safe.ecf as cms_model-safe.ecf since it is very specific to the cms.

Fixed compilation issue due to recent use of STRING_TABLE.
This commit is contained in:
2014-11-13 11:15:35 +01:00
parent 9cd53c7c78
commit 71734a6dd7
7 changed files with 10 additions and 9 deletions

View File

@@ -12,7 +12,7 @@
<library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/>
<library name="base_extension" location="$ISE_LIBRARY\library\base_extension\base_extension-safe.ecf"/>
<library name="cms" location="..\..\..\..\cms\cms-safe.ecf" readonly="false"/>
<library name="cms_model" location="..\..\..\..\cms\model\model-safe.ecf" readonly="false"/>
<library name="cms_model" location="..\..\..\..\cms\model\cms_model-safe.ecf" readonly="false"/>
<library name="http" location="$ISE_LIBRARY\contrib\library\network\protocol\http\http-safe.ecf"/>
<library name="json" location="$ISE_LIBRARY\contrib\library\text\parser\json\library\json-safe.ecf" readonly="false"/>
<library name="time" location="$ISE_LIBRARY\library\time\time-safe.ecf"/>