FreeCalypso > hg > fc-magnetite
comparison components/gdi @ 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 | 30203d5aeb74 |
children | 4d7c2ccb5814 |
comparison
equal
deleted
inserted
replaced
450:395e464e4005 | 451:fd1d9063ad40 |
---|---|
42 CPPFLAGS="$CPPFLAGS -DMMI_EM_ENABLED" | 42 CPPFLAGS="$CPPFLAGS -DMMI_EM_ENABLED" |
43 CPPFLAGS="$CPPFLAGS -DNO_ASCIIZ" | 43 CPPFLAGS="$CPPFLAGS -DNO_ASCIIZ" |
44 | 44 |
45 if [ "$TARGET" != c139 -a "$TARGET" != c11x ] | 45 if [ "$TARGET" != c139 -a "$TARGET" != c11x ] |
46 then | 46 then |
47 CPPFLAGS="$CPPFLAGS -DCOLOURDISPLAY" | 47 if [ "$DSAMPLE_FULL_COLOR" = 1 ] |
48 then | |
49 CPPFLAGS="$CPPFLAGS -DCOLOURDISPLAY" | |
50 fi | |
48 CPPFLAGS="$CPPFLAGS -DLSCREEN" | 51 CPPFLAGS="$CPPFLAGS -DLSCREEN" |
49 fi | 52 fi |
50 | 53 |
51 CPPFLAGS="$CPPFLAGS -DINT_PHONEBOOK" | 54 CPPFLAGS="$CPPFLAGS -DINT_PHONEBOOK" |
52 CPPFLAGS="$CPPFLAGS -DNEW_EDITOR" | 55 CPPFLAGS="$CPPFLAGS -DNEW_EDITOR" |