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/sharedlib.template

11 lines
353 B
Plaintext

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