FreeCalypso > hg > fc-magnetite
comparison components/osx_na7_db @ 505:5ce1598de1a6
osx.c reconstructed source integrated, compiles
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Mon, 25 Jun 2018 02:49:01 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 504:5a4de246242b | 505:5ce1598de1a6 |
|---|---|
| 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 |
