diff options
author | theuni <theuni@svn> | 2009-10-04 03:55:21 +0000 |
---|---|---|
committer | theuni <theuni@svn> | 2009-10-04 03:55:21 +0000 |
commit | 9dfacafbcbd4b5bb0402f7574cd6563387a376f3 (patch) | |
tree | 5b6e217b1dd2c3efd95aedbc9cbc3727c9ed7ad4 /tools/TexturePacker/Makefile.in | |
parent | e0dd2f4f5772a0ec7c977cbcd3ecd1f3ac9ca304 (diff) |
fixed: renamed XBMCTexXBT binary to match
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23400 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools/TexturePacker/Makefile.in')
-rw-r--r-- | tools/TexturePacker/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/TexturePacker/Makefile.in b/tools/TexturePacker/Makefile.in index 9301021a2a..6058c043da 100644 --- a/tools/TexturePacker/Makefile.in +++ b/tools/TexturePacker/Makefile.in @@ -13,7 +13,7 @@ OBJS = \ XBMCTex.o \ ../../guilib/XBTF.o -TARGET = XBMCTexXBT +TARGET = TexturePacker CLEAN_FILES=$(TARGET) all: $(TARGET) |