123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?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="eiffel-iup"
- library_target="eiffel-iup"
- uuid="3C312C2A-398E-4A0E-B834-1663DF82359F"
- >
- <description>
- description: "ECF file for the Eiffel-IUP Library"
- library: "Eiffel-IUP Library"
- copyright: "Copyright (c) 2016-2020, German Arias"
- license: "MIT License"
- </description>
- <target name="eiffel-iup">
- <root all_classes="true"/>
- <file_rule>
- <exclude>/\.svn$</exclude>
- <exclude>/\.git$</exclude>
- <exclude>/EIFGENs$</exclude>
- </file_rule>
- <option warning="true"/>
- <external_include
- location="${EIFFEL_IUP}/c_functions/"/>
- <external_include
- location="${IUP_HEADERS}/"/>
- <external_object location="${EIFFEL_IUP}/c_functions/eiffel-iup.o"/>
- <external_library location="${IUP_LIBS}/libiup.so">
- <description>IUP Library</description>
- </external_library>
- <external_library location="${IUP_LIBS}/libiupcd.so">
- <description>IUP Library</description>
- </external_library>
- <external_library location="${IUP_LIBS}/libcd.so">
- <description>IUP Library</description>
- </external_library>
- <external_library location="${IUP_LIBS}/libcdim.so">
- <description>IUP Library</description>
- </external_library>
- <external_library location="${IUP_LIBS}/libiupcontrols.so">
- <description>IUP Library</description>
- </external_library>
- <external_library location="${IUP_LIBS}/libiupgl.so">
- <description>IUP Library</description>
- </external_library>
- <external_library location="${IUP_LIBS}/libiupglcontrols.so">
- <description>IUP Library</description>
- </external_library>
- <external_library location="${IUP_LIBS}/libiupim.so">
- <description>IUP Library</description>
- </external_library>
- <external_library location="${IUP_LIBS}/libim.so">
- <description>IUP Library</description>
- </external_library>
- <external_library location="${IUP_LIBS}/libiupimglib.so">
- <description>IUP Library</description>
- </external_library>
- <external_library location="${IUP_LIBS}/libcdcontextplus.so">
- <description>IUP Library</description>
- </external_library>
- <library name="base" location="$ISE_LIBRARY/library/base/base-safe.ecf"/>
- <cluster name="eiffel-iup" location="./" recursive="true">
- </cluster>
- </target>
- </system>
|