From b39a50ced36c8b51c33471a97f5cde1c526f4cfc Mon Sep 17 00:00:00 2001 From: Memphiz Date: Thu, 2 Oct 2014 09:20:36 +0200 Subject: [TexturePacker/Win32] - don't copy sdl dlls to TexturePacker (not needed anymore) --- project/BuildDependencies/scripts/libsdl_d.bat | 2 -- 1 file changed, 2 deletions(-) diff --git a/project/BuildDependencies/scripts/libsdl_d.bat b/project/BuildDependencies/scripts/libsdl_d.bat index 601a58e5d9..4f7f0cead5 100644 --- a/project/BuildDependencies/scripts/libsdl_d.bat +++ b/project/BuildDependencies/scripts/libsdl_d.bat @@ -10,9 +10,7 @@ cd %TMP_PATH% xcopy SDL-1.2.14\include\* "%CUR_PATH%\include\SDL\" /E /Q /I /Y copy SDL-1.2.14\lib\SDL.lib "%CUR_PATH%\lib\SDL.lib" /Y -copy SDL-1.2.14\lib\SDL.dll "%APP_PATH%\tools\TexturePacker\SDL.dll" copy SDL_image-1.2.10\include\SDL_image.h "%CUR_PATH%\include\SDL\" -copy SDL_image-1.2.10\lib\*.dll "%APP_PATH%\tools\TexturePacker\" copy SDL_image-1.2.10\lib\SDL_image.lib "%CUR_PATH%\lib\SDL_image.lib" /Y -- cgit v1.2.3