2010-06-07 02:27:25 +02:00
|
|
|
@echo off
|
|
|
|
ECHO ----------------------------------------
|
|
|
|
echo Creating Build Folder
|
|
|
|
rmdir BUILD /S /Q
|
2011-05-30 08:27:22 +02:00
|
|
|
md BUILD\skin.pm3.hd-pvr\media\
|
2010-06-07 02:27:25 +02:00
|
|
|
|
|
|
|
Echo .svn>exclude.txt
|
|
|
|
Echo Thumbs.db>>exclude.txt
|
|
|
|
Echo Desktop.ini>>exclude.txt
|
|
|
|
Echo dsstdfx.bin>>exclude.txt
|
|
|
|
Echo exclude.txt>>exclude.txt
|
|
|
|
|
|
|
|
ECHO ----------------------------------------
|
2011-02-01 11:08:58 +01:00
|
|
|
ECHO Creating XBT Files...
|
2011-05-30 08:27:22 +02:00
|
|
|
START /B /WAIT ..\..\TexturePacker\TexturePacker -dupecheck -input media -output BUILD\skin.pm3.hd-pvr\media\Textures.xbt
|
2011-02-01 11:08:58 +01:00
|
|
|
START /B /WAIT ..\..\TexturePacker\TexturePacker -dupecheck -input themes\Old_School -output BUILD\skin.pm3.hd\media\Old_School.xbt
|
2010-06-07 02:27:25 +02:00
|
|
|
|
|
|
|
ECHO ----------------------------------------
|
|
|
|
ECHO XBT Texture Files Created...
|
|
|
|
ECHO Building Skin Directory...
|
2011-05-30 08:27:22 +02:00
|
|
|
xcopy "720p" "BUILD\skin.pm3.hd-pvr\720p" /E /Q /I /Y /EXCLUDE:exclude.txt
|
|
|
|
xcopy "fonts" "BUILD\skin.pm3.hd-pvr\fonts" /E /Q /I /Y /EXCLUDE:exclude.txt
|
|
|
|
xcopy "backgrounds" "BUILD\skin.pm3.hd-pvr\backgrounds" /E /Q /I /Y /EXCLUDE:exclude.txt
|
|
|
|
xcopy "sounds\*.*" "BUILD\skin.pm3.hd-pvr\sounds\" /Q /I /Y /EXCLUDE:exclude.txt
|
|
|
|
xcopy "colors\*.*" "BUILD\skin.pm3.hd-pvr\colors\" /Q /I /Y /EXCLUDE:exclude.txt
|
|
|
|
xcopy "language" "BUILD\skin.pm3.hd-pvr\language" /E /Q /I /Y /EXCLUDE:exclude.txt
|
2010-06-07 02:27:25 +02:00
|
|
|
|
|
|
|
del exclude.txt
|
|
|
|
|
2011-05-30 08:27:22 +02:00
|
|
|
copy *.xml "BUILD\skin.pm3.hd-pvr\"
|
|
|
|
copy *.txt "BUILD\skin.pm3.hd-pvr\"
|
|
|
|
copy icon.png "BUILD\skin.pm3.hd-pvr\"
|
2010-06-07 02:27:25 +02:00
|
|
|
pause
|