* <everything>.cs: Make it a little easier for people to compile
authorJackson Harper <jackson@novell.com>
Tue, 17 Apr 2007 17:33:55 +0000 (17:33 -0000)
committerJackson Harper <jackson@novell.com>
Tue, 17 Apr 2007 17:33:55 +0000 (17:33 -0000)
commit60117f87cd919c40f750b591e2ace180f55be3b2
treec312a5b048f1ddc1ef3457596760a7cd556603c4
parentc8c66b8c1b7fffe2851bee21c3285707995a4157
    * <everything>.cs: Make it a little easier for people to compile
        the RTF library for standalone purposes.

svn path=/trunk/mcs/; revision=75836
18 files changed:
mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/Charset.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/CharsetFlags.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/CharsetType.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/ClassDelegate.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/Color.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/DestinationDelegate.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/Font.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/KeyStruct.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/Major.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/RTFException.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/StandardCharCode.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/StandardCharName.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/Style.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/StyleElement.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/StyleType.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/TextMap.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/TokenClass.cs