FreeCalypso > hg > fc-magnetite
comparison components/gdi @ 378:aee911923299
components/*: support for c11x target
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 13 Jan 2018 18:21:16 +0000 |
parents | bfcfbffd2736 |
children | 30203d5aeb74 |
comparison
equal
deleted
inserted
replaced
377:db0874a11f57 | 378:aee911923299 |
---|---|
40 fi | 40 fi |
41 | 41 |
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 ] | 45 if [ "$TARGET" != c139 -a "$TARGET" != c11x ] |
46 then | 46 then |
47 CPPFLAGS="$CPPFLAGS -DCOLOURDISPLAY" | 47 CPPFLAGS="$CPPFLAGS -DCOLOURDISPLAY" |
48 CPPFLAGS="$CPPFLAGS -DLSCREEN" | 48 CPPFLAGS="$CPPFLAGS -DLSCREEN" |
49 fi | 49 fi |
50 | 50 |