summary refs log tree commit diff stats
path: root/win32/deps/libxml2
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/libxml2
parent4b699210bd9bab344e1462e7998f863f55836402 (diff)
Get rid of useless .exp files
Diffstat (limited to 'win32/deps/libxml2')
-rw-r--r--win32/deps/libxml2/release-x64.bat1
-rw-r--r--win32/deps/libxml2/release-x86.bat1
2 files changed, 0 insertions, 2 deletions
diff --git a/win32/deps/libxml2/release-x64.bat b/win32/deps/libxml2/release-x64.bat
index b741cc40..56e2d1ed 100644
--- a/win32/deps/libxml2/release-x64.bat
+++ b/win32/deps/libxml2/release-x64.bat
@@ -23,7 +23,6 @@ mkdir %LIBXML_DEST%\share\doc
 mkdir %LIBXML_DEST%\share\doc\libxml2

 copy win32\vc10\x64\Release\libxml2.dll %LIBXML_DEST%\bin

 copy win32\vc10\x64\Release\runsuite.exe %LIBXML_DEST%\bin

-copy win32\vc10\x64\Release\libxml2.exp %LIBXML_DEST%\lib

 copy win32\vc10\x64\Release\libxml2.lib %LIBXML_DEST%\lib

 copy include\win32config.h %LIBXML_DEST%\include

 copy include\wsockcompat.h %LIBXML_DEST%\include

diff --git a/win32/deps/libxml2/release-x86.bat b/win32/deps/libxml2/release-x86.bat
index 70b91c60..62a18ece 100644
--- a/win32/deps/libxml2/release-x86.bat
+++ b/win32/deps/libxml2/release-x86.bat
@@ -23,7 +23,6 @@ mkdir %LIBXML_DEST%\share\doc
 mkdir %LIBXML_DEST%\share\doc\libxml2

 copy win32\vc10\Release\libxml2.dll %LIBXML_DEST%\bin

 copy win32\vc10\Release\runsuite.exe %LIBXML_DEST%\bin

-copy win32\vc10\Release\libxml2.exp %LIBXML_DEST%\lib

 copy win32\vc10\Release\libxml2.lib %LIBXML_DEST%\lib

 copy include\win32config.h %LIBXML_DEST%\include

 copy include\wsockcompat.h %LIBXML_DEST%\include