diff options
| author | pp <pp@455248ca-bdda-0310-9134-f4ebb693071a> | 2008-03-21 02:15:57 +0000 |
|---|---|---|
| committer | pp <pp@455248ca-bdda-0310-9134-f4ebb693071a> | 2008-03-21 02:15:57 +0000 |
| commit | 70c9225f4ec3d94c6500a2205f36634d6f64adf1 (patch) | |
| tree | 33c3d06ccedad82fe46f5ab98e0d80c3871bb489 | |
| parent | 69493ce0fa75a4074227704277ae9a0ebef75ad4 (diff) | |
- 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
| -rwxr-xr-x | win32-cross-build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
