Skip to content

Commit

Permalink
fixed: [win32] build of texturepacker + updated the exe
Browse files Browse the repository at this point in the history
(cherry picked from commit 5545e299c96d399e07c2063ce1897b52fd950fa1)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@33760 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
  • Loading branch information
spiff_ committed Sep 13, 2010
1 parent 6dc041e commit 75c5440
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Binary file modified tools/TexturePacker/TexturePacker.exe
Binary file not shown.
10 changes: 9 additions & 1 deletion tools/TexturePacker/Win32/TexturePacker.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -180,6 +180,10 @@
RelativePath=".\dirent.c"
>
</File>
<File
RelativePath="..\md5.c"
>
</File>
<File
RelativePath="..\SDL_anigif.c"
>
Expand Down Expand Up @@ -210,6 +214,10 @@
RelativePath=".\dirent.h"
>
</File>
<File
RelativePath="..\md5.h"
>
</File>
<File
RelativePath="..\SDL_anigif.h"
>
Expand Down

0 comments on commit 75c5440

Please sign in to comment.