aboutsummaryrefslogtreecommitdiff
path: root/project/BuildDependencies/scripts/libshairplay_d.bat
blob: 7cd5c5fe5f79760fd56511a01aa31d3175c69a37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@ECHO OFF

SET LOC_PATH=%CD%
SET FILES=%LOC_PATH%\libshairplay_d.txt

CALL dlextract.bat libnfs %FILES%

cd %TMP_PATH%

echo readme.txt > shairplay_exclude.txt

xcopy libshairplay-495f02-win32\* "%XBMC_PATH%\" /E /Q /I /Y /EXCLUDE:shairplay_exclude.txt

cd %LOC_PATH%