- added "make clean" to the build script

pp [2008-03-21 02:15:57]
- added "make clean" to the build script


git-svn-id: https://lampka.siedziba.pl:790/svn/repos/lingot-win32@304 455248ca-bdda-0310-9134-f4ebb693071a
Filename
win32-cross-build.sh
diff --git a/win32-cross-build.sh b/win32-cross-build.sh
index 9c2e74b..ce74baa 100755
--- a/win32-cross-build.sh
+++ b/win32-cross-build.sh
@@ -6,6 +6,7 @@ export CFLAGS="-I../../portaudio/include/ -I../../pthreads-w32-2-8-0-release/ -D
 export LDFLAGS='-L../../pthreads-w32-2-8-0-release -L../../portaudio/lib/.libs'

 ./configure --host=i386-mingw32 --enable-nls
+make clean
 make
 cd src
 i386-mingw32-windres -i lingot.rc -o lingotrc.o
ViewGit