diff options
author | jmarshallnz <jmarshallnz@svn> | 2010-09-13 22:49:26 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2010-09-13 22:49:26 +0000 |
commit | e637d7848d89e3f8e507aeed5dcb9c7ae57c2e43 (patch) | |
tree | d9ab0fe475905dcb42fcf1e22d7aaaa0a96ec874 | |
parent | 2bc0fe1a155ad8b4b55d3a5c4419f2c2f2de096d (diff) |
fixed: [win32] build of texturepacker + updated the exe
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33755 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>
|