diff options
author | WiSo <wiso@xbmc.org> | 2014-01-10 22:00:00 +0100 |
---|---|---|
committer | WiSo <wiso@xbmc.org> | 2014-01-10 22:00:00 +0100 |
commit | 98731b14a4e161f973fe8c9ec231c92566476f56 (patch) | |
tree | 392fe58c9fa81ffbdd210fd4e94a24040d12cb5c /project | |
parent | 18eef75317c1ce24bf8cb003ad057ad57c38789a (diff) |
[WIN32] fixed: don't copy skins via BuildSetup.bat. They're provided via their own build.bat
Diffstat (limited to 'project')
-rw-r--r-- | project/Win32BuildSetup/BuildSetup.bat | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/project/Win32BuildSetup/BuildSetup.bat b/project/Win32BuildSetup/BuildSetup.bat index 54eab2a013..830ea368a7 100644 --- a/project/Win32BuildSetup/BuildSetup.bat +++ b/project/Win32BuildSetup/BuildSetup.bat @@ -217,10 +217,9 @@ IF %comp%==vs2010 ( Echo addons\visualization.fishbmc\>>exclude.txt Echo addons\visualization.projectm\>>exclude.txt Echo addons\visualization.glspectrum\>>exclude.txt - rem Exclude skins if not present - IF NOT EXIST addons\skin.touched\addon.xml ( - Echo addons\skin.touched\>>exclude.txt - ) + rem Exclude skins as they're copied by their own script + Echo addons\skin.touched\>>exclude.txt + Echo addons\skin.confluence\>>exclude.txt rem other platform stuff Echo lib-osx>>exclude.txt Echo players\mplayer>>exclude.txt |