-
Notifications
You must be signed in to change notification settings - Fork 0
/
wrap_inkview.ecf
30 lines (30 loc) · 1.64 KB
/
wrap_inkview.ecf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="ISO-8859-1"?>
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-20-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-20-0 http://www.eiffel.com/developers/xml/configuration-1-20-0.xsd" name="wrap_inkview" uuid="3A975DDB-60B0-4972-B77D-A39234E4BF9B" library_target="wrap_inkview">
<target name="wrap_inkview">
<root all_classes="true"/>
<file_rule>
<exclude>/CVS$</exclude>
<exclude>/EIFGENs$</exclude>
<exclude>/\.git$</exclude>
<exclude>/\.svn$</exclude>
</file_rule>
<option warning="true" manifest_array_type="mismatch_warning">
<assertions precondition="true" postcondition="true" check="true" invariant="true" loop="true" supplier_precondition="true"/>
</option>
<setting name="console_application" value="true"/>
<setting name="dead_code_removal" value="feature"/>
<capability>
<catcall_detection support="none"/>
<concurrency support="none"/>
<void_safety support="all"/>
</capability>
<external_include location="$ECF_CONFIG_PATH/generated_wrapper/c/include"/>
<external_include location="$(SDK_SYSROOT)/usr/include/freetype2"/>
<external_library location="$(SDK_SYSROOT)/usr/local/lib/libinkview.so"/>
<external_library location="$ECF_CONFIG_PATH/C/spec/$(ISE_PLATFORM)/lib/eif_inkview.a"/>
<pre_compile_action working_directory=".\generated_wrapper\c\src\" command="finish_freezing -library" succeed="true">
</pre_compile_action>
<library name="base" location="$ISE_LIBRARY\library\base\base.ecf"/>
<cluster name="wrap_inkview" location=".\" recursive="true"/>
</target>
</system>