Blame view

nbproject/private/configurations.xml 2.4 KB
dff0a10c   Peter M. Groen   Implementation of...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
  <?xml version="1.0" encoding="UTF-8"?>
  <configurationDescriptor version="100">
    <projectmakefile>Makefile</projectmakefile>
    <confs>
      <conf name="Debug" type="1">
        <toolsSet>
          <developmentServer>localhost</developmentServer>
          <platform>2</platform>
        </toolsSet>
        <dbx_gdbdebugger version="1">
          <gdb_pathmaps>
          </gdb_pathmaps>
          <gdb_interceptlist>
            <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
          </gdb_interceptlist>
          <gdb_options>
            <DebugOptions>
            </DebugOptions>
          </gdb_options>
          <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
        </dbx_gdbdebugger>
        <nativedebugger version="1">
          <engine>gdb</engine>
        </nativedebugger>
        <runprofile version="9">
          <runcommandpicklist>
            <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
          </runcommandpicklist>
          <runcommand>"${OUTPUT_PATH}"</runcommand>
          <rundir></rundir>
          <buildfirst>true</buildfirst>
          <terminal-type>0</terminal-type>
          <remove-instrumentation>0</remove-instrumentation>
          <environment>
          </environment>
        </runprofile>
      </conf>
      <conf name="Release" type="1">
        <toolsSet>
          <developmentServer>localhost</developmentServer>
          <platform>2</platform>
        </toolsSet>
        <dbx_gdbdebugger version="1">
          <gdb_pathmaps>
          </gdb_pathmaps>
          <gdb_interceptlist>
            <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
          </gdb_interceptlist>
          <gdb_options>
            <DebugOptions>
            </DebugOptions>
          </gdb_options>
          <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
        </dbx_gdbdebugger>
        <nativedebugger version="1">
          <engine>gdb</engine>
        </nativedebugger>
        <runprofile version="9">
          <runcommandpicklist>
            <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
          </runcommandpicklist>
          <runcommand>"${OUTPUT_PATH}"</runcommand>
          <rundir></rundir>
          <buildfirst>true</buildfirst>
          <terminal-type>0</terminal-type>
          <remove-instrumentation>0</remove-instrumentation>
          <environment>
          </environment>
        </runprofile>
      </conf>
    </confs>
  </configurationDescriptor>