patch

来自「speech signal process tools」· 代码 · 共 16 行

TXT
16
字号
#! /bin/sh# this is used to patch a few .c files into the ESPS library#LIBNAME=`get_esps_base`/lib/libespsg.afor file do  echo emake `basename $file '.c'`.o  emake `basename $file '.c'`.o  echo ar rv $LIBNAME `basename $file '.c'`.o  ar rv $LIBNAME `basename $file '.c'`.o doneecho ranlib $LIBNAMEranlib $LIBNAME

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?