diff options
author | WiSo <wiso@xbmc.org> | 2011-05-21 19:56:20 +0200 |
---|---|---|
committer | WiSo <wiso@xbmc.org> | 2011-05-21 19:56:20 +0200 |
commit | 22bf4b8ee2531d33a7dd21a72e18d16d7a55427b (patch) | |
tree | c7476bf26bb59378125cb9385f6ccf416d1c11a6 /project/BuildDependencies | |
parent | 4e58ce3c64045ef3dc2f5a46ff396f15ee339723 (diff) |
[WIN32] removed copying of python libs. This is already handled by the dep downloader
Diffstat (limited to 'project/BuildDependencies')
-rw-r--r-- | project/BuildDependencies/scripts/copy_deps_d.bat | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/project/BuildDependencies/scripts/copy_deps_d.bat b/project/BuildDependencies/scripts/copy_deps_d.bat index 374b7ed24a..407dd3726a 100644 --- a/project/BuildDependencies/scripts/copy_deps_d.bat +++ b/project/BuildDependencies/scripts/copy_deps_d.bat @@ -4,13 +4,5 @@ rem copy webserver dlls IF EXIST "%XBMC_PATH%\system\webserver" rmdir "%XBMC_PATH%\system\webserver" /S /Q xcopy "%XBMC_PATH%\lib\win32\libmicrohttpd_win32\bin\*.dll" "%XBMC_PATH%\system\webserver" /E /Q /I /Y -rem copy python lib -IF EXIST "%XBMC_PATH%\system\python\Lib" rmdir "%XBMC_PATH%\system\python\Lib" /S /Q -echo .svn>py_exclude.txt -echo test>>py_exclude.txt -echo plat->>py_exclude.txt -xcopy "%XBMC_PATH%\lib\Python\Lib" "%XBMC_PATH%\system\python\Lib" /E /Q /I /Y /EXCLUDE:py_exclude.txt > NUL -del py_exclude.txt - rem create directories IF NOT EXIST "%XBMC_PATH%\system\players\paplayer" md "%XBMC_PATH%\system\players\paplayer" |