Changeset 174 in tmcsimulator


Ignore:
Timestamp:
10/24/2017 10:33:47 AM (9 years ago)
Author:
jtorres
Message:

back to tinyxml.a

Files:
3 edited

Legend:

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

    r170 r174  
    5858 
    5959# Link Libraries and Options 
    60 LDLIBSOPTIONS=tinyxml/libosxtinyxml.a 
     60LDLIBSOPTIONS=tinyxml/tinyxml.a 
    6161 
    6262# Build Targets 
     
    6464        "${MAKE}"  -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/fepsimulator 
    6565 
    66 ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/fepsimulator: tinyxml/libosxtinyxml.a 
     66${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/fepsimulator: tinyxml/tinyxml.a 
    6767 
    6868${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/fepsimulator: ${OBJECTFILES} 
  • branches/FEPSimulator/nbproject/configurations.xml

    r170 r174  
    5353        <linkerTool> 
    5454          <linkerLibItems> 
    55             <linkerLibFileItem>tinyxml/libosxtinyxml.a</linkerLibFileItem> 
     55            <linkerLibFileItem>tinyxml/tinyxml.a</linkerLibFileItem> 
    5656          </linkerLibItems> 
    5757        </linkerTool> 
  • trunk/src/tmcsim/application.properties

    r171 r174  
    1 #Mon, 23 Oct 2017 20:19:02 -0700 
     1#Tue, 24 Oct 2017 11:31:18 -0700 
    22 
    3 Application.revision=170 
     3Application.revision=173 
    44 
    55Application.buildnumber=53 
Note: See TracChangeset for help on using the changeset viewer.