From 5d46ee610337e123c89175a90a52aca30df065c4 Mon Sep 17 00:00:00 2001 From: WiSo Date: Sat, 9 Apr 2011 19:41:42 +0200 Subject: [WIN32] delete FLAC++ / ogg headers in temp --- project/BuildDependencies/scripts/libflac_d.bat | 3 +++ 1 file changed, 3 insertions(+) diff --git a/project/BuildDependencies/scripts/libflac_d.bat b/project/BuildDependencies/scripts/libflac_d.bat index 132123b29b..88ef08dd62 100644 --- a/project/BuildDependencies/scripts/libflac_d.bat +++ b/project/BuildDependencies/scripts/libflac_d.bat @@ -10,4 +10,7 @@ cd %TMP_PATH% xcopy include\FLAC "%CUR_PATH%\include\FLAC" /E /Q /I /Y copy lib\libFLAC.dll "%XBMC_PATH%\system\players\paplayer\" /Y +IF EXIST "include\FLAC++" rmdir "include\FLAC++" /S /Q +IF EXIST "include\ogg" rmdir "include\ogg" /S /Q + cd %LOC_PATH% -- cgit v1.2.3