comparison components/icn @ 451:fd1d9063ad40

config mechanism: added ability to build D-Sample B&W UI configuration
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 13 Mar 2018 18:15:14 +0000
parents 59143cd42ec7
children 4d7c2ccb5814
comparison
equal deleted inserted replaced
450:395e464e4005 451:fd1d9063ad40
17 CPPFLAGS="$CPPFLAGS -DMMI_EM_ENABLED" 17 CPPFLAGS="$CPPFLAGS -DMMI_EM_ENABLED"
18 CPPFLAGS="$CPPFLAGS -DNO_ASCIIZ" 18 CPPFLAGS="$CPPFLAGS -DNO_ASCIIZ"
19 19
20 if [ "$TARGET" != c139 -a "$TARGET" != c11x ] 20 if [ "$TARGET" != c139 -a "$TARGET" != c11x ]
21 then 21 then
22 CPPFLAGS="$CPPFLAGS -DCOLOURDISPLAY" 22 if [ "$DSAMPLE_FULL_COLOR" = 1 ]
23 then
24 CPPFLAGS="$CPPFLAGS -DCOLOURDISPLAY"
25 fi
23 CPPFLAGS="$CPPFLAGS -DLSCREEN" 26 CPPFLAGS="$CPPFLAGS -DLSCREEN"
24 fi 27 fi
25 28
26 CPPFLAGS="$CPPFLAGS -DINT_PHONEBOOK" 29 CPPFLAGS="$CPPFLAGS -DINT_PHONEBOOK"
27 CPPFLAGS="$CPPFLAGS -DNEW_EDITOR" 30 CPPFLAGS="$CPPFLAGS -DNEW_EDITOR"