es-library.ecf 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <system
  3. xmlns="http://www.eiffel.com/developers/xml/configuration-1-20-0"
  4. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5. xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-20-0 http://www.eiffel.com/developers/xml/configuration-1-20-0.xsd"
  6. name="eiffel-iup"
  7. library_target="eiffel-iup"
  8. uuid="3C312C2A-398E-4A0E-B834-1663DF82359F"
  9. >
  10. <description>
  11. description: "ECF file for the Eiffel-IUP Library"
  12. library: "Eiffel-IUP Library"
  13. copyright: "Copyright (c) 2016-2020, German Arias"
  14. license: "MIT License"
  15. </description>
  16. <target name="eiffel-iup">
  17. <root all_classes="true"/>
  18. <file_rule>
  19. <exclude>/\.svn$</exclude>
  20. <exclude>/\.git$</exclude>
  21. <exclude>/EIFGENs$</exclude>
  22. </file_rule>
  23. <option warning="true"/>
  24. <external_include
  25. location="${EIFFEL_IUP}/c_functions/"/>
  26. <external_include
  27. location="${IUP_HEADERS}/"/>
  28. <external_object location="${EIFFEL_IUP}/c_functions/eiffel-iup.o"/>
  29. <external_library location="${IUP_LIBS}/libiup.so">
  30. <description>IUP Library</description>
  31. </external_library>
  32. <external_library location="${IUP_LIBS}/libiupcd.so">
  33. <description>IUP Library</description>
  34. </external_library>
  35. <external_library location="${IUP_LIBS}/libcd.so">
  36. <description>IUP Library</description>
  37. </external_library>
  38. <external_library location="${IUP_LIBS}/libcdim.so">
  39. <description>IUP Library</description>
  40. </external_library>
  41. <external_library location="${IUP_LIBS}/libiupcontrols.so">
  42. <description>IUP Library</description>
  43. </external_library>
  44. <external_library location="${IUP_LIBS}/libiupgl.so">
  45. <description>IUP Library</description>
  46. </external_library>
  47. <external_library location="${IUP_LIBS}/libiupglcontrols.so">
  48. <description>IUP Library</description>
  49. </external_library>
  50. <external_library location="${IUP_LIBS}/libiupim.so">
  51. <description>IUP Library</description>
  52. </external_library>
  53. <external_library location="${IUP_LIBS}/libim.so">
  54. <description>IUP Library</description>
  55. </external_library>
  56. <external_library location="${IUP_LIBS}/libiupimglib.so">
  57. <description>IUP Library</description>
  58. </external_library>
  59. <external_library location="${IUP_LIBS}/libcdcontextplus.so">
  60. <description>IUP Library</description>
  61. </external_library>
  62. <library name="base" location="$ISE_LIBRARY/library/base/base-safe.ecf"/>
  63. <cluster name="eiffel-iup" location="./" recursive="true">
  64. </cluster>
  65. </target>
  66. </system>