From ad31b4400951190b468e861febf9a4b0f07e9617 Mon Sep 17 00:00:00 2001 From: Mike Lischke Date: Tue, 27 Dec 2016 13:11:54 +0100 Subject: [PATCH] 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. --- runtime/Cpp/deploy-windows.cmd | 4 ---- 1 file changed, 4 deletions(-) diff --git a/runtime/Cpp/deploy-windows.cmd b/runtime/Cpp/deploy-windows.cmd index 1a6234307..ec81b5940 100644 --- a/runtime/Cpp/deploy-windows.cmd +++ b/runtime/Cpp/deploy-windows.cmd @@ -17,9 +17,7 @@ if exist "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\VsDe pushd runtime 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 Static" /p:platform=x64 popd 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 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 Static" /p:platform=x64 popd 7z a antlr4-cpp-runtime-vs2015.zip antlr4-runtime