From 22bf4b8ee2531d33a7dd21a72e18d16d7a55427b Mon Sep 17 00:00:00 2001 From: WiSo Date: Sat, 21 May 2011 19:56:20 +0200 Subject: [WIN32] removed copying of python libs. This is already handled by the dep downloader --- project/BuildDependencies/scripts/copy_deps_d.bat | 8 -------- 1 file changed, 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" -- cgit v1.2.3