From 5943cadcc27a3462fb977f0a8194a849e5f741c7 Mon Sep 17 00:00:00 2001 From: JezzX Date: Mon, 30 May 2011 17:16:08 +1000 Subject: [PATCH] Removed: build.bat --- build.bat | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 build.bat diff --git a/build.bat b/build.bat deleted file mode 100644 index 11a3014..0000000 --- a/build.bat +++ /dev/null @@ -1,33 +0,0 @@ -@echo off -ECHO ---------------------------------------- -echo Creating Build Folder -rmdir BUILD /S /Q -md BUILD\skin.pm3.hd\media\ - -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 ---------------------------------------- -ECHO Creating XBT Files... -START /B /WAIT ..\..\TexturePacker\TexturePacker -dupecheck -input media -output BUILD\skin.pm3.hd\media\Textures.xbt -START /B /WAIT ..\..\TexturePacker\TexturePacker -dupecheck -input themes\Old_School -output BUILD\skin.pm3.hd\media\Old_School.xbt - -ECHO ---------------------------------------- -ECHO XBT Texture Files Created... -ECHO Building Skin Directory... -xcopy "720p" "BUILD\skin.pm3.hd\720p" /E /Q /I /Y /EXCLUDE:exclude.txt -xcopy "fonts" "BUILD\skin.pm3.hd\fonts" /E /Q /I /Y /EXCLUDE:exclude.txt -xcopy "backgrounds" "BUILD\skin.pm3.hd\backgrounds" /E /Q /I /Y /EXCLUDE:exclude.txt -xcopy "sounds\*.*" "BUILD\skin.pm3.hd\sounds\" /Q /I /Y /EXCLUDE:exclude.txt -xcopy "colors\*.*" "BUILD\skin.pm3.hd\colors\" /Q /I /Y /EXCLUDE:exclude.txt -xcopy "language" "BUILD\skin.pm3.hd\language" /E /Q /I /Y /EXCLUDE:exclude.txt - -del exclude.txt - -copy *.xml "BUILD\skin.pm3.hd\" -copy *.txt "BUILD\skin.pm3.hd\" -copy icon.png "BUILD\skin.pm3.hd\" -pause \ No newline at end of file