Skip to content

Commit

Permalink
LAppS debug build must relay on ITCLib debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kraynyukhov committed Nov 5, 2018
1 parent 020122e commit ea638c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions nbproject/Makefile-Debug.mk
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ ${OBJECTDIR}/src/main.o: src/main.cpp nbproject/Makefile-${CND_CONF}.mk
cd ../ITCFramework && ${MAKE} -f Makefile CONF=Debug
cd ../ITCLib && ${MAKE} -f Makefile CONF=Debug
cd ../utils && ${MAKE} -f utils-Makefile.mk CONF=Debug
cd ../ITCLib && ${MAKE} -f Makefile CONF=Debug

# Clean Targets
.clean-conf: ${CLEAN_SUBPROJECTS}
Expand All @@ -94,6 +95,7 @@ ${OBJECTDIR}/src/main.o: src/main.cpp nbproject/Makefile-${CND_CONF}.mk
cd ../ITCFramework && ${MAKE} -f Makefile CONF=Debug clean
cd ../ITCLib && ${MAKE} -f Makefile CONF=Debug clean
cd ../utils && ${MAKE} -f utils-Makefile.mk CONF=Debug clean
cd ../ITCLib && ${MAKE} -f Makefile CONF=Debug clean

# Enable dependency checking
.dep.inc: .depcheck-impl
Expand Down
2 changes: 1 addition & 1 deletion nbproject/configurations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
CT="3"
CN="Debug"
AC="true"
BL="false"
BL="true"
WD="../ITCLib"
BC="${MAKE} -f Makefile CONF=Debug"
CC="${MAKE} -f Makefile CONF=Debug clean"
Expand Down

0 comments on commit ea638c9

Please # to comment.