aboutsummaryrefslogtreecommitdiff
path: root/tools/buildsteps/win32
diff options
context:
space:
mode:
authorronie <ronie@users.noreply.github.com>2016-02-26 23:23:08 +0100
committerronie <ronie@users.noreply.github.com>2016-03-01 20:48:00 +0100
commitde08bafa12972688aa7aee6c83091fe67f0b020a (patch)
tree5d95f978bfd89c6fb704bdb13bd9c2f3e55e2c4d /tools/buildsteps/win32
parentdaf2dcdc66ef6f9c2f91cbfc41edb5ba4b79f6f8 (diff)
build estouchy instead of re-touched
Diffstat (limited to 'tools/buildsteps/win32')
-rw-r--r--tools/buildsteps/win32/prepare-env.bat4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/buildsteps/win32/prepare-env.bat b/tools/buildsteps/win32/prepare-env.bat
index 7e1d30cbd9..b1a169abb5 100644
--- a/tools/buildsteps/win32/prepare-env.bat
+++ b/tools/buildsteps/win32/prepare-env.bat
@@ -23,7 +23,3 @@ IF EXIST %WORKSPACE%\project\BuildDependencies\msys rmdir %WORKSPACE%\project\Bu
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
-
-rem fetch submodules
-IF EXIST "%WORKSPACE%\addons\skin.re-touched" rmdir "%WORKSPACE%\addons\skin.re-touched" /S /Q || exit /b 10
-git submodule update --init "%WORKSPACE%\addons\skin.re-touched" || exit /b 30