~efargaspro/+junk/codeblocks-16.01-release

« back to all changes in this revision

Viewing changes to src/plugins/compilergcc/resources/compilers/compiler_dmc.xml

  • Committer: damienlmoore at gmail
  • Date: 2016-02-02 02:43:22 UTC
  • Revision ID: damienlmoore@gmail.com-20160202024322-yql5qmtbwdyamdwd
Code::Blocks 16.01

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!DOCTYPE CodeBlocks_compiler>
 
3
<CodeBlocks_compiler name="Digital Mars Compiler"
 
4
                     id="dmc"
 
5
                     weight="24"
 
6
                     platform="windows">
 
7
    <Path type="master">
 
8
        <Search envVar="PATH"
 
9
                for="C"/>
 
10
        <Fallback path="C:\dm"/>
 
11
    </Path>
 
12
    <Path type="include">
 
13
        <Add><master/>\stlport\stlport</Add>
 
14
        <Add><master/>\include</Add>
 
15
    </Path>
 
16
    <Path type="lib">
 
17
        <Add><master/>\lib</Add>
 
18
    </Path>
 
19
</CodeBlocks_compiler>