aboutsummaryrefslogtreecommitdiff
path: root/project/BuildDependencies
diff options
context:
space:
mode:
authorWiSo <wiso@xbmc.org>2012-10-28 19:22:01 +0100
committerWiSo <wiso@xbmc.org>2012-10-28 19:22:01 +0100
commit02c8a10f073e3d2422b0e6f6701d50c9cf67151e (patch)
treec938fb17202c67d811d724029490940bfb23576e /project/BuildDependencies
parentb847aafe1d60845178715eb13ac99c86190aaf64 (diff)
[WIN32] fixed: missing ogg.dll, vorbis.dll and vorbisenc.dll in nightlies due to a missing directory.
Diffstat (limited to 'project/BuildDependencies')
-rw-r--r--project/BuildDependencies/scripts/1_copy_deps_d.bat3
1 files changed, 2 insertions, 1 deletions
diff --git a/project/BuildDependencies/scripts/1_copy_deps_d.bat b/project/BuildDependencies/scripts/1_copy_deps_d.bat
index 38be9b8c16..f6aaa3396c 100644
--- a/project/BuildDependencies/scripts/1_copy_deps_d.bat
+++ b/project/BuildDependencies/scripts/1_copy_deps_d.bat
@@ -8,4 +8,5 @@ IF NOT EXIST "%XBMC_PATH%\system\players\paplayer" md "%XBMC_PATH%\system\player
IF NOT EXIST "%XBMC_PATH%\project\VS2010Express\XBMC\Debug (DirectX)" md "%XBMC_PATH%\project\VS2010Express\XBMC\Debug (DirectX)"
IF NOT EXIST "%XBMC_PATH%\system\webserver" md "%XBMC_PATH%\system\webserver"
IF NOT EXIST "%XBMC_PATH%\system\airplay" md "%XBMC_PATH%\system\airplay"
-IF NOT EXIST "%XBMC_PATH%\project\Win32BuildSetup\dependencies" md "%XBMC_PATH%\project\Win32BuildSetup\dependencies" \ No newline at end of file
+IF NOT EXIST "%XBMC_PATH%\project\Win32BuildSetup\dependencies" md "%XBMC_PATH%\project\Win32BuildSetup\dependencies"
+IF NOT EXIST "%XBMC_PATH%\system\cdrip" md "%XBMC_PATH%\system\cdrip" \ No newline at end of file