12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <?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-2019, 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}/"/>
- <external_include
- location="${IUP_HEADERS}/"/>
- <external_include
- location="${GOBO}/tool/gec/runtime/c/"/>
- <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="elks" location="${GOBO}/library/free_elks/library.ecf"/>
- <cluster name="eiffel-iup" location="./" recursive="true">
- </cluster>
- </target>
- </system>
|