comparison components/mfw-tcs3 @ 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 f6ea8d4a5cd8
children 4d7c2ccb5814
comparison
equal deleted inserted replaced
450:395e464e4005 451:fd1d9063ad40
52 CPPFLAGS="$CPPFLAGS -DMMI_EM_ENABLED" 52 CPPFLAGS="$CPPFLAGS -DMMI_EM_ENABLED"
53 CPPFLAGS="$CPPFLAGS -DNO_ASCIIZ" 53 CPPFLAGS="$CPPFLAGS -DNO_ASCIIZ"
54 54
55 if [ "$TARGET" != c139 -a "$TARGET" != c11x ] 55 if [ "$TARGET" != c139 -a "$TARGET" != c11x ]
56 then 56 then
57 CPPFLAGS="$CPPFLAGS -DCOLOURDISPLAY" 57 if [ "$DSAMPLE_FULL_COLOR" = 1 ]
58 then
59 CPPFLAGS="$CPPFLAGS -DCOLOURDISPLAY"
60 fi
58 CPPFLAGS="$CPPFLAGS -DLSCREEN" 61 CPPFLAGS="$CPPFLAGS -DLSCREEN"
59 fi 62 fi
60 63
61 CPPFLAGS="$CPPFLAGS -DINT_PHONEBOOK" 64 CPPFLAGS="$CPPFLAGS -DINT_PHONEBOOK"
62 CPPFLAGS="$CPPFLAGS -DNEW_EDITOR" 65 CPPFLAGS="$CPPFLAGS -DNEW_EDITOR"