1 Star 0 Fork 0

wen/soxr

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.bat 555 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rob Sykes 提交于 2016-06-05 19:12 . clean-up; set version as 0.1.3b1
@echo off
rem SoX Resampler Library Copyright (c) 2007-16 [email protected]
rem Licence for this file: LGPL v2.1 See LICENCE for details.
set build=%1
if x%build% == x set build=Release
rem Prevent interference from any in-tree build
del/f CMakeCache.txt
mkdir %build%
cd %build%
cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=%build% -Wno-dev ..
if errorlevel 1 goto end
nmake
if errorlevel 1 goto end
nmake test
if errorlevel 1 goto error
goto end
:error
echo FAILURE details in Testing\Temporary\LastTest.log
:end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kinpar_wen/soxr.git
[email protected]:kinpar_wen/soxr.git
kinpar_wen
soxr
soxr
master

搜索帮助