2009-07-02 Marek Safar <marek.safar@gmail.com>
authorMarek Safar <marek.safar@gmail.com>
Thu, 2 Jul 2009 12:13:06 +0000 (12:13 -0000)
committerMarek Safar <marek.safar@gmail.com>
Thu, 2 Jul 2009 12:13:06 +0000 (12:13 -0000)
* Makefile: Initial commit.

svn path=/trunk/mcs/; revision=137281

mcs/class/System.Dynamic/Assembly/AssemblyInfo.cs [new file with mode: 0644]
mcs/class/System.Dynamic/Assembly/ChangeLog [new file with mode: 0644]
mcs/class/System.Dynamic/ChangeLog [new file with mode: 0644]
mcs/class/System.Dynamic/Makefile [new file with mode: 0644]
mcs/class/System.Dynamic/System.Dynamic.dll.sources [new file with mode: 0644]

diff --git a/mcs/class/System.Dynamic/Assembly/AssemblyInfo.cs b/mcs/class/System.Dynamic/Assembly/AssemblyInfo.cs
new file mode 100644 (file)
index 0000000..314ff86
--- /dev/null
@@ -0,0 +1,61 @@
+//
+// AssemblyInfo.cs
+//
+// Authors:
+//     Marek Safar (marek.safar@gmail.com)
+//
+// Copyright (C) 2009 Novell, Inc (http://www.novell.com)
+//
+// Permission is hereby granted, free of charge, to any person obtaining
+// a copy of this software and associated documentation files (the
+// "Software"), to deal in the Software without restriction, including
+// without limitation the rights to use, copy, modify, merge, publish,
+// distribute, sublicense, and/or sell copies of the Software, and to
+// permit persons to whom the Software is furnished to do so, subject to
+// the following conditions:
+// 
+// The above copyright notice and this permission notice shall be
+// included in all copies or substantial portions of the Software.
+// 
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+//
+
+using System;
+using System.Reflection;
+using System.Resources;
+using System.Security;
+using System.Security.Permissions;
+using System.Diagnostics;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about the assembly
+
+[assembly: AssemblyTitle ("System.Dynamic.dll")]
+[assembly: AssemblyDescription ("System.Dynamic.dll")]
+[assembly: AssemblyDefaultAlias ("System.Dynamic.dll")]
+
+[assembly: AssemblyCompany (Consts.MonoCompany)]
+[assembly: AssemblyProduct (Consts.MonoProduct)]
+[assembly: AssemblyCopyright (Consts.MonoCopyright)]
+[assembly: AssemblyVersion (Consts.FxVersion)]
+[assembly: SatelliteContractVersion (Consts.FxVersion)]
+[assembly: AssemblyInformationalVersion (Consts.FxFileVersion)]
+[assembly: AssemblyFileVersion (Consts.FxFileVersion)]
+
+[assembly: NeutralResourcesLanguage ("en-US")]
+[assembly: CLSCompliant (true)]
+[assembly: AssemblyDelaySign (true)]
+
+[assembly: AssemblyKeyFile ("../ecma.pub")]
+
+[assembly: SecurityCritical]
+
+[assembly: ComVisible (false)]
+
diff --git a/mcs/class/System.Dynamic/Assembly/ChangeLog b/mcs/class/System.Dynamic/Assembly/ChangeLog
new file mode 100644 (file)
index 0000000..5ae38b3
--- /dev/null
@@ -0,0 +1,4 @@
+2009-06-29  Marek Safar <marek.safar@gmail.com>
+
+       * ChangeLog: Added
+
diff --git a/mcs/class/System.Dynamic/ChangeLog b/mcs/class/System.Dynamic/ChangeLog
new file mode 100644 (file)
index 0000000..ca620ac
--- /dev/null
@@ -0,0 +1,3 @@
+2009-07-02  Marek Safar  <marek.safar@gmail.com>
+
+       * Makefile: Initial commit.
diff --git a/mcs/class/System.Dynamic/Makefile b/mcs/class/System.Dynamic/Makefile
new file mode 100644 (file)
index 0000000..7b0988b
--- /dev/null
@@ -0,0 +1,10 @@
+thisdir = class/System.Dynamic
+SUBDIRS = 
+include ../../build/rules.make
+
+LIBRARY = System.Dynamic.dll
+
+LIB_MCS_FLAGS = -unsafe -d:CODEPLEX_40 -d:MICROSOFT_DYNAMIC -r:System.Core.dll -r:System.dll
+
+include ../../build/library.make
+
diff --git a/mcs/class/System.Dynamic/System.Dynamic.dll.sources b/mcs/class/System.Dynamic/System.Dynamic.dll.sources
new file mode 100644 (file)
index 0000000..5dff03a
--- /dev/null
@@ -0,0 +1,55 @@
+../../build/common/Consts.cs
+../../build/common/Locale.cs
+../../build/common/MonoTODOAttribute.cs
+Assembly/AssemblyInfo.cs
+../dlr/Runtime/Microsoft.Dynamic/ArgBuilder.cs
+../dlr/Runtime/Microsoft.Dynamic/Assert.cs
+../dlr/Runtime/Microsoft.Dynamic/BoolArgBuilder.cs
+../dlr/Runtime/Microsoft.Dynamic/BoundDispEvent.cs
+../dlr/Runtime/Microsoft.Dynamic/CollectionExtensions.cs
+../dlr/Runtime/Microsoft.Dynamic/ComBinder.cs
+../dlr/Runtime/Microsoft.Dynamic/ComBinderHelpers.cs
+../dlr/Runtime/Microsoft.Dynamic/ComDispIds.cs
+../dlr/Runtime/Microsoft.Dynamic/ComEventDesc.cs
+../dlr/Runtime/Microsoft.Dynamic/ComEventSink.cs
+../dlr/Runtime/Microsoft.Dynamic/ComEventSinkProxy.cs
+../dlr/Runtime/Microsoft.Dynamic/ComEventSinksContainer.cs
+../dlr/Runtime/Microsoft.Dynamic/ComFallbackMetaObject.cs
+../dlr/Runtime/Microsoft.Dynamic/ComHresults.cs
+../dlr/Runtime/Microsoft.Dynamic/ComInterop.cs
+../dlr/Runtime/Microsoft.Dynamic/ComInvokeAction.cs
+../dlr/Runtime/Microsoft.Dynamic/ComInvokeBinder.cs
+../dlr/Runtime/Microsoft.Dynamic/ComMetaObject.cs
+../dlr/Runtime/Microsoft.Dynamic/ComMethodDesc.cs
+../dlr/Runtime/Microsoft.Dynamic/ComObject.cs
+../dlr/Runtime/Microsoft.Dynamic/ComRuntimeHelpers.cs
+../dlr/Runtime/Microsoft.Dynamic/ComTypeClassDesc.cs
+../dlr/Runtime/Microsoft.Dynamic/ComTypeDesc.cs
+../dlr/Runtime/Microsoft.Dynamic/ComTypeEnumDesc.cs
+../dlr/Runtime/Microsoft.Dynamic/ComTypeLibDesc.cs
+../dlr/Runtime/Microsoft.Dynamic/ContractUtils.cs
+../dlr/Runtime/Microsoft.Dynamic/ConversionArgBuilder.cs
+../dlr/Runtime/Microsoft.Dynamic/ConvertArgBuilder.cs
+../dlr/Runtime/Microsoft.Dynamic/ConvertibleArgBuilder.cs
+../dlr/Runtime/Microsoft.Dynamic/CurrencyArgBuilder.cs
+../dlr/Runtime/Microsoft.Dynamic/DateTimeArgBuilder.cs
+../dlr/Runtime/Microsoft.Dynamic/DispatchArgBuilder.cs
+../dlr/Runtime/Microsoft.Dynamic/DispCallable.cs
+../dlr/Runtime/Microsoft.Dynamic/DispCallableMetaObject.cs
+../dlr/Runtime/Microsoft.Dynamic/Errors.cs
+../dlr/Runtime/Microsoft.Dynamic/ErrorArgBuilder.cs
+../dlr/Runtime/Microsoft.Dynamic/ExcepInfo.cs
+../dlr/Runtime/Microsoft.Dynamic/Helpers.cs
+../dlr/Runtime/Microsoft.Dynamic/IDispatchComObject.cs
+../dlr/Runtime/Microsoft.Dynamic/IDispatchMetaObject.cs
+../dlr/Runtime/Microsoft.Dynamic/NullArgBuilder.cs
+../dlr/Runtime/Microsoft.Dynamic/SimpleArgBuilder.cs
+../dlr/Runtime/Microsoft.Dynamic/SplatCallSite.cs
+../dlr/Runtime/Microsoft.Dynamic/StringArgBuilder.cs
+../dlr/Runtime/Microsoft.Dynamic/TypeUtils.cs
+../dlr/Runtime/Microsoft.Dynamic/UnknownArgBuilder.cs
+../dlr/Runtime/Microsoft.Dynamic/VarEnumSelector.cs
+../dlr/Runtime/Microsoft.Dynamic/Variant.cs
+../dlr/Runtime/Microsoft.Dynamic/VariantArgBuilder.cs
+../dlr/Runtime/Microsoft.Dynamic/VariantArray.cs
+../dlr/Runtime/Microsoft.Dynamic/VariantBuilder.cs