Changeset 115 in tmcsimulator for branches/FEPSimulator
- Timestamp:
- 10/14/2017 10:29:03 AM (9 years ago)
- Location:
- branches/FEPSimulator
- Files:
-
- 4 edited
-
DataPacker.cpp (modified) (1 diff)
-
nbproject/Makefile-Debug.mk (modified) (2 diffs)
-
nbproject/configurations.xml (modified) (1 diff)
-
nbproject/private/private.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/FEPSimulator/DataPacker.cpp
r114 r115 37 37 38 38 return msg; 39 return msg;40 39 } 41 40 -
branches/FEPSimulator/nbproject/Makefile-Debug.mk
r98 r115 58 58 59 59 # Link Libraries and Options 60 LDLIBSOPTIONS=tinyxml/ tinyxml.a60 LDLIBSOPTIONS=tinyxml/libosxtinyxml.a 61 61 62 62 # Build Targets … … 64 64 "${MAKE}" -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/fepsimulator 65 65 66 ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/fepsimulator: tinyxml/ tinyxml.a66 ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/fepsimulator: tinyxml/libosxtinyxml.a 67 67 68 68 ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/fepsimulator: ${OBJECTFILES} -
branches/FEPSimulator/nbproject/configurations.xml
r98 r115 53 53 <linkerTool> 54 54 <linkerLibItems> 55 <linkerLibFileItem>tinyxml/ tinyxml.a</linkerLibFileItem>55 <linkerLibFileItem>tinyxml/libosxtinyxml.a</linkerLibFileItem> 56 56 </linkerLibItems> 57 57 </linkerTool> -
branches/FEPSimulator/nbproject/private/private.xml
r114 r115 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> 10 <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/FEPSim.cpp</file> 11 <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/Main.cpp</file> 11 12 <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/NetworkReader.cpp</file> 12 13 <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/DataPacker.cpp</file> 13 <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/FEPSim.cpp</file>14 <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/Main.cpp</file>15 14 <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/fep.h</file> 16 <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/FEPSim.h</file>17 15 </group> 18 16 </open-files>
Note: See TracChangeset
for help on using the changeset viewer.
