FreeCalypso > hg > fc-selenite
view components/ccddata @ 112:fdecfb3bd860
.../drv_app/r2d/r2d_*.c: LCD include case fixes from Magnetite
R2D is not used in Selenite, but we strive to keep the two source trees
in sync as much as possible to reduce the diffs.
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sat, 13 Oct 2018 16:56:22 +0000 |
| parents | 5c4db73d289a |
| children |
line wrap: on
line source
# Building ccddata.lib using TCS3.2 CCD source CFLAGS="-me -mt -o -pw2 -x -mw" CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS="-D_TMS470 -DNEW_FRAME -DNEW_ENTITY -DCCDDATA_STATIC_DATA" if [ "$MEMSUPER" != 0 ] then CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" fi # Includes CPPFLAGS="$CPPFLAGS -I$SRC/gpf/ccd" CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/cdginc" # Source modules SRCDIR=$SRC/gpf/ccd c_file $SRCDIR/ccd_config.c c_file $SRCDIR/ccddata_mconst.c c_file $SRCDIR/ccddata_ccdmtab.c c_file $SRCDIR/ccddata_cdemval.c c_file $SRCDIR/ccddata_ccdent.c c_file $SRCDIR/ccddata_ccd.c
