From 8c1d9e64746debf06465fb5213f37159e69b1592 Mon Sep 17 00:00:00 2001 From: pp Date: Sat, 22 Mar 2008 19:47:30 +0000 Subject: - use svnversion in win32 build script git-svn-id: https://lampka.siedziba.pl:790/svn/repos/lingot-win32@313 455248ca-bdda-0310-9134-f4ebb693071a --- win32-cross-build.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/win32-cross-build.sh b/win32-cross-build.sh index c5740de..c78f03a 100755 --- a/win32-cross-build.sh +++ b/win32-cross-build.sh @@ -1,8 +1,5 @@ #!/bin/sh -svn up -STAT=$(svn status) -test "x$STAT" == "x" || PLUS="+" -REV=$(svn info | grep Revision | cut -d' ' -f2)$PLUS +REV=$(svnversion) export CFLAGS="-I../../portaudio/include/ -I../../pthreads-w32-2-8-0-release/ -DPORTAUDIO -DREV='\"r$REV\"'" export LDFLAGS='-L../../pthreads-w32-2-8-0-release -L../../portaudio/lib/.libs' -- cgit v1.2.3