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.cbp

20 lines
444 B
XML

<?xml version="1.0"?>
<!DOCTYPE CodeBlocks_project_file>
<CodeBlocks_project_file>
<FileVersion major="1" minor="1"/>
<Project>
<Option title="DLL Sample"/>
<Option makefile="Makefile"/>
<Option makefile_is_custom="0"/>
<Build>
<Target title="default">
<Option type="3"/>
<Option createStaticLib="1"/>
</Target>
</Build>
<Compiler>
<Add option="-DBUILD_DLL"/>
</Compiler>
</Project>
</CodeBlocks_project_file>