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/compiler_dmc.xml

20 lines
546 B
XML

<?xml version="1.0"?>
<!DOCTYPE CodeBlocks_compiler>
<CodeBlocks_compiler name="Digital Mars Compiler"
id="dmc"
weight="24"
platform="windows">
<Path type="master">
<Search envVar="PATH"
for="C"/>
<Fallback path="C:\dm"/>
</Path>
<Path type="include">
<Add><master/>\stlport\stlport</Add>
<Add><master/>\include</Add>
</Path>
<Path type="lib">
<Add><master/>\lib</Add>
</Path>
</CodeBlocks_compiler>