summary refs log tree commit diff stats
path: root/win32/deps/libpng
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-03 16:35:10 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-03 16:35:10 +0200
commit12c7600024eb346dda583e21f2a9632f1a46bd96 (patch)
tree406301d6d0557f2192f9cfecfd1eb6adee94ae5b /win32/deps/libpng
parent4b699210bd9bab344e1462e7998f863f55836402 (diff)
Get rid of useless .exp files
Diffstat (limited to 'win32/deps/libpng')
-rw-r--r--win32/deps/libpng/release-x64.bat1
-rw-r--r--win32/deps/libpng/release-x86.bat1
2 files changed, 0 insertions, 2 deletions
diff --git a/win32/deps/libpng/release-x64.bat b/win32/deps/libpng/release-x64.bat
index 571754e6..da43e5dd 100644
--- a/win32/deps/libpng/release-x64.bat
+++ b/win32/deps/libpng/release-x64.bat
@@ -20,7 +20,6 @@ copy png.h %LIBPNG_DEST%\include
 copy pngconf.h %LIBPNG_DEST%\include

 copy pnglibconf.h %LIBPNG_DEST%\include

 copy pngpriv.h %LIBPNG_DEST%\include

-copy projects\vstudio\x64\Release\libpng15.exp %LIBPNG_DEST%\lib

 copy projects\vstudio\x64\Release\libpng15.lib %LIBPNG_DEST%\lib

 copy projects\vstudio\x64\Release\libpng15.dll %LIBPNG_DEST%\bin

 copy projects\vstudio\x64\Release\pngtest.exe %LIBPNG_DEST%\bin

diff --git a/win32/deps/libpng/release-x86.bat b/win32/deps/libpng/release-x86.bat
index 3e9505a5..f2207d85 100644
--- a/win32/deps/libpng/release-x86.bat
+++ b/win32/deps/libpng/release-x86.bat
@@ -20,7 +20,6 @@ copy png.h %LIBPNG_DEST%\include
 copy pngconf.h %LIBPNG_DEST%\include

 copy pnglibconf.h %LIBPNG_DEST%\include

 copy pngpriv.h %LIBPNG_DEST%\include

-copy projects\vstudio\Release\libpng15.exp %LIBPNG_DEST%\lib

 copy projects\vstudio\Release\libpng15.lib %LIBPNG_DEST%\lib

 copy projects\vstudio\Release\libpng15.dll %LIBPNG_DEST%\bin

 copy projects\vstudio\Release\pngtest.exe %LIBPNG_DEST%\bin