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
This commit is contained in:
JezzX2 2010-10-04 06:03:46 +00:00
parent a6ab33ed13
commit 0c5f3a3913

View File

@ -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...