Changeset 185 in tmcsimulator for branches/FEPSimulator
- Timestamp:
- 10/28/2017 06:07:50 PM (9 years ago)
- Location:
- branches/FEPSimulator
- Files:
-
- 1 deleted
- 3 edited
-
nbproject/Makefile-Debug.mk (modified) (3 diffs)
-
nbproject/configurations.xml (modified) (4 diffs)
-
nbproject/private/private.xml (modified) (1 diff)
-
tinyxml (deleted)
Legend:
- Unmodified
- Added
- Removed
-
branches/FEPSimulator/nbproject/Makefile-Debug.mk
r174 r185 38 38 ${OBJECTDIR}/DataPacker.o \ 39 39 ${OBJECTDIR}/FEPSim.o \ 40 ${OBJECTDIR}/HighwaysParser.o \ 40 41 ${OBJECTDIR}/Main.o \ 41 ${OBJECTDIR}/NetworkReader.o \42 42 ${OBJECTDIR}/fep_clnt.o \ 43 43 ${OBJECTDIR}/fep_xdr.o … … 58 58 59 59 # Link Libraries and Options 60 LDLIBSOPTIONS= tinyxml/tinyxml.a60 LDLIBSOPTIONS= 61 61 62 62 # Build Targets 63 63 .build-conf: ${BUILD_SUBPROJECTS} 64 64 "${MAKE}" -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/fepsimulator 65 66 ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/fepsimulator: tinyxml/tinyxml.a67 65 68 66 ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/fepsimulator: ${OBJECTFILES} … … 80 78 $(COMPILE.cc) -g -Itinyxml -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/FEPSim.o FEPSim.cpp 81 79 80 ${OBJECTDIR}/HighwaysParser.o: HighwaysParser.cpp 81 ${MKDIR} -p ${OBJECTDIR} 82 ${RM} "$@.d" 83 $(COMPILE.cc) -g -Itinyxml -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/HighwaysParser.o HighwaysParser.cpp 84 82 85 ${OBJECTDIR}/Main.o: Main.cpp 83 86 ${MKDIR} -p ${OBJECTDIR} 84 87 ${RM} "$@.d" 85 88 $(COMPILE.cc) -g -Itinyxml -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/Main.o Main.cpp 86 87 ${OBJECTDIR}/NetworkReader.o: NetworkReader.cpp88 ${MKDIR} -p ${OBJECTDIR}89 ${RM} "$@.d"90 $(COMPILE.cc) -g -Itinyxml -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/NetworkReader.o NetworkReader.cpp91 89 92 90 ${OBJECTDIR}/fep_clnt.o: fep_clnt.c -
branches/FEPSimulator/nbproject/configurations.xml
r174 r185 20 20 <itemPath>DataPacker.cpp</itemPath> 21 21 <itemPath>FEPSim.cpp</itemPath> 22 <itemPath>HighwaysParser.cpp</itemPath> 22 23 <itemPath>Main.cpp</itemPath> 23 <itemPath>NetworkReader.cpp</itemPath>24 24 <itemPath>fep_clnt.c</itemPath> 25 25 <itemPath>fep_xdr.c</itemPath> … … 51 51 </incDir> 52 52 </ccTool> 53 <linkerTool>54 <linkerLibItems>55 <linkerLibFileItem>tinyxml/tinyxml.a</linkerLibFileItem>56 </linkerLibItems>57 </linkerTool>58 53 </compileType> 59 54 <item path="DataPacker.cpp" ex="false" tool="1" flavor2="0"> … … 65 60 <item path="FEPSim.h" ex="false" tool="3" flavor2="0"> 66 61 </item> 62 <item path="HighwaysParser.cpp" ex="false" tool="1" flavor2="0"> 63 </item> 67 64 <item path="Main.cpp" ex="false" tool="1" flavor2="0"> 68 </item>69 <item path="NetworkReader.cpp" ex="false" tool="1" flavor2="0">70 65 </item> 71 66 <item path="NetworkReader.h" ex="false" tool="3" flavor2="0"> … … 108 103 <item path="FEPSim.h" ex="false" tool="3" flavor2="0"> 109 104 </item> 105 <item path="HighwaysParser.cpp" ex="false" tool="1" flavor2="0"> 106 </item> 110 107 <item path="Main.cpp" ex="false" tool="1" flavor2="0"> 111 </item>112 <item path="NetworkReader.cpp" ex="false" tool="1" flavor2="0">113 108 </item> 114 109 <item path="NetworkReader.h" ex="false" tool="3" flavor2="0"> -
branches/FEPSimulator/nbproject/private/private.xml
r184 r185 8 8 <open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2"> 9 9 <group> 10 <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/network.h</file>11 <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/NetworkReader.cpp</file>12 <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/DataPacker.cpp</file>13 10 <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/FEPSim.cpp</file> 14 <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/fep.h</file>15 <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/FEPSim.h</file>16 11 </group> 17 12 </open-files>
Note: See TracChangeset
for help on using the changeset viewer.
