diff options
author | sr55 <[email protected]> | 2010-11-06 20:20:45 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-11-06 20:20:45 +0000 |
commit | d573f1a2e6e3a347e1bc9e6ff00d0d3f26605459 (patch) | |
tree | c1de240bf556afca67f4443d1407d23c2272a505 /win/C#/Installer | |
parent | a70ca6bf9e0550307244f436e85cb85587d7a012 (diff) |
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
Diffstat (limited to 'win/C#/Installer')
-rw-r--r-- | win/C#/Installer/Installer.nsi | 14 | ||||
-rw-r--r-- | win/C#/Installer/MakeNightly.nsi.tmpl | 14 |
2 files changed, 14 insertions, 14 deletions
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"
|