1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <?xml version="1.0"?>
- <project>
- <library name="plib">
- <header root="{prjconfig}/{platform}/plib/include">
- <file path="plib/plib.h" install="yes"/>
- </header>
- <header root=".">
- </header>
- <source root="source">
- <file path="plib.c"/>
- </source>
- </library>
- </project>
|