source: tmcsimulator/branches/FEPSimulator/nbproject/private/configurations.xml @ 86

Revision 86, 2.9 KB checked in by jtorres, 9 years ago (diff)

branches/FEPSimulator: updated and improved comments, added Main.cpp which creates the FEPSimulator, minor project configurations (runtime command line arguments / tinyxml.a libosxtinyxml.a)

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<configurationDescriptor version="95">
3  <projectmakefile>Makefile</projectmakefile>
4  <confs>
5    <conf name="Debug" type="1">
6      <toolsSet>
7        <developmentServer>localhost</developmentServer>
8        <platform>4</platform>
9      </toolsSet>
10      <dbx_gdbdebugger version="1">
11        <gdb_pathmaps>
12        </gdb_pathmaps>
13        <gdb_interceptlist>
14          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
15        </gdb_interceptlist>
16        <gdb_options>
17          <DebugOptions>
18          </DebugOptions>
19        </gdb_options>
20        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
21      </dbx_gdbdebugger>
22      <nativedebugger version="1">
23        <engine>gdb</engine>
24      </nativedebugger>
25      <runprofile version="9">
26        <runcommandpicklist>
27          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
28          <runcommandpicklistitem>"${OUTPUT_PATH}" localhost networkFile.txt</runcommandpicklistitem>
29          <runcommandpicklistitem>"${OUTPUT_PATH}" 192.168.251.27 networkFile.txt</runcommandpicklistitem>
30          <runcommandpicklistitem>"${OUTPUT_PATH}" 192.168.251.27</runcommandpicklistitem>
31          <runcommandpicklistitem>"${OUTPUT_PATH}" 192.168.251.27 8080</runcommandpicklistitem>
32          <runcommandpicklistitem>"${OUTPUT_PATH}" 1192.168.251.27 103121 32 8080</runcommandpicklistitem>
33        </runcommandpicklist>
34        <runcommand>"${OUTPUT_PATH}" 1192.168.251.27 103121 32 8080</runcommand>
35        <rundir></rundir>
36        <buildfirst>true</buildfirst>
37        <terminal-type>0</terminal-type>
38        <remove-instrumentation>0</remove-instrumentation>
39        <environment>
40        </environment>
41      </runprofile>
42    </conf>
43    <conf name="Release" type="1">
44      <toolsSet>
45        <developmentServer>localhost</developmentServer>
46        <platform>2</platform>
47      </toolsSet>
48      <dbx_gdbdebugger version="1">
49        <gdb_pathmaps>
50        </gdb_pathmaps>
51        <gdb_interceptlist>
52          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
53        </gdb_interceptlist>
54        <gdb_options>
55          <DebugOptions>
56          </DebugOptions>
57        </gdb_options>
58        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
59      </dbx_gdbdebugger>
60      <nativedebugger version="1">
61        <engine>gdb</engine>
62      </nativedebugger>
63      <runprofile version="9">
64        <runcommandpicklist>
65          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
66        </runcommandpicklist>
67        <runcommand>"${OUTPUT_PATH}"</runcommand>
68        <rundir></rundir>
69        <buildfirst>true</buildfirst>
70        <terminal-type>0</terminal-type>
71        <remove-instrumentation>0</remove-instrumentation>
72        <environment>
73        </environment>
74      </runprofile>
75    </conf>
76  </confs>
77</configurationDescriptor>
Note: See TracBrowser for help on using the repository browser.