From f2a9bbbd798f7fa1b1c8f40ad7b48b1f94b15320 Mon Sep 17 00:00:00 2001 From: JezzX2 Date: Tue, 1 Feb 2011 10:08:58 +0000 Subject: [PATCH] Updated [PM3.HD] the build.bat file to take into account the new theme git-svn-id: http://jezzxbmc.googlecode.com/svn/trunk/skin.pm3-hd@289 0c45cd24-f56c-ec91-222f-6e3ca35936fa --- build.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.bat b/build.bat index 503f10a..11a3014 100644 --- a/build.bat +++ b/build.bat @@ -11,8 +11,9 @@ Echo dsstdfx.bin>>exclude.txt Echo exclude.txt>>exclude.txt ECHO ---------------------------------------- -ECHO Creating XBT File... +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...