[windows] Attempt to fix the build
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Tue, 22 Mar 2011 03:50:47 +0000 (23:50 -0400)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Tue, 22 Mar 2011 03:50:47 +0000 (23:50 -0400)
hazard-pointer.c was not added to the solution.

msvc/libmono.vcproj
msvc/libmono.vcxproj
msvc/mono.def

index 4a565367c41b570251e4be905ab63bd0c578b8c2..2920db6db4715e4091bc3739ad7018410c3081af 100644 (file)
                <Filter\r
                        Name="utils"\r
                        >\r
+                       <File\r
+                               RelativePath="..\mono\utils\hazard-pointer.c"\r
+                               >\r
+                       </File>\r
                        <File\r
                                RelativePath="..\mono\utils\dlmalloc.c"\r
                                >\r
index a4bd810da0a3cf1c500549e6df8ad70ba7260432..78f96f022763644127ef0ace4fb3a24a6e437491 100644 (file)
     </CustomBuildStep>\r
   </ItemGroup>\r
   <ItemGroup>\r
+    <ClCompile Include="..\mono\utils\hazard-pointer.c" />\r
     <ClCompile Include="..\mono\utils\dlmalloc.c" />\r
     <ClCompile Include="..\mono\utils\mono-codeman.c">\r
       <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
   <ImportGroup Label="ExtensionTargets">\r
   </ImportGroup>\r
-</Project>
\ No newline at end of file
+</Project>\r
index ed471dc239ef55f126bcfb830ae8ab0eb87a6ad7..dc46c0f81f99effc3607378de1e1aad562a695e6 100644 (file)
@@ -1,6 +1,7 @@
 ; file generated by create-windef.pl
 LIBRARY mono-2.0.dll
 EXPORTS
+MonoFixupCorEE
 mono_add_internal_call
 mono_aot_register_globals
 mono_aot_register_module
@@ -139,6 +140,7 @@ mono_code_manager_reserve_align
 mono_code_manager_set_read_only
 mono_code_manager_size
 mono_compile_method
+mono_config_cleanup
 mono_config_for_assembly
 mono_config_parse
 mono_config_parse_memory
@@ -185,8 +187,10 @@ mono_debug_open_image_from_memory
 mono_debug_open_mono_symbols
 mono_debug_print_stack_frame
 mono_debug_print_vars
+mono_debug_symfile_free_locals
 mono_debug_symfile_free_location
 mono_debug_symfile_get_line_numbers
+mono_debug_symfile_is_loaded
 mono_debug_symfile_lookup_locals
 mono_debug_symfile_lookup_location
 mono_debug_symfile_lookup_method
@@ -228,11 +232,11 @@ mono_declsec_get_inheritdemands_class
 mono_declsec_get_inheritdemands_method
 mono_declsec_get_linkdemands
 mono_declsec_get_method_action
-mono_dl_fallback_register
-mono_dl_fallback_unregister
 mono_digest_get_public_token
 mono_disasm_code
 mono_disasm_code_one
+mono_dl_fallback_register
+mono_dl_fallback_unregister
 mono_dllmap_insert
 mono_domain_add_class_static_data
 mono_domain_assembly_open
@@ -310,6 +314,7 @@ mono_g_hash_table_lookup_extended
 mono_g_hash_table_new
 mono_g_hash_table_new_full
 mono_g_hash_table_new_type
+mono_g_hash_table_print_stats
 mono_g_hash_table_remove
 mono_g_hash_table_replace
 mono_g_hash_table_size
@@ -323,6 +328,10 @@ mono_gc_invoke_finalizers
 mono_gc_is_finalizer_thread
 mono_gc_max_generation
 mono_gc_out_of_memory
+mono_gc_pthread_create
+mono_gc_pthread_detach
+mono_gc_pthread_join
+mono_gc_walk_heap
 mono_gc_wbarrier_arrayref_copy
 mono_gc_wbarrier_generic_nostore
 mono_gc_wbarrier_generic_store
@@ -372,6 +381,7 @@ mono_get_exception_null_reference
 mono_get_exception_out_of_memory
 mono_get_exception_overflow
 mono_get_exception_reflection_type_load
+mono_get_exception_runtime_wrapped
 mono_get_exception_security
 mono_get_exception_serialization
 mono_get_exception_stack_overflow
@@ -608,6 +618,7 @@ mono_monitor_exit
 mono_monitor_try_enter
 mono_mprotect
 mono_object_castclass_mbyref
+mono_object_castclass_with_cache
 mono_object_clone
 mono_object_describe
 mono_object_describe_fields
@@ -619,6 +630,7 @@ mono_object_hash
 mono_object_is_alive
 mono_object_isinst
 mono_object_isinst_mbyref
+mono_object_isinst_with_cache
 mono_object_new
 mono_object_new_alloc_specific
 mono_object_new_fast
@@ -657,6 +669,7 @@ mono_profiler_install_enter_leave
 mono_profiler_install_exception
 mono_profiler_install_gc
 mono_profiler_install_gc_moves
+mono_profiler_install_gc_roots
 mono_profiler_install_iomap
 mono_profiler_install_jit_compile
 mono_profiler_install_jit_end
@@ -668,6 +681,7 @@ mono_profiler_install_runtime_initialized
 mono_profiler_install_statistical
 mono_profiler_install_statistical_call_chain
 mono_profiler_install_thread
+mono_profiler_install_thread_name
 mono_profiler_install_transition
 mono_profiler_load
 mono_profiler_set_events
@@ -686,6 +700,7 @@ mono_property_hash_remove_object
 mono_property_set_value
 mono_ptr_class_get
 mono_raise_exception
+mono_realloc_native_code
 mono_reflection_free_type_info
 mono_reflection_get_custom_attrs
 mono_reflection_get_custom_attrs_blob
@@ -699,6 +714,7 @@ mono_reflection_type_from_name
 mono_register_bundled_assemblies
 mono_register_config_for_assembly
 mono_register_machine_config
+mono_register_symfile_for_assembly
 mono_replace_ins
 mono_runtime_class_init
 mono_runtime_cleanup
@@ -720,6 +736,7 @@ mono_security_set_core_clr_platform_callback
 mono_sem_post
 mono_sem_timedwait
 mono_sem_wait
+mono_set_assemblies_path
 mono_set_break_policy
 mono_set_config_dir
 mono_set_defaults
@@ -785,7 +802,6 @@ mono_thread_set_main
 mono_thread_set_manage_callback
 mono_thread_stop
 mono_threads_get_default_stacksize
-mono_threads_install_cleanup
 mono_threads_request_thread_dump
 mono_threads_set_default_stacksize
 mono_trace_set_level_string
@@ -827,13 +843,8 @@ mono_value_describe_fields
 mono_verify_corlib
 mono_vfree
 mono_vtable_get_static_field_data
-mono_walk_stack
 mono_win32_compat_CopyMemory
 mono_win32_compat_FillMemory
 mono_win32_compat_MoveMemory
 mono_win32_compat_ZeroMemory
-mono_cq_create
-mono_cq_destroy
-mono_cq_dequeue
-mono_cq_count
-mono_cq_enqueue
\ No newline at end of file
+mono_xdebug_flush