2009-07-07 Geoff Norton <gnorton@novell.com>
authorGeoff Norton <grompf@sublimeintervention.com>
Wed, 8 Jul 2009 21:02:51 +0000 (21:02 -0000)
committerGeoff Norton <grompf@sublimeintervention.com>
Wed, 8 Jul 2009 21:02:51 +0000 (21:02 -0000)
        * icall-def.h: Fix the enable-minimal build.

svn path=/trunk/mono/; revision=137581

mono/metadata/ChangeLog
mono/metadata/icall-def.h

index 750a71048706e45db0b0c14165b4995363390e89..50b10bbc041f07eb2a07ed67e0a87c2c2086d5b7 100644 (file)
@@ -1,3 +1,7 @@
+2009-07-07  Geoff Norton  <gnorton@novell.com>
+
+       * icall-def.h: Fix the enable-minimal build.
+
 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
 
        * icall-def.h: Add System.Reflection.Emit.DerivedType::create_unmanaged_type.
index 08e460f09f0ae745fd360ca712565c177eb83b12..c542d19ef7bec9b45f157f34870aa5d92bd53eae 100644 (file)
@@ -505,8 +505,10 @@ ICALL(ASSEMB_2, "basic_init", mono_image_basic_init)
 ICALL_TYPE(CATTRB, "System.Reflection.Emit.CustomAttributeBuilder", CATTRB_1)
 ICALL(CATTRB_1, "GetBlob", mono_reflection_get_custom_attrs_blob)
 
+#ifndef DISABLE_REFLECTION_EMIT
 ICALL_TYPE(DERIVEDTYPE, "System.Reflection.Emit.DerivedType", DERIVEDTYPE_1)
 ICALL(DERIVEDTYPE_1, "create_unmanaged_type", mono_reflection_create_unmanaged_type)
+#endif
 
 ICALL_TYPE(DYNM, "System.Reflection.Emit.DynamicMethod", DYNM_1)
 ICALL(DYNM_1, "create_dynamic_method", mono_reflection_create_dynamic_method)