~x3lectric/xbmc/svn-trunk

« back to all changes in this revision

Viewing changes to addons/org.xbmc.addons.confluence/build.bat

  • Committer: jmarshallnz
  • Date: 2010-04-27 23:05:22 UTC
  • Revision ID: svn-v4:568bbfeb-2a22-0410-94d2-cc84cf5bfa90:trunk:29568
changed: paint the (system) addons bikeshed (moves - id's to come)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
@echo off
2
 
ECHO ----------------------------------------
3
 
echo Creating Confluence Build Folder
4
 
rmdir BUILD /S /Q
5
 
md BUILD
6
 
 
7
 
Echo .svn>exclude.txt
8
 
Echo Thumbs.db>>exclude.txt
9
 
Echo Desktop.ini>>exclude.txt
10
 
Echo dsstdfx.bin>>exclude.txt
11
 
Echo exclude.txt>>exclude.txt
12
 
 
13
 
ECHO ----------------------------------------
14
 
ECHO Creating XBT File...
15
 
START /B /WAIT ..\..\Tools\TexturePacker\TexturePacker -input media -output media\Textures.xbt
16
 
 
17
 
ECHO ----------------------------------------
18
 
ECHO Copying XBT File...
19
 
xcopy "media\Textures.xbt" "BUILD\Confluence\media\" /Q /I /Y
20
 
 
21
 
ECHO ----------------------------------------
22
 
ECHO Cleaning Up...
23
 
del "media\Textures.xbt"
24
 
 
25
 
ECHO ----------------------------------------
26
 
ECHO XBT Texture Files Created...
27
 
ECHO Building Skin Directory...
28
 
xcopy "720p" "BUILD\Confluence\720p" /E /Q /I /Y /EXCLUDE:exclude.txt
29
 
xcopy "fonts" "BUILD\Confluence\fonts" /E /Q /I /Y /EXCLUDE:exclude.txt
30
 
xcopy "backgrounds" "BUILD\Confluence\backgrounds" /E /Q /I /Y /EXCLUDE:exclude.txt
31
 
xcopy "scripts" "BUILD\Confluence\scripts" /E /Q /I /Y /EXCLUDE:exclude.txt
32
 
xcopy "sounds\*.*" "BUILD\Confluence\sounds\" /Q /I /Y /EXCLUDE:exclude.txt
33
 
xcopy "colors\*.*" "BUILD\Confluence\colors\" /Q /I /Y /EXCLUDE:exclude.txt
34
 
xcopy "language" "BUILD\Confluence\language" /E /Q /I /Y /EXCLUDE:exclude.txt
35
 
 
36
 
del exclude.txt
37
 
 
38
 
copy *.xml "BUILD\Confluence\"
39
 
copy *.txt "BUILD\Confluence\"
 
 
b'\\ No newline at end of file'