mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-05 10:42:33 +01:00
Get rid of useless .exp files
This commit is contained in:
parent
4b699210bd
commit
12c7600024
@ -30,12 +30,9 @@ copy src\enchant.h %ENCHANT_DEST%\include\enchant
|
||||
copy "src\enchant++.h" %ENCHANT_DEST%\include\enchant
|
||||
copy src\enchant-provider.h %ENCHANT_DEST%\include\enchant
|
||||
copy %RELEASE_DIR%\libenchant_ispell.dll %ENCHANT_DEST%\lib\enchant
|
||||
copy %RELEASE_DIR%\libenchant_ispell.exp %ENCHANT_DEST%\lib\enchant
|
||||
copy %RELEASE_DIR%\libenchant_ispell.lib %ENCHANT_DEST%\lib\enchant
|
||||
copy %RELEASE_DIR%\libenchant_myspell.dll %ENCHANT_DEST%\lib\enchant
|
||||
copy %RELEASE_DIR%\libenchant_myspell.exp %ENCHANT_DEST%\lib\enchant
|
||||
copy %RELEASE_DIR%\libenchant_myspell.lib %ENCHANT_DEST%\lib\enchant
|
||||
copy %RELEASE_DIR%\libenchant.exp %ENCHANT_DEST%\lib
|
||||
copy %RELEASE_DIR%\libenchant.lib %ENCHANT_DEST%\lib
|
||||
copy COPYING.LIB %ENCHANT_DEST%\share\doc\enchant\COPYING
|
||||
cd src
|
||||
|
@ -30,12 +30,9 @@ copy src\enchant.h %ENCHANT_DEST%\include\enchant
|
||||
copy "src\enchant++.h" %ENCHANT_DEST%\include\enchant
|
||||
copy src\enchant-provider.h %ENCHANT_DEST%\include\enchant
|
||||
copy %RELEASE_DIR%\libenchant_ispell.dll %ENCHANT_DEST%\lib\enchant
|
||||
copy %RELEASE_DIR%\libenchant_ispell.exp %ENCHANT_DEST%\lib\enchant
|
||||
copy %RELEASE_DIR%\libenchant_ispell.lib %ENCHANT_DEST%\lib\enchant
|
||||
copy %RELEASE_DIR%\libenchant_myspell.dll %ENCHANT_DEST%\lib\enchant
|
||||
copy %RELEASE_DIR%\libenchant_myspell.exp %ENCHANT_DEST%\lib\enchant
|
||||
copy %RELEASE_DIR%\libenchant_myspell.lib %ENCHANT_DEST%\lib\enchant
|
||||
copy %RELEASE_DIR%\libenchant.exp %ENCHANT_DEST%\lib
|
||||
copy %RELEASE_DIR%\libenchant.lib %ENCHANT_DEST%\lib
|
||||
copy COPYING.LIB %ENCHANT_DEST%\share\doc\enchant\COPYING
|
||||
cd src
|
||||
|
@ -23,10 +23,8 @@ copy win32\bin\Release\outline.exe %EXPAT_DEST%\bin
|
||||
copy win32\bin\Release\xmlwf.exe %EXPAT_DEST%\bin
|
||||
copy lib\expat.h %EXPAT_DEST%\include
|
||||
copy lib\expat_external.h %EXPAT_DEST%\include
|
||||
copy win32\bin\Release\libexpat.exp %EXPAT_DEST%\lib
|
||||
copy win32\bin\Release\libexpat.lib %EXPAT_DEST%\lib
|
||||
copy win32\bin\Release\libexpatMT.lib %EXPAT_DEST%\lib
|
||||
copy win32\bin\Release\libexpatw.exp %EXPAT_DEST%\lib
|
||||
copy win32\bin\Release\libexpatw.lib %EXPAT_DEST%\lib
|
||||
copy win32\bin\Release\libexpatwMT.lib %EXPAT_DEST%\lib
|
||||
copy COPYING %EXPAT_DEST%\share\doc\expat
|
||||
|
@ -23,10 +23,8 @@ copy win32\bin\Release\outline.exe %EXPAT_DEST%\bin
|
||||
copy win32\bin\Release\xmlwf.exe %EXPAT_DEST%\bin
|
||||
copy lib\expat.h %EXPAT_DEST%\include
|
||||
copy lib\expat_external.h %EXPAT_DEST%\include
|
||||
copy win32\bin\Release\libexpat.exp %EXPAT_DEST%\lib
|
||||
copy win32\bin\Release\libexpat.lib %EXPAT_DEST%\lib
|
||||
copy win32\bin\Release\libexpatMT.lib %EXPAT_DEST%\lib
|
||||
copy win32\bin\Release\libexpatw.exp %EXPAT_DEST%\lib
|
||||
copy win32\bin\Release\libexpatw.lib %EXPAT_DEST%\lib
|
||||
copy win32\bin\Release\libexpatwMT.lib %EXPAT_DEST%\lib
|
||||
copy COPYING %EXPAT_DEST%\share\doc\expat
|
||||
|
@ -31,7 +31,6 @@ copy fonts.dtd %FONTCONFIG_DEST%\etc\fonts
|
||||
copy fontconfig\fcfreetype.h %FONTCONFIG_DEST%\include\fontconfig
|
||||
copy fontconfig\fcprivate.h %FONTCONFIG_DEST%\include\fontconfig
|
||||
copy fontconfig\fontconfig.h %FONTCONFIG_DEST%\include\fontconfig
|
||||
copy x64\Release\fontconfig.exp %FONTCONFIG_DEST%\lib
|
||||
copy x64\Release\fontconfig.lib %FONTCONFIG_DEST%\lib
|
||||
copy COPYING %FONTCONFIG_DEST%\share\doc\fontconfig
|
||||
|
||||
|
@ -31,7 +31,6 @@ copy fonts.dtd %FONTCONFIG_DEST%\etc\fonts
|
||||
copy fontconfig\fcfreetype.h %FONTCONFIG_DEST%\include\fontconfig
|
||||
copy fontconfig\fcprivate.h %FONTCONFIG_DEST%\include\fontconfig
|
||||
copy fontconfig\fontconfig.h %FONTCONFIG_DEST%\include\fontconfig
|
||||
copy Release\fontconfig.exp %FONTCONFIG_DEST%\lib
|
||||
copy Release\fontconfig.lib %FONTCONFIG_DEST%\lib
|
||||
copy COPYING %FONTCONFIG_DEST%\share\doc\fontconfig
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -48,7 +48,6 @@ copy src\lua51.dll %LUA_DEST%\bin
|
||||
copy src\luac.exe %LUA_DEST%\bin
|
||||
:: library
|
||||
copy src\lua51.lib %LUA_DEST%\lib
|
||||
copy src\lua51.exp %LUA_DEST%\lib
|
||||
:: api
|
||||
copy src\lua.h %LUA_DEST%\include
|
||||
copy src\luaconf.h %LUA_DEST%\include
|
||||
|
@ -48,7 +48,6 @@ copy src\lua51.dll %LUA_DEST%\bin
|
||||
copy src\luac.exe %LUA_DEST%\bin
|
||||
:: library
|
||||
copy src\lua51.lib %LUA_DEST%\lib
|
||||
copy src\lua51.exp %LUA_DEST%\lib
|
||||
:: api
|
||||
copy src\lua.h %LUA_DEST%\include
|
||||
copy src\luaconf.h %LUA_DEST%\include
|
||||
|
@ -25,8 +25,6 @@ mkdir $(CopyDir)\lib
|
||||
|
||||
copy $(SolutionDir)$(Configuration)\$(Platform)\bin\*-$(ApiVersion).lib $(CopyDir)\lib
|
||||
|
||||
copy $(SolutionDir)$(Configuration)\$(Platform)\bin\*-$(ApiVersion).exp $(CopyDir)\lib
|
||||
|
||||
</PixmanDoInstall>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
|
Loading…
Reference in New Issue
Block a user