diff options
author | WiSo <wiso@xbmc.org> | 2011-04-09 19:41:42 +0200 |
---|---|---|
committer | WiSo <wiso@xbmc.org> | 2011-04-09 19:41:42 +0200 |
commit | 5d46ee610337e123c89175a90a52aca30df065c4 (patch) | |
tree | a3116ebeab5bbe89348e4e2f5cb773bad13ac738 | |
parent | 8869402e24656decf0fd829573096c38fae8bf37 (diff) |
[WIN32] delete FLAC++ / ogg headers in temp
-rw-r--r-- | project/BuildDependencies/scripts/libflac_d.bat | 3 |
1 files changed, 3 insertions, 0 deletions
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% |