comparison scripts/mk-component.sh @ 24:0085ce06b728

scripts/mk-component.sh: set MMI=0
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 15 Jul 2018 23:04:34 +0000
parents b7059379dd87
children 686b2e77043e
comparison
equal deleted inserted replaced
23:1c5f82f16701 24:0085ce06b728
94 94
95 # invoke the recipe 95 # invoke the recipe
96 96
97 SRC=../../src 97 SRC=../../src
98 OBJS= 98 OBJS=
99 MMI=0
99 . "$recipe_file" 100 . "$recipe_file"
100 101
101 # finish the Makefile 102 # finish the Makefile
102 103
103 helpers/makeline dep $LIBNAME.lib ${OBJS} >> $BUILD_DIR/$LIBNAME/Makefile 104 helpers/makeline dep $LIBNAME.lib ${OBJS} >> $BUILD_DIR/$LIBNAME/Makefile