FreeCalypso > hg > fc-tourmaline
comparison components/osx @ 22:7ded024bf471
components: pruned import from Magnetite
renamed as desired for Tourmaline
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 16 Oct 2020 16:29:07 +0000 |
parents | |
children | fdc83c1ab3ff |
comparison
equal
deleted
inserted
replaced
21:1edc7293e433 | 22:7ded024bf471 |
---|---|
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 |