From abb01a533f63a20311cbd95055424fd17d02e6d5 Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Mon, 28 Mar 2011 01:17:02 +0000 Subject: [PATCH] Remove unnecessary "Microsoft.VC80.CRT\msvcm80.dll" DLL. --- win/audacity.iss | 1 - 1 file changed, 1 deletion(-) diff --git a/win/audacity.iss b/win/audacity.iss index 70da84457..c136a544d 100644 --- a/win/audacity.iss +++ b/win/audacity.iss @@ -93,7 +93,6 @@ Source: "..\win\Release\wxmsw28_html_vc_custom.dll"; DestDir: "{app}"; Flags: ig ; Subject to having resources available to do this, we build the executable with ; VS8, so need the VS8 runtime DLLs. Source: "C:\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT\Microsoft.VC80.CRT.manifest"; DestDir: "{app}"; Flags: ignoreversion -Source: "C:\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT\msvcm80.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "C:\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT\msvcp80.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "C:\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT\msvcr80.dll"; DestDir: "{app}"; Flags: ignoreversion