diff --git a/msvc/ChangeLog b/msvc/ChangeLog index f24baadd69763..55ef417153151 100755 --- a/msvc/ChangeLog +++ b/msvc/ChangeLog @@ -1,3 +1,17 @@ +2007-08-14 Jonathan Chambers + + * libmono.vcproj, mono.vcproj, genmdesc.vcproj, monobug.vcproj: + Use MONO_DEPENDENCIES_PREFIX env var to locate dependencies. No longer + need VSDependencies.zip. + + * winsetup.bat, runmdesc.bat, runburg.bat: No longer + need VSDependencies.zip. Use MONO_DEPENDENCIES_PREFIX to + setup PATH. + + * mono.def: Remove missing functions. + + Contributed under MIT/X11 license. + 2007-08-14 Jonathan Chambers * libmono.vcproj: Enable intrinsic functions. diff --git a/msvc/genmdesc.vcproj b/msvc/genmdesc.vcproj index cab20c50e4083..64de39dd8c9c9 100644 --- a/msvc/genmdesc.vcproj +++ b/msvc/genmdesc.vcproj @@ -47,7 +47,7 @@ @@ -194,6 +196,7 @@ > @@ -280,6 +283,7 @@ > + + + + @@ -2609,6 +2621,14 @@ /> + + + + diff --git a/msvc/mono.def b/msvc/mono.def index f21767f0e7cd1..fb62bc4061d32 100644 --- a/msvc/mono.def +++ b/msvc/mono.def @@ -156,22 +156,16 @@ mono_debug_add_method mono_debug_cleanup mono_debug_close_mono_symbol_file mono_debug_find_method -mono_debug_free_method_jit_info mono_debug_free_source_location mono_debug_init -mono_debug_init_1 -mono_debug_init_2 -mono_debug_init_2_memory mono_debug_lookup_method mono_debug_lookup_source_location mono_debug_open_mono_symbols mono_debug_print_stack_frame mono_debug_print_vars -mono_debug_read_method mono_debug_symfile_lookup_location mono_debug_symfile_lookup_method mono_debug_using_mono_debugger -mono_debugger_add_symbol_file mono_debugger_breakpoint_callback mono_debugger_check_runtime_version mono_debugger_cleanup @@ -181,13 +175,10 @@ mono_debugger_initialize mono_debugger_insert_breakpoint mono_debugger_insert_breakpoint_full mono_debugger_lock -mono_debugger_lookup_assembly -mono_debugger_lookup_type mono_debugger_method_has_breakpoint mono_debugger_remove_breakpoint mono_debugger_run_finally mono_debugger_runtime_invoke -mono_debugger_start_add_type mono_debugger_throw_exception mono_debugger_unhandled_exception mono_debugger_unlock diff --git a/msvc/mono.vcproj b/msvc/mono.vcproj index 58d59a50d5a0b..525d48ef88389 100644 --- a/msvc/mono.vcproj +++ b/msvc/mono.vcproj @@ -43,7 +43,7 @@