123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- <project>
- <library name="opc" dep="mce plib zlib xml" mode="c99">
- <header root="config">
- <file path="opc/config.h" install="yes"/>
- </header>
- <header root=".">
- <file path="opc/opc.h" install="yes"/>
- <file path="opc/container.h" install="yes"/>
- <file path="opc/inputstream.h" install="yes"/>
- <file path="opc/outputstream.h" install="yes"/>
- <file path="opc/part.h" install="yes"/>
- <file path="opc/relation.h" install="yes"/>
- <file path="opc/xmlreader.h" install="yes"/>
- <file path="opc/xmlwriter.h" install="yes"/>
- <file path="opc/zip.h" install="yes"/>
- <file path="opc/helper.h" install="yes"/>
- <file path="opc/file.h" install="yes"/>
- <file path="opc/properties.h" install="yes"/>
- </header>
- <header root="opc">
- <file path="internal.h"/>
- </header>
- <source root="opc">
- <file path="opc.c"/>
- <file path="container.c"/>
- <file path="inputstream.c"/>
- <file path="outputstream.c"/>
- <file path="part.c"/>
- <file path="relation.c"/>
- <file path="xmlreader.c"/>
- <file path="xmlwriter.c"/>
- <file path="zip.c"/>
- <file path="helper.c"/>
- <file path="file.c"/>
- <file path="properties.c"/>
- </source>
- </library>
- <library name="mce" dep="plib xml" mode="c99">
- <header root="config">
- <file path="mce/config.h" install="yes"/>
- </header>
- <header root=".">
- <file path="mce/textreader.h" install="yes"/>
- <file path="mce/textwriter.h" install="yes"/>
- <file path="mce/helper.h" install="yes"/>
- </header>
- <source root="mce">
- <file path="textreader.c"/>
- <file path="textwriter.c"/>
- <file path="helper.c"/>
- </source>
- </library>
- </project>
|