diff options
author | Memphiz <memphis@machzwo.de> | 2014-10-02 09:20:36 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2015-01-08 21:59:01 +0100 |
commit | b39a50ced36c8b51c33471a97f5cde1c526f4cfc (patch) | |
tree | 93420f031bc0b910130cd53960163fa38fa7c32a | |
parent | 9d08a35eb225a4ccfe10f80ce711b8f79d61d3bd (diff) |
[TexturePacker/Win32] - don't copy sdl dlls to TexturePacker (not needed
anymore)
-rw-r--r-- | project/BuildDependencies/scripts/libsdl_d.bat | 2 |
1 files changed, 0 insertions, 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 |