FreeCalypso > hg > fc-selenite
diff components/tif_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 | 1f43655bb3e4 |
children |
line wrap: on
line diff
--- a/components/tif_na7_db_fl Wed Feb 06 21:17:00 2019 +0000 +++ b/components/tif_na7_db_fl Wed Feb 06 21:38:01 2019 +0000 @@ -41,10 +41,13 @@ SRCDIR=$SRC/gpf/tst -c_file $SRCDIR/drv/tr2.c -c_file $SRCDIR/drv/tif2.c -c_file $SRCDIR/drv/ser_tr.c -c_file $SRCDIR/drv/titrc.c -c_file $SRCDIR/tst_pei.c -c_file $SRCDIR/tstdriver.c -c_file $SRCDIR/tif_version.c +ln -sf $SRCDIR/drv $BUILD_DIR/$LIBNAME + +c_file ./drv/tr2.c +c_file ./drv/tif2.c +c_file ./drv/ser_tr.c +c_file ./drv/titrc.c + +cfile_symlink $SRCDIR/tst_pei.c +cfile_symlink $SRCDIR/tstdriver.c +cfile_symlink $SRCDIR/tif_version.c