source: tmcsimulator/branches/WorkingFEPSim/nbproject/configurations.xml @ 116

Revision 116, 4.3 KB checked in by jtorres, 9 years ago (diff)

Changed linker file in WorkingFEPSim

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<configurationDescriptor version="95">
3  <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
4    <logicalFolder name="HeaderFiles"
5                   displayName="Header Files"
6                   projectFiles="true">
7      <itemPath>DataPacker.h</itemPath>
8      <itemPath>FEPSim.h</itemPath>
9      <itemPath>NetworkReader.h</itemPath>
10      <itemPath>fep.h</itemPath>
11      <itemPath>network.h</itemPath>
12    </logicalFolder>
13    <logicalFolder name="ResourceFiles"
14                   displayName="Resource Files"
15                   projectFiles="true">
16    </logicalFolder>
17    <logicalFolder name="SourceFiles"
18                   displayName="Source Files"
19                   projectFiles="true">
20      <itemPath>DataPacker.cpp</itemPath>
21      <itemPath>FEPSim.cpp</itemPath>
22      <itemPath>Main.cpp</itemPath>
23      <itemPath>NetworkReader.cpp</itemPath>
24      <itemPath>fep_clnt.c</itemPath>
25      <itemPath>fep_xdr.c</itemPath>
26    </logicalFolder>
27    <logicalFolder name="TestFiles"
28                   displayName="Test Files"
29                   projectFiles="false"
30                   kind="TEST_LOGICAL_FOLDER">
31    </logicalFolder>
32    <logicalFolder name="ExternalFiles"
33                   displayName="Important Files"
34                   projectFiles="false"
35                   kind="IMPORTANT_FILES_FOLDER">
36      <itemPath>Makefile</itemPath>
37    </logicalFolder>
38  </logicalFolder>
39  <projectmakefile>Makefile</projectmakefile>
40  <confs>
41    <conf name="Debug" type="1">
42      <toolsSet>
43        <compilerSet>default</compilerSet>
44        <dependencyChecking>true</dependencyChecking>
45        <rebuildPropChanged>false</rebuildPropChanged>
46      </toolsSet>
47      <compileType>
48        <ccTool>
49          <incDir>
50            <pElem>tinyxml</pElem>
51          </incDir>
52        </ccTool>
53        <linkerTool>
54          <linkerLibItems>
55            <linkerLibFileItem>tinyxml/tinyxml.a</linkerLibFileItem>
56          </linkerLibItems>
57        </linkerTool>
58      </compileType>
59      <item path="DataPacker.cpp" ex="false" tool="1" flavor2="0">
60      </item>
61      <item path="DataPacker.h" ex="false" tool="3" flavor2="0">
62      </item>
63      <item path="FEPSim.cpp" ex="false" tool="1" flavor2="0">
64      </item>
65      <item path="FEPSim.h" ex="false" tool="3" flavor2="0">
66      </item>
67      <item path="Main.cpp" ex="false" tool="1" flavor2="0">
68      </item>
69      <item path="NetworkReader.cpp" ex="false" tool="1" flavor2="0">
70      </item>
71      <item path="NetworkReader.h" ex="false" tool="3" flavor2="0">
72      </item>
73      <item path="fep.h" ex="false" tool="3" flavor2="0">
74      </item>
75      <item path="fep_clnt.c" ex="false" tool="0" flavor2="0">
76      </item>
77      <item path="fep_xdr.c" ex="false" tool="0" flavor2="0">
78      </item>
79      <item path="network.h" ex="false" tool="3" flavor2="0">
80      </item>
81    </conf>
82    <conf name="Release" type="1">
83      <toolsSet>
84        <compilerSet>default</compilerSet>
85        <dependencyChecking>true</dependencyChecking>
86        <rebuildPropChanged>false</rebuildPropChanged>
87      </toolsSet>
88      <compileType>
89        <cTool>
90          <developmentMode>5</developmentMode>
91        </cTool>
92        <ccTool>
93          <developmentMode>5</developmentMode>
94        </ccTool>
95        <fortranCompilerTool>
96          <developmentMode>5</developmentMode>
97        </fortranCompilerTool>
98        <asmTool>
99          <developmentMode>5</developmentMode>
100        </asmTool>
101      </compileType>
102      <item path="DataPacker.cpp" ex="false" tool="1" flavor2="0">
103      </item>
104      <item path="DataPacker.h" ex="false" tool="3" flavor2="0">
105      </item>
106      <item path="FEPSim.cpp" ex="false" tool="1" flavor2="0">
107      </item>
108      <item path="FEPSim.h" ex="false" tool="3" flavor2="0">
109      </item>
110      <item path="Main.cpp" ex="false" tool="1" flavor2="0">
111      </item>
112      <item path="NetworkReader.cpp" ex="false" tool="1" flavor2="0">
113      </item>
114      <item path="NetworkReader.h" ex="false" tool="3" flavor2="0">
115      </item>
116      <item path="fep.h" ex="false" tool="3" flavor2="0">
117      </item>
118      <item path="fep_clnt.c" ex="false" tool="0" flavor2="0">
119      </item>
120      <item path="fep_xdr.c" ex="false" tool="0" flavor2="0">
121      </item>
122      <item path="network.h" ex="false" tool="3" flavor2="0">
123      </item>
124    </conf>
125  </confs>
126</configurationDescriptor>
Note: See TracBrowser for help on using the repository browser.