FreeCalypso > hg > fc-selenite
comparison components/frame_na7_db_fl @ 141:23768d96edce
compiling GPF libs: same symlink hacks as in Magnetite
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 06 Feb 2019 21:38:01 +0000 |
parents | 5c4db73d289a |
children |
comparison
equal
deleted
inserted
replaced
140:2106617f1291 | 141:23768d96edce |
---|---|
27 | 27 |
28 # Source modules | 28 # Source modules |
29 | 29 |
30 SRCDIR=$SRC/gpf/frame | 30 SRCDIR=$SRC/gpf/frame |
31 | 31 |
32 c_file $SRCDIR/frame.c | 32 cfile_symlink $SRCDIR/frame.c |
33 c_file $SRCDIR/vsi_sem.c | 33 cfile_symlink $SRCDIR/vsi_sem.c |
34 c_file $SRCDIR/vsi_com.c | 34 cfile_symlink $SRCDIR/vsi_com.c |
35 c_file $SRCDIR/vsi_mem.c | 35 cfile_symlink $SRCDIR/vsi_mem.c |
36 c_file $SRCDIR/vsi_tim.c | 36 cfile_symlink $SRCDIR/vsi_tim.c |
37 c_file $SRCDIR/vsi_mis.c | 37 cfile_symlink $SRCDIR/vsi_mis.c |
38 c_file $SRCDIR/vsi_drv.c | 38 cfile_symlink $SRCDIR/vsi_drv.c |
39 c_file $SRCDIR/vsi_trc.c | 39 cfile_symlink $SRCDIR/vsi_trc.c |
40 c_file $SRCDIR/vsi_pro.c | 40 cfile_symlink $SRCDIR/vsi_pro.c |
41 if [ "$MEMSUPER" != 0 ] | 41 if [ "$MEMSUPER" != 0 ] |
42 then | 42 then |
43 c_file $SRCDIR/vsi_ppm.c | 43 cfile_symlink $SRCDIR/vsi_ppm.c |
44 fi | 44 fi |
45 c_file $SRCDIR/xalert.c | 45 cfile_symlink $SRCDIR/xalert.c |
46 c_file $SRCDIR/route.c | 46 cfile_symlink $SRCDIR/route.c |
47 c_file $SRCDIR/prf_func.c | 47 cfile_symlink $SRCDIR/prf_func.c |
48 c_file $SRCDIR/frm_ext.c | 48 cfile_symlink $SRCDIR/frm_ext.c |
49 c_file $SRCDIR/frame_version.c | 49 cfile_symlink $SRCDIR/frame_version.c |
50 | 50 |
51 # OSL | 51 # OSL |
52 | 52 |
53 # drop -o3 | 53 # drop -o3 |
54 CFLAGS="-mw -x -pw2 -o -me -mt -g -mn" | 54 CFLAGS="-mw -x -pw2 -o -me -mt -g -mn" |