build32.bat

来自「G.711,G.723.1,G.726,G.729,GSM CODEC」· Batch 代码 · 共 16 行

BAT
16
字号
@echo off

echo building of usc_lib
cd ./codec
call build32.bat %1
cd  ../

echo building of usc_speech_codec
cd ./application/usc_speech_codec
call build32.bat %1

echo building of echocanceller
cd  ../usc_ec
call build32.bat %1

cd ../../

⌨️ 快捷键说明

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