Changeset 115 in tmcsimulator
- Timestamp:
- 10/14/2017 10:29:03 AM (9 years ago)
- Location:
- branches
- Files:
-
- 59 added
- 4 edited
-
FEPSimulator/DataPacker.cpp (modified) (1 diff)
-
FEPSimulator/nbproject/Makefile-Debug.mk (modified) (2 diffs)
-
FEPSimulator/nbproject/configurations.xml (modified) (1 diff)
-
FEPSimulator/nbproject/private/private.xml (modified) (1 diff)
-
WorkingFEPSim (added)
-
WorkingFEPSim/.dep.inc (added)
-
WorkingFEPSim/DataPacker.cpp (added)
-
WorkingFEPSim/DataPacker.h (added)
-
WorkingFEPSim/FEPSim.cpp (added)
-
WorkingFEPSim/FEPSim.h (added)
-
WorkingFEPSim/Main.cpp (added)
-
WorkingFEPSim/Makefile (added)
-
WorkingFEPSim/NetworkReader.cpp (added)
-
WorkingFEPSim/NetworkReader.h (added)
-
WorkingFEPSim/build (added)
-
WorkingFEPSim/build/Debug (added)
-
WorkingFEPSim/build/Debug/GNU-Linux-x86 (added)
-
WorkingFEPSim/build/Debug/GNU-Linux-x86/DataPacker.o.d (added)
-
WorkingFEPSim/build/Debug/GNU-Linux-x86/FEPClient.o.d (added)
-
WorkingFEPSim/build/Debug/GNU-Linux-x86/NetworkReader.o.d (added)
-
WorkingFEPSim/build/Debug/GNU-Linux-x86/fep_clnt.o.d (added)
-
WorkingFEPSim/build/Debug/GNU-Linux-x86/fep_xdr.o.d (added)
-
WorkingFEPSim/build/Debug/GNU-MacOSX (added)
-
WorkingFEPSim/build/Debug/GNU-MacOSX/DataPacker.o.d (added)
-
WorkingFEPSim/build/Debug/GNU-MacOSX/FEPSim.o.d (added)
-
WorkingFEPSim/build/Debug/GNU-MacOSX/Main.o.d (added)
-
WorkingFEPSim/build/Debug/GNU-MacOSX/NetworkReader.o.d (added)
-
WorkingFEPSim/build/Debug/GNU-MacOSX/fep_clnt.o.d (added)
-
WorkingFEPSim/build/Debug/GNU-MacOSX/fep_xdr.o.d (added)
-
WorkingFEPSim/dist (added)
-
WorkingFEPSim/dist/Debug (added)
-
WorkingFEPSim/dist/Debug/GNU-Linux-x86 (added)
-
WorkingFEPSim/dist/Debug/GNU-Linux-x86/fep_rpc_client (added)
-
WorkingFEPSim/dist/Debug/GNU-MacOSX (added)
-
WorkingFEPSim/dist/Debug/GNU-MacOSX/fepsimulator (added)
-
WorkingFEPSim/fep.h (added)
-
WorkingFEPSim/fep_clnt.c (added)
-
WorkingFEPSim/fep_xdr.c (added)
-
WorkingFEPSim/nbproject (added)
-
WorkingFEPSim/nbproject/Makefile-Debug.mk (added)
-
WorkingFEPSim/nbproject/Makefile-Release.mk (added)
-
WorkingFEPSim/nbproject/Makefile-impl.mk (added)
-
WorkingFEPSim/nbproject/Makefile-variables.mk (added)
-
WorkingFEPSim/nbproject/Package-Debug.bash (added)
-
WorkingFEPSim/nbproject/Package-Release.bash (added)
-
WorkingFEPSim/nbproject/configurations.xml (added)
-
WorkingFEPSim/nbproject/private (added)
-
WorkingFEPSim/nbproject/private/Makefile-variables.mk (added)
-
WorkingFEPSim/nbproject/private/configurations.xml (added)
-
WorkingFEPSim/nbproject/private/launcher.properties (added)
-
WorkingFEPSim/nbproject/private/private.xml (added)
-
WorkingFEPSim/nbproject/project.xml (added)
-
WorkingFEPSim/network.h (added)
-
WorkingFEPSim/networkFile.txt (added)
-
WorkingFEPSim/runFEPSim (added)
-
WorkingFEPSim/tinyxml (added)
-
WorkingFEPSim/tinyxml/tinystr.cpp (added)
-
WorkingFEPSim/tinyxml/tinystr.h (added)
-
WorkingFEPSim/tinyxml/tinyxml.cpp (added)
-
WorkingFEPSim/tinyxml/tinyxml.h (added)
-
WorkingFEPSim/tinyxml/tinyxmlerror.cpp (added)
-
WorkingFEPSim/tinyxml/tinyxmlparser.cpp (added)
-
WorkingFEPSim/tinyxml/xmltest.cpp (added)
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.
