library.ecf 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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-2019, 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}/"/>
  26. <external_include
  27. location="${IUP_HEADERS}/"/>
  28. <external_include
  29. location="${GOBO}/tool/gec/runtime/c/"/>
  30. <external_library location="${IUP_LIBS}/libiup.so">
  31. <description>IUP Library</description>
  32. </external_library>
  33. <external_library location="${IUP_LIBS}/libiupcd.so">
  34. <description>IUP Library</description>
  35. </external_library>
  36. <external_library location="${IUP_LIBS}/libcd.so">
  37. <description>IUP Library</description>
  38. </external_library>
  39. <external_library location="${IUP_LIBS}/libcdim.so">
  40. <description>IUP Library</description>
  41. </external_library>
  42. <external_library location="${IUP_LIBS}/libiupcontrols.so">
  43. <description>IUP Library</description>
  44. </external_library>
  45. <external_library location="${IUP_LIBS}/libiupgl.so">
  46. <description>IUP Library</description>
  47. </external_library>
  48. <external_library location="${IUP_LIBS}/libiupglcontrols.so">
  49. <description>IUP Library</description>
  50. </external_library>
  51. <external_library location="${IUP_LIBS}/libiupim.so">
  52. <description>IUP Library</description>
  53. </external_library>
  54. <external_library location="${IUP_LIBS}/libim.so">
  55. <description>IUP Library</description>
  56. </external_library>
  57. <external_library location="${IUP_LIBS}/libiupimglib.so">
  58. <description>IUP Library</description>
  59. </external_library>
  60. <external_library location="${IUP_LIBS}/libcdcontextplus.so">
  61. <description>IUP Library</description>
  62. </external_library>
  63. <library name="elks" location="${GOBO}/library/free_elks/library.ecf"/>
  64. <cluster name="eiffel-iup" location="./" recursive="true">
  65. </cluster>
  66. </target>
  67. </system>