diff options
author | WiSo <wiso@xbmc.org> | 2011-05-21 20:27:17 +0200 |
---|---|---|
committer | WiSo <wiso@xbmc.org> | 2011-05-21 20:27:17 +0200 |
commit | 9aa6c4edd610052f40ff0ea977b1c2fd678539e2 (patch) | |
tree | fc21886fd5932b6276228396fc9b2f9bb1cec28f | |
parent | 543b60d4a9c41c53951c97633496b7e3effb2d04 (diff) |
[WIN32] create debug project directory to copy dlls in
-rw-r--r-- | project/BuildDependencies/scripts/1_copy_deps_d.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project/BuildDependencies/scripts/1_copy_deps_d.bat b/project/BuildDependencies/scripts/1_copy_deps_d.bat index 407dd3726a..b83cc89818 100644 --- a/project/BuildDependencies/scripts/1_copy_deps_d.bat +++ b/project/BuildDependencies/scripts/1_copy_deps_d.bat @@ -6,3 +6,4 @@ xcopy "%XBMC_PATH%\lib\win32\libmicrohttpd_win32\bin\*.dll" "%XBMC_PATH%\system\ rem create directories IF NOT EXIST "%XBMC_PATH%\system\players\paplayer" md "%XBMC_PATH%\system\players\paplayer" +IF NOT EXIST "%XBMC_PATH%\project\VS2010Express\XBMC\Debug (DirectX)" md "%XBMC_PATH%\project\VS2010Express\XBMC\Debug (DirectX)"
\ No newline at end of file |