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

11 lines
333 B
Plaintext

<CodeBlocks_template_file>
<Template name="dll" title="Dynamic Link Library" category="Libraries" bitmap="dll.png">
<FileSet name="c" title="C source">
<File source="dll-main.cpp" destination="main.c"/>
</FileSet>
<Option name="DLL Sample">
<Project file="dll.cbp"/>
</Option>
</Template>
</CodeBlocks_template_file>