diff options
author | spiff_ <spiff_@svn> | 2010-09-13 23:02:03 +0000 |
---|---|---|
committer | spiff_ <spiff_@svn> | 2010-09-13 23:02:03 +0000 |
commit | 75c5440dc9c5d4e06ac77ecb67b59756173ae429 (patch) | |
tree | dcc983a90a2b198aca08423f43f6db705ca2ffb8 | |
parent | 6dc041e2cfe7dfd5747ebf10040836fcc1fe2e59 (diff) |
fixed: [win32] build of texturepacker + updated the exe
(cherry picked from commit 5545e299c96d399e07c2063ce1897b52fd950fa1)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@33760 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-rw-r--r-- | tools/TexturePacker/TexturePacker.exe | bin | 65536 -> 86528 bytes | |||
-rw-r--r-- | tools/TexturePacker/Win32/TexturePacker.vcproj | 10 |
2 files changed, 9 insertions, 1 deletions
diff --git a/tools/TexturePacker/TexturePacker.exe b/tools/TexturePacker/TexturePacker.exe Binary files differindex ac0dc09580..9a96102b46 100644 --- a/tools/TexturePacker/TexturePacker.exe +++ b/tools/TexturePacker/TexturePacker.exe diff --git a/tools/TexturePacker/Win32/TexturePacker.vcproj b/tools/TexturePacker/Win32/TexturePacker.vcproj index 036e1857d4..2c1a4c1738 100644 --- a/tools/TexturePacker/Win32/TexturePacker.vcproj +++ b/tools/TexturePacker/Win32/TexturePacker.vcproj @@ -117,7 +117,7 @@ Name="VCCLCompilerTool"
Optimization="2"
EnableIntrinsicFunctions="true"
- AdditionalIncludeDirectories=".;..\..\..\xbmc\win32;..\..\..\guilib;..\..\..\xbmc\utils;..\..\..\xbmc\;..\..\..\xbmc\lib\libsquish"
+ AdditionalIncludeDirectories=".;..\..\..\xbmc\win32;..\..\..\guilib;..\..\..\xbmc\utils;..\..\..\xbmc\;..\..\..\xbmc\lib\libsquish;..\..\..\project\BuildDependencies\include"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
@@ -181,6 +181,10 @@ >
</File>
<File
+ RelativePath="..\md5.c"
+ >
+ </File>
+ <File
RelativePath="..\SDL_anigif.c"
>
</File>
@@ -211,6 +215,10 @@ >
</File>
<File
+ RelativePath="..\md5.h"
+ >
+ </File>
+ <File
RelativePath="..\SDL_anigif.h"
>
</File>
|