• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

githubのコードからのfolk


Commit MetaInfo

Revision178c1a50ff4b5173d42db103c614c39e28e998f8 (tree)
Time2010-10-24 19:58:36
Authorsr55 <sr55@b64f...>
Commitersr55

Log Message

WinGui:
- Fix the nightly build. Was missing the service location dll.

git-svn-id: svn://localhost/HandBrake/trunk@3626 b64f7644-9d1e-0410-96f1-a4d463321fa5

Change Summary

Incremental Difference

--- a/win/C#/Installer/Installer.nsi
+++ b/win/C#/Installer/Installer.nsi
@@ -145,7 +145,8 @@ Section "Handbrake" SEC01
145145 File "Castle.DynamicProxy2.dll"
146146 File "Castle.MicroKernel.dll"
147147 File "Castle.Windsor.dll"
148-
148+ File "Microsoft.Practices.ServiceLocation.dll"
149+
149150 SetOutPath "$INSTDIR\doc"
150151 SetOverwrite ifnewer
151152 File "doc\AUTHORS"
@@ -203,6 +204,7 @@ Section Uninstall
203204 Delete "$INSTDIR\Castle.DynamicProxy2.dll"
204205 Delete "$INSTDIR\Castle.MicroKernel.dll"
205206 Delete "$INSTDIR\Castle.Windsor.dll"
207+ Delete "$INSTDIR\Microsoft.Practices.ServiceLocation.dll"
206208
207209 Delete "$INSTDIR\doc\AUTHORS"
208210 Delete "$INSTDIR\doc\COPYING"
--- a/win/C#/Installer/MakeNightly.nsi.tmpl
+++ b/win/C#/Installer/MakeNightly.nsi.tmpl
@@ -143,6 +143,7 @@ Section "Handbrake" SEC01
143143 File "Castle.DynamicProxy2.dll"
144144 File "Castle.MicroKernel.dll"
145145 File "Castle.Windsor.dll"
146+ File "Microsoft.Practices.ServiceLocation.dll"
146147
147148 ; Copy the standard doc set into the doc folder
148149 SetOutPath "$INSTDIR\doc"
@@ -203,6 +204,7 @@ Section Uninstall
203204 Delete "$INSTDIR\Castle.DynamicProxy2.dll"
204205 Delete "$INSTDIR\Castle.MicroKernel.dll"
205206 Delete "$INSTDIR\Castle.Windsor.dll"
207+ Delete "$INSTDIR\Microsoft.Practices.ServiceLocation.dll"
206208
207209 Delete "$INSTDIR\doc\AUTHORS"
208210 Delete "$INSTDIR\doc\COPYING"