Ignore:
Timestamp:
10/14/2017 10:35:56 AM (9 years ago)
Author:
jtorres
Message:

Changed linker file in WorkingFEPSim

File:
1 edited

Legend:

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

    r115 r116  
    5858 
    5959# Link Libraries and Options 
    60 LDLIBSOPTIONS=../../tmcsimulator/branches/FEPSimulator/tinyxml/libosxtinyxml.a 
     60LDLIBSOPTIONS=tinyxml/tinyxml.a 
    6161 
    6262# Build Targets 
    6363.build-conf: ${BUILD_SUBPROJECTS} 
    64         "${MAKE}"  -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/fepsimulator 
     64        "${MAKE}"  -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/workingfepsim 
    6565 
    66 ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/fepsimulator: ../../tmcsimulator/branches/FEPSimulator/tinyxml/libosxtinyxml.a 
     66${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/workingfepsim: tinyxml/tinyxml.a 
    6767 
    68 ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/fepsimulator: ${OBJECTFILES} 
     68${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/workingfepsim: ${OBJECTFILES} 
    6969        ${MKDIR} -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM} 
    70         ${LINK.cc} -o ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/fepsimulator ${OBJECTFILES} ${LDLIBSOPTIONS} 
     70        ${LINK.cc} -o ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/workingfepsim ${OBJECTFILES} ${LDLIBSOPTIONS} 
    7171 
    7272${OBJECTDIR}/DataPacker.o: DataPacker.cpp  
     
    106106.clean-conf: ${CLEAN_SUBPROJECTS} 
    107107        ${RM} -r ${CND_BUILDDIR}/${CND_CONF} 
    108         ${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/fepsimulator 
     108        ${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/workingfepsim 
    109109 
    110110# Subprojects 
Note: See TracChangeset for help on using the changeset viewer.