FreeCalypso > hg > fc-selenite
comparison components/osx_na7_db @ 10:a8f9cc376e98
components: pruned import from Magnetite
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 15 Jul 2018 21:19:43 +0000 |
parents | |
children | 0a1a78944683 |
comparison
equal
deleted
inserted
replaced
9:6da1d56a96a3 | 10:a8f9cc376e98 |
---|---|
1 # Building osx_na7_db.lib from our reconstructed osx.c source | |
2 | |
3 CFLAGS="-mw -x -pw2 -o -me -mt -g -mn" | |
4 | |
5 # Defines | |
6 | |
7 CPPFLAGS="-D_TARGET_ -D_NUCLEUS_" | |
8 | |
9 # Includes | |
10 | |
11 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/frame/cust_os" | |
12 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" | |
13 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc/nuc" | |
14 | |
15 # Source modules | |
16 | |
17 SRCDIR=$SRC/gpf2/frame/cust_os | |
18 | |
19 cfile_plain $SRCDIR/osx.c |