Added a few library_target to .ecf to be able to build the tests/all-safe.ecf

that enables us to check quickly the compilation state of EWF, and also perform refactorying over many projects.
This commit is contained in:
Jocelyn Fiat
2012-12-19 16:45:45 +01:00
parent 3d8e277003
commit 619be9a8cd
2 changed files with 5 additions and 8 deletions

View File

@@ -25,6 +25,9 @@
<library name="ewf_support" location="..\library\server\ewf_support\ewf_support-safe.ecf" readonly="false"/>
<library name="wsf_extension" location="..\library\server\wsf\wsf_extension-safe.ecf" readonly="false"/>
<library name="wsf_session" location="..\library\server\wsf\wsf_session-safe.ecf" readonly="false"/>
<library name="ex_restbuck" location="..\examples\restbucksCRUD\restbucks-safe.ecf" readonly="false"/>
<library name="ex_simple" location="..\examples\simple\simple.ecf" readonly="false"/>
<library name="ex_filter" location="..\examples\filter\filter-safe.ecf" readonly="false"/>
</target>
<target name="all_windows" extends="all">
<description>Compiling as Windows , on other platforms than Windows</description>