diff options
author | charlydoes <charlydoes@svn> | 2010-01-27 17:33:00 +0000 |
---|---|---|
committer | charlydoes <charlydoes@svn> | 2010-01-27 17:33:00 +0000 |
commit | f23ebe2856192ff9ffab5f476be39e8e40e847c8 (patch) | |
tree | 9341074725f25ce389ebbaf5ee84231119247770 /project/Win32BuildSetup | |
parent | 96eb9b28f51f7b777d0b608ad5944cef741aaae4 (diff) |
[WIN32GL] fixed: projectm presets packaging.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27226 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'project/Win32BuildSetup')
-rw-r--r-- | project/Win32BuildSetup/BuildSetup.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/project/Win32BuildSetup/BuildSetup.bat b/project/Win32BuildSetup/BuildSetup.bat index d74191015a..93480dff7b 100644 --- a/project/Win32BuildSetup/BuildSetup.bat +++ b/project/Win32BuildSetup/BuildSetup.bat @@ -124,6 +124,7 @@ IF %target%==dx SET buildconfig=Release (DirectX) md BUILD_WIN32\Xbmc
Echo .svn>exclude.txt
+ Echo CVS>>exclude.txt
Echo .so>>exclude.txt
Echo Thumbs.db>>exclude.txt
Echo Desktop.ini>>exclude.txt
@@ -164,7 +165,7 @@ IF %target%==dx SET buildconfig=Release (DirectX) rem xcopy ..\..\screensavers BUILD_WIN32\Xbmc\screensavers /E /Q /I /Y /EXCLUDE:exclude.txt > NUL
if %target%==gl (
xcopy ..\..\visualisations\*_win32.vis BUILD_WIN32\Xbmc\visualisations /Q /I /Y /EXCLUDE:exclude.txt > NUL
- xcopy ..\..\visualisations\projectM BUILD_WIN32\Xbmc\visualisations\projectM /E /Q /I /Y /EXCLUDE:exclude.txt > NUL
+ xcopy ..\..\xbmc\visualizations\XBMCProjectM\libprojectM\presets BUILD_WIN32\Xbmc\visualisations\projectM /E /Q /I /Y /EXCLUDE:exclude.txt > NUL
) else (
xcopy ..\..\visualisations\*_win32dx.vis BUILD_WIN32\Xbmc\visualisations /Q /I /Y /EXCLUDE:exclude.txt > NUL
xcopy ..\..\visualisations\Milkdrop BUILD_WIN32\Xbmc\visualisations\Milkdrop /Q /I /Y /EXCLUDE:exclude.txt > NUL
|