diff options
author | wsoltys <wiso@no.way> | 2013-05-20 15:08:06 +0200 |
---|---|---|
committer | wsoltys <wiso@no.way> | 2013-05-20 15:08:06 +0200 |
commit | f12c8f6cbe1cadf9fea2681e79a6d7199473b296 (patch) | |
tree | f2a38e3f62bd350edf8397a49cf866242e8555a4 /tools | |
parent | 20093ed56bc73a9e8aac7043aa02526962f2aa4d (diff) |
[WIN32] fixed: delete vs created stuff as well on prepare-env
Diffstat (limited to 'tools')
-rw-r--r-- | tools/buildsteps/win32/prepare-env.bat | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/buildsteps/win32/prepare-env.bat b/tools/buildsteps/win32/prepare-env.bat index 32ab40fcf1..c55b667d9f 100644 --- a/tools/buildsteps/win32/prepare-env.bat +++ b/tools/buildsteps/win32/prepare-env.bat @@ -17,4 +17,8 @@ IF EXIST %WORKSPACE%\project\Win32BuildSetup\dependencies rmdir %WORKSPACE%\proj IF EXIST %WORKSPACE%\project\BuildDependencies\include rmdir %WORKSPACE%\project\BuildDependencies\include /S /Q IF EXIST %WORKSPACE%\project\BuildDependencies\lib rmdir %WORKSPACE%\project\BuildDependencies\lib /S /Q -IF EXIST %WORKSPACE%\project\BuildDependencies\msys rmdir %WORKSPACE%\project\BuildDependencies\msys /S /Q
\ No newline at end of file +IF EXIST %WORKSPACE%\project\BuildDependencies\msys rmdir %WORKSPACE%\project\BuildDependencies\msys /S /Q + +IF EXIST %WORKSPACE%\project\VS2010Express\XBMC rmdir %WORKSPACE%\project\VS2010Express\XBMC /S /Q +IF EXIST %WORKSPACE%\project\VS2010Express\objs rmdir %WORKSPACE%\project\VS2010Express\objs /S /Q +IF EXIST %WORKSPACE%\project\VS2010Express\libs rmdir %WORKSPACE%\project\VS2010Express\libs /S /Q
\ No newline at end of file |