Get rid of useless .exp files

This commit is contained in:
Berke Viktor
2012-10-03 16:35:10 +02:00
parent 4b699210bd
commit 12c7600024
13 changed files with 0 additions and 20 deletions

View File

@@ -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

View File

@@ -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