Removed initial binder support which was replaced with more general approach.
[castle.git] / SharedLibs / mono / 2.0 / booc.rsp
blob20f1460e8c2a85f4f175d2f33b4a1d44b1bafa33
1 # This file contains command-line options that the Boo
2 # command-line compiler (booc) will process as part
3 # of every compilation, unless the "-noconfig" option
4 # is specified. 
6 # Reference the common Framework libraries
7 #-r:System (already included by boo)
8 #-r:System.Data 
9 -r:System.Drawing
10 #-r:System.Management
11 #-r:System.Messaging
12 #-r:System.Runtime.Remoting
13 #-r:System.Runtime.Serialization.Formatters.Soap
14 # does not work nicely on mono
15 -r:System.Security
16 #-r:System.ServiceProcess
17 #-r:System.Web
18 #-r:System.Web.Services
19 #-r:System.Windows.Forms
20 -r:System.Xml