Skip to content

Commit bd5fb94

Browse files
committed
rebuild msvc binaries for windows
1 parent cf40b42 commit bd5fb94

File tree

5 files changed

+2
-1
lines changed

5 files changed

+2
-1
lines changed

Release(NoSSE)/ReSampler.exe

3 KB
Binary file not shown.

Release/ReSampler.exe

3 KB
Binary file not shown.

tests/test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ os=`tolower $OSTYPE`
1313
if [ $os == 'cygwin' ] || [ $os == 'msys' ]
1414
then
1515
#Windows ...
16+
resampler_path="C:\bin\win64-avx-mingw-w64-compiler\ReSampler.exe"
1617
#resampler_path=../x64/Release/ReSampler.exe
1718
#resampler_path="E:\Temp\ReSampler1.3.6\ReSampler.exe"
18-
resampler_path=../x64/minGW-W64/ReSampler.exe
19+
#resampler_path=../x64/minGW-W64/ReSampler.exe
1920
else
2021
resampler_path=../ReSampler
2122
fi

x64/AVX_Release/ReSampler.exe

-8.5 KB
Binary file not shown.

x64/Release/ReSampler.exe

-9 KB
Binary file not shown.

0 commit comments

Comments
 (0)