From 5590cbc78e734652d3cd0974500d1cd80de61b3e Mon Sep 17 00:00:00 2001 From: Chris Bagwell Date: Mon, 22 Dec 2014 18:15:35 -0600 Subject: [PATCH] Distribute real sox.exe and not libtool wrapper. --- mingwbuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingwbuild b/mingwbuild index 80a714d6..60b1f005 100755 --- a/mingwbuild +++ b/mingwbuild @@ -97,7 +97,7 @@ fi # Reduce total size of sox.exe by over half. make -s all txt $DOC_TARGETS || exit 1 -${STRIP} src/sox.exe +${STRIP} src/.libs/sox.exe dir=sox-`grep Version: sox.pc | cut -d ' ' -f 2` rm -rf $dir $dir-win32.zip @@ -108,7 +108,7 @@ for f in ChangeLog LICENSE.GPL README README.win32; do unix2dos $dir/$f.txt done -binaries=src/sox.exe +binaries=src/.libs/sox.exe dlls=`/usr/i686-w64-mingw32/bin/objdump -p src/.libs/libsox-3.dll | grep "DLL Name:" | sed "s|DLL Name: |${SYS_ROOT}/mingw/bin/|" | grep -v KERNEL32.dll | grep -v msvcrt.dll | grep -v USER32.dll | grep -v WINMM.DLL` dlls="$dlls src/.libs/libsox-3.dll"