FreeCalypso > hg > fc-tourmaline
comparison components/ccddata @ 40:228f0b39e2fe
components/ccddata: no dependency on $MEMSUPER
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 17 Oct 2020 08:55:38 +0000 |
parents | e58a5bb12de4 |
children |
comparison
equal
deleted
inserted
replaced
39:b8fe3774027f | 40:228f0b39e2fe |
---|---|
1 # Building ccddata.lib using TCS3.2 CCD source | 1 # Building ccddata.lib using TCS3.2 CCD source |
2 | 2 |
3 CFLAGS="-me -mt -o -pw2 -x -mw" | 3 CFLAGS="-me -mt -o -pw2 -x -mw" |
4 CPPFLAGS="-D_TMS470 -DNEW_FRAME -DNEW_ENTITY -DCCDDATA_STATIC_DATA" | 4 CPPFLAGS="-D_TMS470 -DNEW_FRAME -DNEW_ENTITY -DCCDDATA_STATIC_DATA" |
5 | |
6 if [ "$MEMSUPER" != 0 ] | |
7 then | |
8 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" | |
9 fi | |
10 | 5 |
11 # Includes | 6 # Includes |
12 | 7 |
13 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/ccd" | 8 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/ccd" |
14 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" | 9 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |