spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit 9808f32d7569289f7fcde6d827a9136fc42381ac
parent 0715522a3a2f2c4f57fcc141ed5f033ea8b77eff
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Sun, 27 Mar 2011 20:23:32 +0800

win: Adapt bundle.sh to the path change

Diffstat:
Mdist/win/bundle.sh | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/dist/win/bundle.sh b/dist/win/bundle.sh @@ -7,18 +7,18 @@ WIX_PATH=c:/Program\ Files/Windows\ Installer\ XML\ v3.5/bin SZ_PATH=c:/Program\ Files/7-Zip -pushd $(dirname $0)/.. +pushd $(dirname $0)/../.. -rm -fr win/Spek -mkdir win/Spek +rm -fr dist/win/Spek +mkdir dist/win/Spek # Compile the resource file -windres win/spek.rc -O coff -o win/spek.res -mkdir src/win && cp win/spek.res src/win/ +windres dist/win/spek.rc -O coff -o dist/win/spek.res +mkdir -p src/dist/win && cp dist/win/spek.res src/dist/win/ -CFLAGS="-mwindows" LDFLAGS="win/spek.res" ./configure --prefix=${PWD}/win/Spek && make && make install +CFLAGS="-mwindows" LDFLAGS="dist/win/spek.res" ./configure --prefix=${PWD}/dist/win/Spek && make && make install -cd win/Spek +cd dist/win/Spek urls=(\ # GTK+ and its dependencies