This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/share/CodeBlocks/templates/staticlib.template

11 lines
353 B
Plaintext

<CodeBlocks_template_file>
<Template name="staticlib" title="Static Library" category="Libraries" bitmap="dll.png">
<FileSet name="dflt" title="Default">
<File source="staticlib-sample.c" destination="sample.c"/>
</FileSet>
<Option name="Static Library">
<Project file="staticlib.cbp"/>
</Option>
</Template>
</CodeBlocks_template_file>