From d573f1a2e6e3a347e1bc9e6ff00d0d3f26605459 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 6 Nov 2010 20:20:45 +0000 Subject: WinGui: - Remove the Caliburn / Service Locator references. Not going to put this in the upcoming release. No need to bloat the installer with the dlls when they are not currently used. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3652 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/Installer/Installer.nsi | 14 +++++++------- win/C#/Installer/MakeNightly.nsi.tmpl | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) (limited to 'win/C#/Installer') diff --git a/win/C#/Installer/Installer.nsi b/win/C#/Installer/Installer.nsi index 1b8320ef5..0ea0cb9d0 100644 --- a/win/C#/Installer/Installer.nsi +++ b/win/C#/Installer/Installer.nsi @@ -139,13 +139,13 @@ Section "Handbrake" SEC01 File "Microsoft.WindowsAPICodePack.Shell.dll" File "Microsoft.WindowsAPICodePack.dll" - File "Caliburn.Castle.dll" - File "Caliburn.Core.dll" - File "Castle.Core.dll" - File "Castle.DynamicProxy2.dll" - File "Castle.MicroKernel.dll" - File "Castle.Windsor.dll" - File "Microsoft.Practices.ServiceLocation.dll" + ;File "Caliburn.Castle.dll" + ;File "Caliburn.Core.dll" + ;File "Castle.Core.dll" + ;File "Castle.DynamicProxy2.dll" + ;File "Castle.MicroKernel.dll" + ;File "Castle.Windsor.dll" + ;File "Microsoft.Practices.ServiceLocation.dll" SetOutPath "$INSTDIR\doc" SetOverwrite ifnewer diff --git a/win/C#/Installer/MakeNightly.nsi.tmpl b/win/C#/Installer/MakeNightly.nsi.tmpl index ef9f6666f..55db341f5 100644 --- a/win/C#/Installer/MakeNightly.nsi.tmpl +++ b/win/C#/Installer/MakeNightly.nsi.tmpl @@ -137,13 +137,13 @@ Section "Handbrake" SEC01 File "Microsoft.WindowsAPICodePack.Shell.dll" File "Microsoft.WindowsAPICodePack.dll" - File "Caliburn.Castle.dll" - File "Caliburn.Core.dll" - File "Castle.Core.dll" - File "Castle.DynamicProxy2.dll" - File "Castle.MicroKernel.dll" - File "Castle.Windsor.dll" - File "Microsoft.Practices.ServiceLocation.dll" + ;File "Caliburn.Castle.dll" + ;File "Caliburn.Core.dll" + ;File "Castle.Core.dll" + ;File "Castle.DynamicProxy2.dll" + ;File "Castle.MicroKernel.dll" + ;File "Castle.Windsor.dll" + ;File "Microsoft.Practices.ServiceLocation.dll" ; Copy the standard doc set into the doc folder SetOutPath "$INSTDIR\doc" -- cgit v1.2.3