[banshee] [darwin] collect gmcs.exe and cecil reflector



commit 92ae8c5c690ebbec2026d6ba1d633296d7756594
Author: Aaron Bockover <abockover novell com>
Date:   Thu Jan 28 22:15:52 2010 -0500

    [darwin] collect gmcs.exe and cecil reflector
    
    Bundle gmcs.exe since it's used internally by code compilation
    services in Mono.
    
    Mono.Addins needs the CecilReflector (well, prefers it), but
    does not take a hard reference against it, so it needs to be
    captured explicitly in the bundle.

 build/bundle/profile.darwin.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/build/bundle/profile.darwin.py b/build/bundle/profile.darwin.py
index 07c6ef8..ad15f2e 100755
--- a/build/bundle/profile.darwin.py
+++ b/build/bundle/profile.darwin.py
@@ -17,6 +17,8 @@ class BansheeDarwinProfile (DarwinProfile, BansheePackages):
 
 		self.bundle_from_build = [
 			'bin/mono',
+			'lib/mono/2.0/gmcs.exe',
+			'lib/mono/gac/Mono.Addins.CecilReflector',
 			'bin/banshee-1',
 			'lib/banshee-1',
 			'lib/pango',



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]