From 0c5f3a3913c7acb8be29275cb8f81a8a94fe9ee1 Mon Sep 17 00:00:00 2001 From: JezzX2 Date: Mon, 4 Oct 2010 06:03:46 +0000 Subject: [PATCH] Updated: [ALL] win32 build system to use the new -dupecheck option for TexturePacker.exe (creates smaller xbt files) git-svn-id: http://jezzxbmc.googlecode.com/svn/trunk/skin.pm3-hd@104 0c45cd24-f56c-ec91-222f-6e3ca35936fa --- build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.bat b/build.bat index 3b78168..503f10a 100644 --- a/build.bat +++ b/build.bat @@ -12,7 +12,7 @@ Echo exclude.txt>>exclude.txt ECHO ---------------------------------------- ECHO Creating XBT File... -START /B /WAIT ..\..\TexturePacker\TexturePacker -input media -output BUILD\skin.pm3.hd\media\Textures.xbt +START /B /WAIT ..\..\TexturePacker\TexturePacker -dupecheck -input media -output BUILD\skin.pm3.hd\media\Textures.xbt ECHO ---------------------------------------- ECHO XBT Texture Files Created...