Removed static libraries from deployment script (Windows).

Static libs are huge, so they put quite some burden on download management. They are easy to create from source, however.
This commit is contained in:
Mike Lischke 2016-12-27 13:11:54 +01:00
parent 367f09dcbe
commit ad31b44009
1 changed files with 0 additions and 4 deletions

View File

@ -17,9 +17,7 @@ if exist "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\VsDe
pushd runtime pushd runtime
msbuild antlr4cpp-vs2013.vcxproj /p:configuration="Release DLL" /p:platform=Win32 msbuild antlr4cpp-vs2013.vcxproj /p:configuration="Release DLL" /p:platform=Win32
msbuild antlr4cpp-vs2013.vcxproj /p:configuration="Release Static" /p:platform=Win32
msbuild antlr4cpp-vs2013.vcxproj /p:configuration="Release DLL" /p:platform=x64 msbuild antlr4cpp-vs2013.vcxproj /p:configuration="Release DLL" /p:platform=x64
msbuild antlr4cpp-vs2013.vcxproj /p:configuration="Release Static" /p:platform=x64
popd popd
7z a antlr4-cpp-runtime-vs2013.zip antlr4-runtime 7z a antlr4-cpp-runtime-vs2013.zip antlr4-runtime
@ -39,9 +37,7 @@ if exist "C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\VsDe
pushd runtime pushd runtime
msbuild antlr4cpp-vs2015.vcxproj /p:configuration="Release DLL" /p:platform=Win32 msbuild antlr4cpp-vs2015.vcxproj /p:configuration="Release DLL" /p:platform=Win32
msbuild antlr4cpp-vs2015.vcxproj /p:configuration="Release Static" /p:platform=Win32
msbuild antlr4cpp-vs2015.vcxproj /p:configuration="Release DLL" /p:platform=x64 msbuild antlr4cpp-vs2015.vcxproj /p:configuration="Release DLL" /p:platform=x64
msbuild antlr4cpp-vs2015.vcxproj /p:configuration="Release Static" /p:platform=x64
popd popd
7z a antlr4-cpp-runtime-vs2015.zip antlr4-runtime 7z a antlr4-cpp-runtime-vs2015.zip antlr4-runtime