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/compilers/options_common_runtime.xml

20 lines
743 B
XML

<?xml version="1.0"?>
<!DOCTYPE CodeBlocks_compiler_options>
<CodeBlocks_compiler_options>
<Category name="Runtime"
exclusive="true">
<Option name="Single-threaded Runtime Library"
option="/ML"/>
<Option name="Single-threaded Debug Runtime Library"
option="/MLd"/>
<Option name="Multi-threaded Runtime Library"
option="/MT"/>
<Option name="Multi-threaded Debug Runtime Library"
option="/MTd"/>
<Option name="Multi-threaded DLL Runtime Library"
option="/MD"/>
<Option name="Multi-threaded DLL Debug Runtime Library"
option="/MDd"/>
</Category>
</CodeBlocks_compiler_options>