Changeset 86 in tmcsimulator for branches/FEPSimulator/nbproject


Ignore:
Timestamp:
10/09/2017 11:58:19 PM (9 years ago)
Author:
jtorres
Message:

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

Location:
branches/FEPSimulator/nbproject
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/FEPSimulator/nbproject/Makefile-Debug.mk

    r82 r86  
    3838        ${OBJECTDIR}/DataPacker.o \ 
    3939        ${OBJECTDIR}/FEPSim.o \ 
     40        ${OBJECTDIR}/Main.o \ 
    4041        ${OBJECTDIR}/NetworkReader.o \ 
    4142        ${OBJECTDIR}/fep_clnt.o \ 
     
    7980        $(COMPILE.cc) -g -Itinyxml -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/FEPSim.o FEPSim.cpp 
    8081 
     82${OBJECTDIR}/Main.o: Main.cpp  
     83        ${MKDIR} -p ${OBJECTDIR} 
     84        ${RM} "$@.d" 
     85        $(COMPILE.cc) -g -Itinyxml -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/Main.o Main.cpp 
     86 
    8187${OBJECTDIR}/NetworkReader.o: NetworkReader.cpp  
    8288        ${MKDIR} -p ${OBJECTDIR} 
  • branches/FEPSimulator/nbproject/configurations.xml

    r82 r86  
    2020      <itemPath>DataPacker.cpp</itemPath> 
    2121      <itemPath>FEPSim.cpp</itemPath> 
     22      <itemPath>Main.cpp</itemPath> 
    2223      <itemPath>NetworkReader.cpp</itemPath> 
    2324      <itemPath>fep_clnt.c</itemPath> 
     
    6465      <item path="FEPSim.h" ex="false" tool="3" flavor2="0"> 
    6566      </item> 
     67      <item path="Main.cpp" ex="false" tool="1" flavor2="0"> 
     68      </item> 
    6669      <item path="NetworkReader.cpp" ex="false" tool="1" flavor2="0"> 
    6770      </item> 
     
    105108      <item path="FEPSim.h" ex="false" tool="3" flavor2="0"> 
    106109      </item> 
     110      <item path="Main.cpp" ex="false" tool="1" flavor2="0"> 
     111      </item> 
    107112      <item path="NetworkReader.cpp" ex="false" tool="1" flavor2="0"> 
    108113      </item> 
  • branches/FEPSimulator/nbproject/private/configurations.xml

    r82 r86  
    3030          <runcommandpicklistitem>"${OUTPUT_PATH}" 192.168.251.27</runcommandpicklistitem> 
    3131          <runcommandpicklistitem>"${OUTPUT_PATH}" 192.168.251.27 8080</runcommandpicklistitem> 
     32          <runcommandpicklistitem>"${OUTPUT_PATH}" 1192.168.251.27 103121 32 8080</runcommandpicklistitem> 
    3233        </runcommandpicklist> 
    33         <runcommand>"${OUTPUT_PATH}" 192.168.251.27 8080</runcommand> 
     34        <runcommand>"${OUTPUT_PATH}" 1192.168.251.27 103121 32 8080</runcommand> 
    3435        <rundir></rundir> 
    3536        <buildfirst>true</buildfirst> 
Note: See TracChangeset for help on using the changeset viewer.