diff options
author | WiSo <wiso@xbmc.org> | 2011-04-30 22:31:12 +0200 |
---|---|---|
committer | WiSo <wiso@xbmc.org> | 2011-04-30 22:32:01 +0200 |
commit | 88a28ee076f7ab5380e4cd5c50dcba9a49d4b0b0 (patch) | |
tree | e10cd2bbece3a09ef026fdc9ecafd975b4279792 | |
parent | 2b1da5baee119366f232741ac843df86b1a935a1 (diff) |
[WIN32] clean timidity dir first before building
-rw-r--r-- | project/Win32BuildSetup/buildmingwlibs.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project/Win32BuildSetup/buildmingwlibs.sh b/project/Win32BuildSetup/buildmingwlibs.sh index 981a897b1c..45de9d0f3f 100644 --- a/project/Win32BuildSetup/buildmingwlibs.sh +++ b/project/Win32BuildSetup/buildmingwlibs.sh @@ -65,6 +65,7 @@ echo "##### building of libmpeg2 dlls done #####" echo "##### building timidity dlls #####" cd /xbmc/lib/timidity/ +make -f Makefile.win32 clean make -f Makefile.win32 setfilepath /xbmc/system/players/paplayer checkfiles timidity.dll |