Ignore:
Timestamp:
10/12/2017 11:36:39 AM (9 years ago)
Author:
jtorres
Message:

updated workingFEPSimulator make config

File:
1 edited

Legend:

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

    r107 r108  
    6161# Build Targets 
    6262.build-conf: ${BUILD_SUBPROJECTS} 
    63         "${MAKE}"  -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/fepsimulator 
     63        "${MAKE}"  -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/workingfepsimulator 
    6464 
    65 ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/fepsimulator: tinyxml/tinyxml.a 
     65${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/workingfepsimulator: tinyxml/tinyxml.a 
    6666 
    67 ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/fepsimulator: ${OBJECTFILES} 
     67${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/workingfepsimulator: ${OBJECTFILES} 
    6868        ${MKDIR} -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM} 
    69         ${LINK.cc} -o ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/fepsimulator ${OBJECTFILES} ${LDLIBSOPTIONS} 
     69        ${LINK.cc} -o ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/workingfepsimulator ${OBJECTFILES} ${LDLIBSOPTIONS} 
    7070 
    7171${OBJECTDIR}/DataPacker.o: DataPacker.cpp  
     
    100100.clean-conf: ${CLEAN_SUBPROJECTS} 
    101101        ${RM} -r ${CND_BUILDDIR}/${CND_CONF} 
    102         ${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/fepsimulator 
     102        ${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/workingfepsimulator 
    103103 
    104104# Subprojects 
Note: See TracChangeset for help on using the changeset viewer.