Skip to content

Commit

Permalink
fixed: win32 build deps for sdl_image
Browse files Browse the repository at this point in the history
(cherry picked from commit f57400a71c7ff3bc7701b3c1ab551c542985b6a4)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@33757 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
  • Loading branch information
spiff_ committed Sep 13, 2010
1 parent d086eb3 commit b22115e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion project/BuildDependencies/scripts/libsdl_d.bat
Expand Up @@ -12,6 +12,8 @@ copy SDL-1.2.14\lib\SDL.lib "%CUR_PATH%\lib\SDL.lib" /Y
copy SDL-1.2.14\lib\SDL.dll "%XBMC_PATH%\project\Win32BuildSetup\dependencies\SDL.dll"

copy SDL-1.2.14\lib\SDL.dll "%XBMC_PATH%\tools\TexturePacker\SDL.dll"
copy *.dll "%XBMC_PATH%\tools\TexturePacker\"
copy SDL_image-1.2.10\include\SDL_image.h "%CUR_PATH%\include\SDL\"
copy SDL_image-1.2.10\lib\*.dll "%XBMC_PATH%\tools\TexturePacker\"
copy SDL_image-1.2.10\lib\SDL_image.lib "%CUR_PATH%\lib\SDL_image.lib" /Y

cd %LOC_PATH%
2 changes: 1 addition & 1 deletion project/BuildDependencies/scripts/libsdl_d.txt
@@ -1,3 +1,3 @@
; filename source of the file
SDL-devel-1.2.14-VC8.zip http://www.libsdl.org/release/
SDL_image-1.2.10-win32.zip http://www.libsdl.org/projects/SDL_image/release/
SDL_image-devel-1.2.10-VC.zip http://www.libsdl.org/projects/SDL_image/release/

0 comments on commit b22115e

Please sign in to comment.