diff --git a/cmake/FindMongoDB.cmake b/cmake/FindMongoDB.cmake index 2a1ca8b09..9ab7b9bf6 100644 --- a/cmake/FindMongoDB.cmake +++ b/cmake/FindMongoDB.cmake @@ -49,7 +49,7 @@ set(MongoDB_INCLUDE_DIRS ${MongoDB_DIR}/src/third_party/boost-1.60.0 ${MongoDB_DIR}/src/third_party/mozjs-45/include ${MongoDB_DIR}/src/third_party/mozjs-45/mongo_sources - ${MongoDB_DIR}/src/third_party/pcre-8.39 + ${MongoDB_DIR}/src/third_party/pcre-8.41 ${MongoDB_BUILD_DIR} ) @@ -92,7 +92,9 @@ foreach(lib ${MongoDB_RELATIVE_LIBS}) endforeach() if(SYSTEM_WINDOWS) - list(APPEND MongoDB_LIBS $ENV{WindowsSdkDir}/Lib/winv6.3/um/x64/Crypt32.Lib) + list(APPEND MongoDB_LIBS $ENV{WindowsSdkDir}/Lib/10.0.17763.0/um/x64/Crypt32.Lib) # todo generic SDK version + list(APPEND MongoDB_LIBS $ENV{WindowsSdkDir}/Lib/10.0.17763.0/um/x64/Secur32.Lib) + list(APPEND MongoDB_LIBS $ENV{WindowsSdkDir}/Lib/10.0.17763.0/um/x64/Dnsapi.lib) endif() # Get MongoDB repository recent tag diff --git a/cmake/mongodb/windows-debug.objects b/cmake/mongodb/windows-debug.objects index 859f1602d..bf8447a89 100644 --- a/cmake/mongodb/windows-debug.objects +++ b/cmake/mongodb/windows-debug.objects @@ -1 +1 @@ -build\debug\mongo\base\data_range.obj build\debug\mongo\base\data_range_cursor.obj build\debug\mongo\base\data_type.obj build\debug\mongo\base\data_type_string_data.obj build\debug\mongo\base\data_type_terminated.obj build\debug\mongo\base\error_codes.obj build\debug\mongo\base\global_initializer.obj build\debug\mongo\base\global_initializer_registerer.obj build\debug\mongo\base\init.obj build\debug\mongo\base\initializer.obj build\debug\mongo\base\initializer_context.obj build\debug\mongo\base\initializer_dependency_graph.obj build\debug\mongo\base\make_string_vector.obj build\debug\mongo\base\parse_number.obj build\debug\mongo\base\simple_string_data_comparator.obj build\debug\mongo\base\status.obj build\debug\mongo\base\string_data.obj build\debug\mongo\base\system_error.obj build\debug\mongo\base\validate_locale.obj build\debug\mongo\bson\bson_comparator_interface_base.obj build\debug\mongo\bson\bson_validate.obj build\debug\mongo\bson\bsonelement.obj build\debug\mongo\bson\bsonmisc.obj build\debug\mongo\bson\bsonobj.obj build\debug\mongo\bson\bsonobjbuilder.obj build\debug\mongo\bson\bsontypes.obj build\debug\mongo\bson\json.obj build\debug\mongo\bson\mutable\document.obj build\debug\mongo\bson\mutable\element.obj build\debug\mongo\bson\oid.obj build\debug\mongo\bson\simple_bsonelement_comparator.obj build\debug\mongo\bson\simple_bsonobj_comparator.obj build\debug\mongo\bson\timestamp.obj build\debug\mongo\bson\util\bson_extract.obj build\debug\mongo\client\authenticate.obj build\debug\mongo\client\connection_string.obj build\debug\mongo\client\connection_string_connect.obj build\debug\mongo\client\connpool.obj build\debug\mongo\client\dbclient.obj build\debug\mongo\client\dbclient_rs.obj build\debug\mongo\client\dbclientcursor.obj build\debug\mongo\client\global_conn_pool.obj build\debug\mongo\client\index_spec.obj build\debug\mongo\client\mongo_uri.obj build\debug\mongo\client\mongo_uri_connect.obj build\debug\mongo\client\native_sasl_client_session.obj build\debug\mongo\client\query.obj build\debug\mongo\client\read_preference.obj build\debug\mongo\client\replica_set_monitor.obj build\debug\mongo\client\replica_set_monitor_manager.obj build\debug\mongo\client\sasl_client_authenticate.obj build\debug\mongo\client\sasl_client_authenticate_impl.obj build\debug\mongo\client\sasl_client_conversation.obj build\debug\mongo\client\sasl_client_session.obj build\debug\mongo\client\sasl_plain_client_conversation.obj build\debug\mongo\client\sasl_scramsha1_client_conversation.obj build\debug\mongo\crypto\crypto_openssl.obj build\debug\mongo\crypto\mechanism_scram.obj build\debug\mongo\db\auth\internal_user_auth.obj build\debug\mongo\db\auth\role_name.obj build\debug\mongo\db\bson\dotted_path_support.obj build\debug\mongo\db\catalog\index_key_validate.obj build\debug\mongo\db\client.obj build\debug\mongo\db\commands\test_commands_enabled.obj build\debug\mongo\db\dbmessage.obj build\debug\mongo\db\field_parser.obj build\debug\mongo\db\field_ref.obj build\debug\mongo\db\field_ref_set.obj build\debug\mongo\db\fts\fts_basic_phrase_matcher.obj build\debug\mongo\db\fts\fts_basic_tokenizer.obj build\debug\mongo\db\fts\fts_element_iterator.obj build\debug\mongo\db\fts\fts_index_format.obj build\debug\mongo\db\fts\fts_language.obj build\debug\mongo\db\fts\fts_matcher.obj build\debug\mongo\db\fts\fts_query_impl.obj build\debug\mongo\db\fts\fts_query_parser.obj build\debug\mongo\db\fts\fts_spec.obj build\debug\mongo\db\fts\fts_spec_legacy.obj build\debug\mongo\db\fts\fts_unicode_phrase_matcher.obj build\debug\mongo\db\fts\fts_unicode_tokenizer.obj build\debug\mongo\db\fts\fts_util.obj build\debug\mongo\db\fts\stemmer.obj build\debug\mongo\db\fts\stop_words.obj build\debug\mongo\db\fts\stop_words_list.obj build\debug\mongo\db\fts\tokenizer.obj build\debug\mongo\db\fts\unicode\codepoints_casefold.obj build\debug\mongo\db\fts\unicode\codepoints_delimiter_list.obj build\debug\mongo\db\fts\unicode\codepoints_diacritic_list.obj build\debug\mongo\db\fts\unicode\codepoints_diacritic_map.obj build\debug\mongo\db\fts\unicode\string.obj build\debug\mongo\db\geo\big_polygon.obj build\debug\mongo\db\geo\geometry_container.obj build\debug\mongo\db\geo\geoparser.obj build\debug\mongo\db\geo\hash.obj build\debug\mongo\db\geo\r2_region_coverer.obj build\debug\mongo\db\geo\shapes.obj build\debug\mongo\db\hasher.obj build\debug\mongo\db\index\btree_key_generator.obj build\debug\mongo\db\index\expression_keys_private.obj build\debug\mongo\db\index\expression_params.obj build\debug\mongo\db\index\external_key_generator.obj build\debug\mongo\db\index\index_descriptor.obj build\debug\mongo\db\index\s2_common.obj build\debug\mongo\db\index_names.obj build\debug\mongo\db\keypattern.obj build\debug\mongo\db\namespace_string.obj build\debug\mongo\db\operation_context.obj build\debug\mongo\db\query\collation\collation_index_key.obj build\debug\mongo\db\query\collation\collation_spec.obj build\debug\mongo\db\query\collation\collator_factory_interface.obj build\debug\mongo\db\query\collation\collator_interface.obj build\debug\mongo\db\query\count_request.obj build\debug\mongo\db\query\cursor_request.obj build\debug\mongo\db\query\cursor_response.obj build\debug\mongo\db\query\find_and_modify_request.obj build\debug\mongo\db\query\getmore_request.obj build\debug\mongo\db\query\killcursors_request.obj build\debug\mongo\db\query\killcursors_response.obj build\debug\mongo\db\query\query_request.obj build\debug\mongo\db\query\view_response_formatter.obj build\debug\mongo\db\repl\bson_extract_optime.obj build\debug\mongo\db\repl\optime.obj build\debug\mongo\db\repl\read_concern_args.obj build\debug\mongo\db\server_options.obj build\debug\mongo\db\server_parameters.obj build\debug\mongo\db\service_context.obj build\debug\mongo\db\service_context_noop.obj build\debug\mongo\db\stats\counters.obj build\debug\mongo\db\wire_version.obj build\debug\mongo\db\write_concern_options.obj build\debug\mongo\executor\async_secure_stream.obj build\debug\mongo\executor\async_secure_stream_factory.obj build\debug\mongo\executor\async_stream.obj build\debug\mongo\executor\async_stream_common.obj build\debug\mongo\executor\async_stream_factory.obj build\debug\mongo\executor\async_timer_asio.obj build\debug\mongo\executor\connection_pool.obj build\debug\mongo\executor\connection_pool_asio.obj build\debug\mongo\executor\connection_pool_stats.obj build\debug\mongo\executor\network_interface.obj build\debug\mongo\executor\network_interface_asio.obj build\debug\mongo\executor\network_interface_asio_auth.obj build\debug\mongo\executor\network_interface_asio_command.obj build\debug\mongo\executor\network_interface_asio_connect.obj build\debug\mongo\executor\network_interface_asio_operation.obj build\debug\mongo\executor\network_interface_factory.obj build\debug\mongo\executor\network_interface_thread_pool.obj build\debug\mongo\executor\remote_command_request.obj build\debug\mongo\executor\remote_command_response.obj build\debug\mongo\executor\task_executor.obj build\debug\mongo\executor\thread_pool_task_executor.obj build\debug\mongo\logger\component_message_log_domain.obj build\debug\mongo\logger\console.obj build\debug\mongo\logger\log_component.obj build\debug\mongo\logger\log_component_settings.obj build\debug\mongo\logger\log_manager.obj build\debug\mongo\logger\log_severity.obj build\debug\mongo\logger\logger.obj build\debug\mongo\logger\logstream_builder.obj build\debug\mongo\logger\max_log_size.obj build\debug\mongo\logger\message_event_utf8_encoder.obj build\debug\mongo\logger\message_log_domain.obj build\debug\mongo\logger\ramlog.obj build\debug\mongo\logger\redaction.obj build\debug\mongo\logger\rotatable_file_manager.obj build\debug\mongo\logger\rotatable_file_writer.obj build\debug\mongo\platform\decimal128.obj build\debug\mongo\platform\posix_fadvise.obj build\debug\mongo\platform\process_id.obj build\debug\mongo\platform\random.obj build\debug\mongo\platform\shared_library.obj build\debug\mongo\platform\shared_library_windows.obj build\debug\mongo\platform\stack_locator.obj build\debug\mongo\platform\stack_locator_windows.obj build\debug\mongo\platform\strcasestr.obj build\debug\mongo\platform\strnlen.obj build\debug\mongo\rpc\command_reply.obj build\debug\mongo\rpc\command_reply_builder.obj build\debug\mongo\rpc\command_request.obj build\debug\mongo\rpc\command_request_builder.obj build\debug\mongo\rpc\document_range.obj build\debug\mongo\rpc\factory.obj build\debug\mongo\rpc\get_status_from_command_result.obj build\debug\mongo\rpc\legacy_reply.obj build\debug\mongo\rpc\legacy_reply_builder.obj build\debug\mongo\rpc\legacy_request.obj build\debug\mongo\rpc\legacy_request_builder.obj build\debug\mongo\rpc\metadata.obj build\debug\mongo\rpc\metadata\audit_metadata.obj build\debug\mongo\rpc\metadata\client_metadata.obj build\debug\mongo\rpc\metadata\client_metadata_ismaster.obj build\debug\mongo\rpc\metadata\config_server_metadata.obj build\debug\mongo\rpc\metadata\repl_set_metadata.obj build\debug\mongo\rpc\metadata\server_selection_metadata.obj build\debug\mongo\rpc\metadata\sharding_metadata.obj build\debug\mongo\rpc\metadata\tracking_metadata.obj build\debug\mongo\rpc\object_check.obj build\debug\mongo\rpc\protocol.obj build\debug\mongo\rpc\reply_builder_interface.obj build\debug\mongo\rpc\write_concern_error_detail.obj build\debug\mongo\s\local_sharding_info.obj build\debug\mongo\scripting\bson_template_evaluator.obj build\debug\mongo\scripting\dbdirectclient_factory.obj build\debug\mongo\scripting\deadline_monitor.obj build\debug\mongo\scripting\engine.obj build\debug\mongo\scripting\mozjs\PosixNSPR.obj build\debug\mongo\scripting\mozjs\base.obj build\debug\mongo\scripting\mozjs\bindata.obj build\debug\mongo\scripting\mozjs\bson.obj build\debug\mongo\scripting\mozjs\code.obj build\debug\mongo\scripting\mozjs\countdownlatch.obj build\debug\mongo\scripting\mozjs\cursor.obj build\debug\mongo\scripting\mozjs\cursor_handle.obj build\debug\mongo\scripting\mozjs\db.obj build\debug\mongo\scripting\mozjs\dbcollection.obj build\debug\mongo\scripting\mozjs\dbpointer.obj build\debug\mongo\scripting\mozjs\dbquery.obj build\debug\mongo\scripting\mozjs\dbref.obj build\debug\mongo\scripting\mozjs\engine.obj build\debug\mongo\scripting\mozjs\error.obj build\debug\mongo\scripting\mozjs\exception.obj build\debug\mongo\scripting\mozjs\global.obj build\debug\mongo\scripting\mozjs\idwrapper.obj build\debug\mongo\scripting\mozjs\implscope.obj build\debug\mongo\scripting\mozjs\internedstring.obj build\debug\mongo\scripting\mozjs\jscustomallocator.obj build\debug\mongo\scripting\mozjs\jsstringwrapper.obj build\debug\mongo\scripting\mozjs\jsthread.obj build\debug\mongo\scripting\mozjs\maxkey.obj build\debug\mongo\scripting\mozjs\minkey.obj build\debug\mongo\scripting\mozjs\mongo.obj build\debug\mongo\scripting\mozjs\mongohelpers.obj build\debug\mongo\scripting\mozjs\mongohelpers_js.obj build\debug\mongo\scripting\mozjs\nativefunction.obj build\debug\mongo\scripting\mozjs\numberdecimal.obj build\debug\mongo\scripting\mozjs\numberint.obj build\debug\mongo\scripting\mozjs\numberlong.obj build\debug\mongo\scripting\mozjs\object.obj build\debug\mongo\scripting\mozjs\objectwrapper.obj build\debug\mongo\scripting\mozjs\oid.obj build\debug\mongo\scripting\mozjs\proxyscope.obj build\debug\mongo\scripting\mozjs\regexp.obj build\debug\mongo\scripting\mozjs\timestamp.obj build\debug\mongo\scripting\mozjs\uri.obj build\debug\mongo\scripting\mozjs\valuereader.obj build\debug\mongo\scripting\mozjs\valuewriter.obj build\debug\mongo\scripting\utils.obj build\debug\mongo\shell\bench.obj build\debug\mongo\shell\linenoise.obj build\debug\mongo\shell\linenoise_utf8.obj build\debug\mongo\shell\mk_wcwidth.obj build\debug\mongo\shell\mongo-server.obj build\debug\mongo\shell\mongo.obj build\debug\mongo\shell\shell_options.obj build\debug\mongo\shell\shell_options_init.obj build\debug\mongo\shell\shell_utils.obj build\debug\mongo\shell\shell_utils_extended.obj build\debug\mongo\shell\shell_utils_launcher.obj build\debug\mongo\transport\message_compressor_manager.obj build\debug\mongo\transport\message_compressor_metrics.obj build\debug\mongo\transport\message_compressor_registry.obj build\debug\mongo\transport\message_compressor_snappy.obj build\debug\mongo\transport\session.obj build\debug\mongo\transport\ticket.obj build\debug\mongo\transport\transport_layer.obj build\debug\mongo\transport\transport_layer_legacy.obj build\debug\mongo\transport\transport_layer_manager.obj build\debug\mongo\util\allocator.obj build\debug\mongo\util\assert_util.obj build\debug\mongo\util\background.obj build\debug\mongo\util\background_thread_clock_source.obj build\debug\mongo\util\base64.obj build\debug\mongo\util\concurrency\spin_lock.obj build\debug\mongo\util\concurrency\thread_name.obj build\debug\mongo\util\concurrency\ticketholder.obj build\debug\mongo\util\debugger.obj build\debug\mongo\util\decoration_container.obj build\debug\mongo\util\decoration_registry.obj build\debug\mongo\util\duration.obj build\debug\mongo\util\exception_filter_win32.obj build\debug\mongo\util\exit.obj build\debug\mongo\util\fail_point.obj build\debug\mongo\util\fail_point_registry.obj build\debug\mongo\util\fail_point_server_parameter.obj build\debug\mongo\util\fail_point_service.obj build\debug\mongo\util\fast_clock_source_factory.obj build\debug\mongo\util\file.obj build\debug\mongo\util\hex.obj build\debug\mongo\util\itoa.obj build\debug\mongo\util\log.obj build\debug\mongo\util\md5.obj build\debug\mongo\util\net\asio_message_port.obj build\debug\mongo\util\net\asio_ssl_context.obj build\debug\mongo\util\net\hostandport.obj build\debug\mongo\util\net\hostname_canonicalization.obj build\debug\mongo\util\net\httpclient.obj build\debug\mongo\util\net\listen.obj build\debug\mongo\util\net\message.obj build\debug\mongo\util\net\message_port.obj build\debug\mongo\util\net\message_port_startup_param.obj build\debug\mongo\util\net\sock.obj build\debug\mongo\util\net\sockaddr.obj build\debug\mongo\util\net\socket_exception.obj build\debug\mongo\util\net\socket_poll.obj build\debug\mongo\util\net\ssl_expiration.obj build\debug\mongo\util\net\ssl_manager.obj build\debug\mongo\util\net\ssl_options.obj build\debug\mongo\util\net\thread_idle_callback.obj build\debug\mongo\util\options_parser\constraints.obj build\debug\mongo\util\options_parser\environment.obj build\debug\mongo\util\options_parser\option_description.obj build\debug\mongo\util\options_parser\option_section.obj build\debug\mongo\util\options_parser\options_parser.obj build\debug\mongo\util\options_parser\options_parser_init.obj build\debug\mongo\util\options_parser\startup_option_init.obj build\debug\mongo\util\options_parser\startup_options.obj build\debug\mongo\util\options_parser\value.obj build\debug\mongo\util\password.obj build\debug\mongo\util\password_digest.obj build\debug\mongo\util\platform_init.obj build\debug\mongo\util\processinfo.obj build\debug\mongo\util\processinfo_windows.obj build\debug\mongo\util\quick_exit.obj build\debug\mongo\util\safe_num.obj build\debug\mongo\util\signal_handlers.obj build\debug\mongo\util\signal_handlers_synchronous.obj build\debug\mongo\util\signal_win32.obj build\debug\mongo\util\stacktrace.obj build\debug\mongo\util\stacktrace_windows.obj build\debug\mongo\util\startup_test.obj build\debug\mongo\util\static_observer.obj build\debug\mongo\util\stringutils.obj build\debug\mongo\util\system_clock_source.obj build\debug\mongo\util\system_tick_source.obj build\debug\mongo\util\text.obj build\debug\mongo\util\time_support.obj build\debug\mongo\util\timer.obj build\debug\mongo\util\version.obj build\debug\mongo\util\version_impl.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_exception.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_four_over_pi.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_bessel.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_bid.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_cbrt.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_erf.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_exp.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_int.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_inv_hyper.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_inv_trig.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_lgamma.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_log.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_mod.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_ops.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_ops_64.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_pow.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_powi.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_sqrt.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_trig.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\sqrt_tab_t.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_2_str_tables.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_acos.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_acosh.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_add.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_asin.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_asinh.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_atan.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_atan2.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_atanh.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_cbrt.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_compare.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_cos.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_cosh.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_div.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_erf.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_erfc.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_exp.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_exp10.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_exp2.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_expm1.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_fdimd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_fma.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_fmod.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_frexp.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_hypot.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_ldexp.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_lgamma.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_llrintd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_log.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_log10.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_log1p.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_log2.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_logb.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_logbd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_lrintd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_lround.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_minmax.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_modf.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_mul.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_nearbyintd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_next.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_nexttowardd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_noncomp.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_pow.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_quantexpd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_quantize.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_rem.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_round_integral.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_scalb.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_scalbl.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_sin.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_sinh.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_sqrt.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_string.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_tan.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_tanh.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_tgamma.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_to_int16.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_to_int32.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_to_int64.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_to_int8.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_to_uint16.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_to_uint32.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_to_uint64.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_to_uint8.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_acos.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_acosh.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_add.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_asin.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_asinh.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_atan.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_atan2.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_atanh.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_cbrt.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_compare.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_cos.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_cosh.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_div.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_erf.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_erfc.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_exp.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_exp10.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_exp2.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_expm1.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_fdimd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_fma.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_fmod.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_frexp.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_hypot.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_ldexp.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_lgamma.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_llrintd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_log.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_log10.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_log1p.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_log2.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_logb.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_logbd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_lrintd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_lround.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_minmax.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_modf.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_mul.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_nearbyintd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_next.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_nexttowardd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_noncomp.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_pow.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_quantexpd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_quantize.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_rem.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_round_integral.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_scalb.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_scalbl.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_sin.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_sinh.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_sqrt.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_string.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_sub.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_tan.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_tanh.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_tgamma.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_bid128.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_bid64.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_int16.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_int32.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_int64.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_int8.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_uint16.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_uint32.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_uint64.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_uint8.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_acos.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_acosh.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_add.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_asin.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_asinh.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_atan.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_atan2.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_atanh.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_cbrt.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_compare.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_cos.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_cosh.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_div.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_erf.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_erfc.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_exp.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_exp10.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_exp2.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_expm1.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_fdimd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_fma.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_fmod.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_frexp.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_hypot.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_ldexp.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_lgamma.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_llrintd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_log.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_log10.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_log1p.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_log2.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_logb.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_logbd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_lrintd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_lround.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_minmax.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_modf.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_mul.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_nearbyintd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_next.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_nexttowardd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_noncomp.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_pow.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_quantexpd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_quantize.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_rem.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_round_integral.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_scalb.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_scalbl.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_sin.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_sinh.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_sqrt.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_string.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_tan.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_tanh.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_tgamma.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_to_bid128.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_to_int16.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_to_int32.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_to_int64.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_to_int8.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_to_uint16.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_to_uint32.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_to_uint64.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_to_uint8.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_binarydecimal.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_convert_data.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_decimal_data.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_decimal_globals.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_dpd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_feclearexcept.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_fegetexceptflag.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_feraiseexcept.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_fesetexceptflag.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_fetestexcept.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_flag_operations.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_from_int.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_round.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\strtod128.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\strtod32.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\strtod64.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\wcstod128.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\wcstod32.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\wcstod64.obj build\debug\third_party\asio-asio-1-11-0\asio\src\asio.obj build\debug\third_party\asio-asio-1-11-0\asio\src\asio_ssl.obj build\debug\third_party\boost-1.60.0\libs\chrono\src\chrono.obj build\debug\third_party\boost-1.60.0\libs\chrono\src\process_cpu_clocks.obj build\debug\third_party\boost-1.60.0\libs\chrono\src\thread_clock.obj build\debug\third_party\boost-1.60.0\libs\filesystem\src\codecvt_error_category.obj build\debug\third_party\boost-1.60.0\libs\filesystem\src\operations.obj build\debug\third_party\boost-1.60.0\libs\filesystem\src\path.obj build\debug\third_party\boost-1.60.0\libs\filesystem\src\path_traits.obj build\debug\third_party\boost-1.60.0\libs\filesystem\src\portability.obj build\debug\third_party\boost-1.60.0\libs\filesystem\src\unique_path.obj build\debug\third_party\boost-1.60.0\libs\filesystem\src\utf8_codecvt_facet.obj build\debug\third_party\boost-1.60.0\libs\filesystem\src\windows_file_codecvt.obj build\debug\third_party\boost-1.60.0\libs\iostreams\src\file_descriptor.obj build\debug\third_party\boost-1.60.0\libs\iostreams\src\mapped_file.obj build\debug\third_party\boost-1.60.0\libs\program_options\src\cmdline.obj build\debug\third_party\boost-1.60.0\libs\program_options\src\config_file.obj build\debug\third_party\boost-1.60.0\libs\program_options\src\convert.obj build\debug\third_party\boost-1.60.0\libs\program_options\src\options_description.obj build\debug\third_party\boost-1.60.0\libs\program_options\src\parsers.obj build\debug\third_party\boost-1.60.0\libs\program_options\src\positional_options.obj build\debug\third_party\boost-1.60.0\libs\program_options\src\split.obj build\debug\third_party\boost-1.60.0\libs\program_options\src\utf8_codecvt_facet.obj build\debug\third_party\boost-1.60.0\libs\program_options\src\value_semantic.obj build\debug\third_party\boost-1.60.0\libs\program_options\src\variables_map.obj build\debug\third_party\boost-1.60.0\libs\program_options\src\winmain.obj build\debug\third_party\boost-1.60.0\libs\regex\src\c_regex_traits.obj build\debug\third_party\boost-1.60.0\libs\regex\src\cpp_regex_traits.obj build\debug\third_party\boost-1.60.0\libs\regex\src\cregex.obj build\debug\third_party\boost-1.60.0\libs\regex\src\fileiter.obj build\debug\third_party\boost-1.60.0\libs\regex\src\icu.obj build\debug\third_party\boost-1.60.0\libs\regex\src\instances.obj build\debug\third_party\boost-1.60.0\libs\regex\src\posix_api.obj build\debug\third_party\boost-1.60.0\libs\regex\src\regex.obj build\debug\third_party\boost-1.60.0\libs\regex\src\regex_debug.obj build\debug\third_party\boost-1.60.0\libs\regex\src\regex_raw_buffer.obj build\debug\third_party\boost-1.60.0\libs\regex\src\regex_traits_defaults.obj build\debug\third_party\boost-1.60.0\libs\regex\src\static_mutex.obj build\debug\third_party\boost-1.60.0\libs\regex\src\usinstances.obj build\debug\third_party\boost-1.60.0\libs\regex\src\w32_regex_traits.obj build\debug\third_party\boost-1.60.0\libs\regex\src\wc_regex_traits.obj build\debug\third_party\boost-1.60.0\libs\regex\src\wide_posix_api.obj build\debug\third_party\boost-1.60.0\libs\regex\src\winstances.obj build\debug\third_party\boost-1.60.0\libs\system\src\error_code.obj build\debug\third_party\boost-1.60.0\libs\thread\src\future.obj build\debug\third_party\boost-1.60.0\libs\thread\src\tss_null.obj build\debug\third_party\boost-1.60.0\libs\thread\src\win32\thread.obj build\debug\third_party\boost-1.60.0\libs\thread\src\win32\tss_pe.obj build\debug\third_party\gperftools-2.5\src\base\dynamic_annotations.obj build\debug\third_party\gperftools-2.5\src\base\elf_mem_image.obj build\debug\third_party\gperftools-2.5\src\base\logging.obj build\debug\third_party\gperftools-2.5\src\base\spinlock.obj build\debug\third_party\gperftools-2.5\src\base\spinlock_internal.obj build\debug\third_party\gperftools-2.5\src\base\sysinfo.obj build\debug\third_party\gperftools-2.5\src\base\vdso_support.obj build\debug\third_party\gperftools-2.5\src\central_freelist.obj build\debug\third_party\gperftools-2.5\src\common.obj build\debug\third_party\gperftools-2.5\src\fake_stacktrace_scope.obj build\debug\third_party\gperftools-2.5\src\internal_logging.obj build\debug\third_party\gperftools-2.5\src\malloc_extension.obj build\debug\third_party\gperftools-2.5\src\malloc_hook.obj build\debug\third_party\gperftools-2.5\src\memfs_malloc.obj build\debug\third_party\gperftools-2.5\src\page_heap.obj build\debug\third_party\gperftools-2.5\src\sampler.obj build\debug\third_party\gperftools-2.5\src\span.obj build\debug\third_party\gperftools-2.5\src\stack_trace_table.obj build\debug\third_party\gperftools-2.5\src\stacktrace.obj build\debug\third_party\gperftools-2.5\src\static_vars.obj build\debug\third_party\gperftools-2.5\src\symbolize.obj build\debug\third_party\gperftools-2.5\src\tcmalloc.obj build\debug\third_party\gperftools-2.5\src\thread_cache.obj build\debug\third_party\gperftools-2.5\src\windows\port.obj build\debug\third_party\gperftools-2.5\src\windows\system-alloc.obj build\debug\third_party\libstemmer_c\libstemmer\libstemmer_utf8.obj build\debug\third_party\libstemmer_c\runtime\api.obj build\debug\third_party\libstemmer_c\src_c\stem_UTF_8_danish.obj build\debug\third_party\libstemmer_c\src_c\stem_UTF_8_dutch.obj build\debug\third_party\libstemmer_c\src_c\stem_UTF_8_english.obj build\debug\third_party\libstemmer_c\src_c\stem_UTF_8_finnish.obj build\debug\third_party\libstemmer_c\src_c\stem_UTF_8_french.obj build\debug\third_party\libstemmer_c\src_c\stem_UTF_8_german.obj build\debug\third_party\libstemmer_c\src_c\stem_UTF_8_hungarian.obj build\debug\third_party\libstemmer_c\src_c\stem_UTF_8_italian.obj build\debug\third_party\libstemmer_c\src_c\stem_UTF_8_norwegian.obj build\debug\third_party\libstemmer_c\src_c\stem_UTF_8_porter.obj build\debug\third_party\libstemmer_c\src_c\stem_UTF_8_portuguese.obj build\debug\third_party\libstemmer_c\src_c\stem_UTF_8_romanian.obj build\debug\third_party\libstemmer_c\src_c\stem_UTF_8_russian.obj build\debug\third_party\libstemmer_c\src_c\stem_UTF_8_spanish.obj build\debug\third_party\libstemmer_c\src_c\stem_UTF_8_swedish.obj build\debug\third_party\libstemmer_c\src_c\stem_UTF_8_turkish.obj build\debug\third_party\mozjs-45\extract\js\src\builtin\RegExp.obj build\debug\third_party\mozjs-45\extract\js\src\frontend\Parser.obj build\debug\third_party\mozjs-45\extract\js\src\gc\StoreBuffer.obj build\debug\third_party\mozjs-45\extract\js\src\jit\ExecutableAllocatorWin.obj build\debug\third_party\mozjs-45\extract\js\src\jit\x86-shared\Disassembler-x86-shared.obj build\debug\third_party\mozjs-45\extract\js\src\jsarray.obj build\debug\third_party\mozjs-45\extract\js\src\jsatom.obj build\debug\third_party\mozjs-45\extract\js\src\jsmath.obj build\debug\third_party\mozjs-45\extract\js\src\jsutil.obj build\debug\third_party\mozjs-45\extract\js\src\mfbt\Unified_cpp_mfbt0.obj build\debug\third_party\mozjs-45\extract\js\src\perf\pm_stub.obj build\debug\third_party\mozjs-45\extract\js\src\vm\Initialization.obj build\debug\third_party\mozjs-45\extract\mfbt\Compression.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src0.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src1.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src10.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src11.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src12.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src13.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src14.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src15.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src16.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src17.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src18.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src19.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src2.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src20.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src21.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src22.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src23.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src24.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src25.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src26.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src27.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src28.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src29.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src3.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src30.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src31.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src32.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src33.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src34.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src35.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src36.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src4.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src5.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src6.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src7.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src8.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src9.obj build\debug\third_party\murmurhash3\MurmurHash3.obj build\debug\third_party\pcre-8.39\pcre_byte_order.obj build\debug\third_party\pcre-8.39\pcre_chartables.obj build\debug\third_party\pcre-8.39\pcre_compile.obj build\debug\third_party\pcre-8.39\pcre_config.obj build\debug\third_party\pcre-8.39\pcre_dfa_exec.obj build\debug\third_party\pcre-8.39\pcre_exec.obj build\debug\third_party\pcre-8.39\pcre_fullinfo.obj build\debug\third_party\pcre-8.39\pcre_get.obj build\debug\third_party\pcre-8.39\pcre_globals.obj build\debug\third_party\pcre-8.39\pcre_maketables.obj build\debug\third_party\pcre-8.39\pcre_newline.obj build\debug\third_party\pcre-8.39\pcre_ord2utf8.obj build\debug\third_party\pcre-8.39\pcre_refcount.obj build\debug\third_party\pcre-8.39\pcre_scanner.obj build\debug\third_party\pcre-8.39\pcre_string_utils.obj build\debug\third_party\pcre-8.39\pcre_stringpiece.obj build\debug\third_party\pcre-8.39\pcre_study.obj build\debug\third_party\pcre-8.39\pcre_tables.obj build\debug\third_party\pcre-8.39\pcre_ucd.obj build\debug\third_party\pcre-8.39\pcre_valid_utf8.obj build\debug\third_party\pcre-8.39\pcre_version.obj build\debug\third_party\pcre-8.39\pcre_xclass.obj build\debug\third_party\pcre-8.39\pcrecpp.obj build\debug\third_party\pcre-8.39\pcreposix.obj build\debug\third_party\s2\base\int128.obj build\debug\third_party\s2\base\logging.obj build\debug\third_party\s2\base\stringprintf.obj build\debug\third_party\s2\base\strtoint.obj build\debug\third_party\s2\s1angle.obj build\debug\third_party\s2\s1interval.obj build\debug\third_party\s2\s2.obj build\debug\third_party\s2\s2cap.obj build\debug\third_party\s2\s2cell.obj build\debug\third_party\s2\s2cellid.obj build\debug\third_party\s2\s2cellunion.obj build\debug\third_party\s2\s2edgeindex.obj build\debug\third_party\s2\s2edgeutil.obj build\debug\third_party\s2\s2latlng.obj build\debug\third_party\s2\s2latlngrect.obj build\debug\third_party\s2\s2loop.obj build\debug\third_party\s2\s2pointregion.obj build\debug\third_party\s2\s2polygon.obj build\debug\third_party\s2\s2polygonbuilder.obj build\debug\third_party\s2\s2polyline.obj build\debug\third_party\s2\s2r2rect.obj build\debug\third_party\s2\s2region.obj build\debug\third_party\s2\s2regioncoverer.obj build\debug\third_party\s2\s2regionintersection.obj build\debug\third_party\s2\s2regionunion.obj build\debug\third_party\s2\strings\split.obj build\debug\third_party\s2\strings\stringprintf.obj build\debug\third_party\s2\strings\strutil.obj build\debug\third_party\s2\util\coding\coder.obj build\debug\third_party\s2\util\coding\varint.obj build\debug\third_party\s2\util\math\mathutil.obj build\debug\third_party\shim_allocator.obj build\debug\third_party\shim_asio.obj build\debug\third_party\shim_boost.obj build\debug\third_party\shim_intel_decimal128.obj build\debug\third_party\shim_mozjs.obj build\debug\third_party\shim_pcrecpp.obj build\debug\third_party\shim_snappy.obj build\debug\third_party\shim_stemmer.obj build\debug\third_party\shim_tz.obj build\debug\third_party\shim_yaml.obj build\debug\third_party\shim_zlib.obj build\debug\third_party\snappy-1.1.3\snappy-c.obj build\debug\third_party\snappy-1.1.3\snappy-sinksource.obj build\debug\third_party\snappy-1.1.3\snappy.obj build\debug\third_party\yaml-cpp-0.5.3\src\binary.obj build\debug\third_party\yaml-cpp-0.5.3\src\contrib\graphbuilder.obj build\debug\third_party\yaml-cpp-0.5.3\src\contrib\graphbuilderadapter.obj build\debug\third_party\yaml-cpp-0.5.3\src\convert.obj build\debug\third_party\yaml-cpp-0.5.3\src\directives.obj build\debug\third_party\yaml-cpp-0.5.3\src\emit.obj build\debug\third_party\yaml-cpp-0.5.3\src\emitfromevents.obj build\debug\third_party\yaml-cpp-0.5.3\src\emitter.obj build\debug\third_party\yaml-cpp-0.5.3\src\emitterstate.obj build\debug\third_party\yaml-cpp-0.5.3\src\emitterutils.obj build\debug\third_party\yaml-cpp-0.5.3\src\exp.obj build\debug\third_party\yaml-cpp-0.5.3\src\memory.obj build\debug\third_party\yaml-cpp-0.5.3\src\node.obj build\debug\third_party\yaml-cpp-0.5.3\src\node_data.obj build\debug\third_party\yaml-cpp-0.5.3\src\nodebuilder.obj build\debug\third_party\yaml-cpp-0.5.3\src\nodeevents.obj build\debug\third_party\yaml-cpp-0.5.3\src\null.obj build\debug\third_party\yaml-cpp-0.5.3\src\ostream_wrapper.obj build\debug\third_party\yaml-cpp-0.5.3\src\parse.obj build\debug\third_party\yaml-cpp-0.5.3\src\parser.obj build\debug\third_party\yaml-cpp-0.5.3\src\regex_yaml.obj build\debug\third_party\yaml-cpp-0.5.3\src\scanner.obj build\debug\third_party\yaml-cpp-0.5.3\src\scanscalar.obj build\debug\third_party\yaml-cpp-0.5.3\src\scantag.obj build\debug\third_party\yaml-cpp-0.5.3\src\scantoken.obj build\debug\third_party\yaml-cpp-0.5.3\src\simplekey.obj build\debug\third_party\yaml-cpp-0.5.3\src\singledocparser.obj build\debug\third_party\yaml-cpp-0.5.3\src\stream.obj build\debug\third_party\yaml-cpp-0.5.3\src\tag.obj build\debug\third_party\zlib-1.2.8\adler32.obj build\debug\third_party\zlib-1.2.8\crc32.obj build\debug\third_party\zlib-1.2.8\deflate.obj build\debug\third_party\zlib-1.2.8\infback.obj build\debug\third_party\zlib-1.2.8\inffast.obj build\debug\third_party\zlib-1.2.8\inflate.obj build\debug\third_party\zlib-1.2.8\inftrees.obj build\debug\third_party\zlib-1.2.8\trees.obj build\debug\third_party\zlib-1.2.8\zutil.obj \ No newline at end of file +build\debug\mongo\util\password.obj build\debug\mongo\shell\linenoise.obj build\debug\mongo\shell\mk_wcwidth.obj build\debug\mongo\shell\mongo-server.obj build\debug\mongo\shell\shell_options.obj build\debug\mongo\shell\shell_utils.obj build\debug\mongo\shell\shell_utils_extended.obj build\debug\mongo\shell\shell_utils_launcher.obj build\debug\mongo\util\version_impl.obj build\debug\mongo\util\signal_handlers.obj build\debug\mongo\util\signal_win32.obj build\debug\mongo\db\log_process_details.obj build\debug\mongo\db\server_options_server_helpers.obj build\debug\mongo\db\server_options_helpers.obj build\debug\mongo\util\cmdline_utils\censor_cmdline.obj build\debug\mongo\db\repl\is_master_response.obj build\debug\mongo\db\repl\member_config.obj build\debug\mongo\db\repl\repl_set_config.obj build\debug\mongo\db\repl\repl_set_heartbeat_args.obj build\debug\mongo\db\repl\repl_set_heartbeat_args_v1.obj build\debug\mongo\db\repl\repl_set_heartbeat_response.obj build\debug\mongo\db\repl\repl_set_html_summary.obj build\debug\mongo\db\repl\repl_set_request_votes_args.obj build\debug\mongo\db\repl\repl_set_tag.obj build\debug\mongo\db\repl\update_position_args.obj build\debug\mongo\db\repl\last_vote.obj build\debug\mongo\db\repl\repl_client_info.obj build\debug\mongo\db\repl\replication_coordinator.obj build\debug\mongo\db\repl\replication_consistency_markers.obj build\debug\mongo\db\repl\replication_process.obj build\debug\mongo\db\repl\storage_interface.obj build\debug\mongo\db\repl\rollback_gen.obj build\debug\mongo\util\options_parser\options_parser_init.obj build\debug\mongo\shell\bench.obj build\debug\mongo\scripting\mozjs\base.obj build\debug\mongo\scripting\mozjs\bindata.obj build\debug\mongo\scripting\mozjs\bson.obj build\debug\mongo\scripting\mozjs\code.obj build\debug\mongo\scripting\mozjs\countdownlatch.obj build\debug\mongo\scripting\mozjs\cursor.obj build\debug\mongo\scripting\mozjs\cursor_handle.obj build\debug\mongo\scripting\mozjs\db.obj build\debug\mongo\scripting\mozjs\dbcollection.obj build\debug\mongo\scripting\mozjs\dbpointer.obj build\debug\mongo\scripting\mozjs\dbquery.obj build\debug\mongo\scripting\mozjs\dbref.obj build\debug\mongo\scripting\mozjs\engine.obj build\debug\mongo\scripting\mozjs\error.obj build\debug\mongo\scripting\mozjs\exception.obj build\debug\mongo\scripting\mozjs\global.obj build\debug\mongo\scripting\mozjs\idwrapper.obj build\debug\mongo\scripting\mozjs\implscope.obj build\debug\mongo\scripting\mozjs\internedstring.obj build\debug\mongo\scripting\mozjs\jscustomallocator.obj build\debug\mongo\scripting\mozjs\jsstringwrapper.obj build\debug\mongo\scripting\mozjs\jsthread.obj build\debug\mongo\scripting\mozjs\maxkey.obj build\debug\mongo\scripting\mozjs\minkey.obj build\debug\mongo\scripting\mozjs\mongo.obj build\debug\mongo\scripting\mozjs\mongohelpers.obj build\debug\mongo\scripting\mozjs\mongohelpers_js.obj build\debug\mongo\scripting\mozjs\nativefunction.obj build\debug\mongo\scripting\mozjs\numberdecimal.obj build\debug\mongo\scripting\mozjs\numberint.obj build\debug\mongo\scripting\mozjs\numberlong.obj build\debug\mongo\scripting\mozjs\object.obj build\debug\mongo\scripting\mozjs\objectwrapper.obj build\debug\mongo\scripting\mozjs\oid.obj build\debug\mongo\scripting\mozjs\PosixNSPR.obj build\debug\mongo\scripting\mozjs\proxyscope.obj build\debug\mongo\scripting\mozjs\regexp.obj build\debug\mongo\scripting\mozjs\session.obj build\debug\mongo\scripting\mozjs\status.obj build\debug\mongo\scripting\mozjs\timestamp.obj build\debug\mongo\scripting\mozjs\uri.obj build\debug\mongo\scripting\mozjs\valuereader.obj build\debug\mongo\scripting\mozjs\valuewriter.obj build\debug\mongo\scripting\mozjs\end_sessions_gen.obj build\debug\third_party\shim_mozjs.obj build\debug\third_party\mozjs-45\extract\js\src\builtin\RegExp.obj build\debug\third_party\mozjs-45\extract\js\src\frontend\Parser.obj build\debug\third_party\mozjs-45\extract\js\src\jsarray.obj build\debug\third_party\mozjs-45\extract\js\src\jsatom.obj build\debug\third_party\mozjs-45\extract\js\src\jsmath.obj build\debug\third_party\mozjs-45\extract\js\src\jsutil.obj build\debug\third_party\mozjs-45\extract\js\src\gc\StoreBuffer.obj build\debug\third_party\mozjs-45\extract\js\src\mfbt\Unified_cpp_mfbt0.obj build\debug\third_party\mozjs-45\extract\js\src\perf\pm_stub.obj build\debug\third_party\mozjs-45\extract\js\src\vm\Initialization.obj build\debug\third_party\mozjs-45\extract\mfbt\Compression.obj build\debug\third_party\mozjs-45\extract\js\src\jit\x86-shared\Disassembler-x86-shared.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src0.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src1.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src10.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src11.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src12.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src13.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src14.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src15.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src16.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src17.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src18.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src19.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src2.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src20.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src21.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src22.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src23.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src24.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src25.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src26.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src27.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src28.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src29.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src3.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src30.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src31.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src32.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src33.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src34.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src35.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src36.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src4.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src5.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src6.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src7.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src8.obj build\debug\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src9.obj build\debug\mongo\scripting\deadline_monitor.obj build\debug\mongo\scripting\dbdirectclient_factory.obj build\debug\mongo\scripting\engine.obj build\debug\mongo\scripting\utils.obj build\debug\mongo\shell\mongo.obj build\debug\mongo\scripting\bson_template_evaluator.obj build\debug\mongo\shell\linenoise_utf8.obj build\debug\mongo\db\hasher.obj build\debug\mongo\db\logical_session_id_helpers.obj build\debug\mongo\db\catalog\index_key_validate.obj build\debug\mongo\db\matcher\expression.obj build\debug\mongo\db\matcher\expression_algo.obj build\debug\mongo\db\matcher\expression_array.obj build\debug\mongo\db\matcher\expression_expr.obj build\debug\mongo\db\matcher\expression_geo.obj build\debug\mongo\db\matcher\expression_internal_expr_eq.obj build\debug\mongo\db\matcher\expression_leaf.obj build\debug\mongo\db\matcher\expression_parser.obj build\debug\mongo\db\matcher\expression_text_base.obj build\debug\mongo\db\matcher\expression_text_noop.obj build\debug\mongo\db\matcher\expression_tree.obj build\debug\mongo\db\matcher\expression_type.obj build\debug\mongo\db\matcher\expression_where_base.obj build\debug\mongo\db\matcher\expression_where_noop.obj build\debug\mongo\db\matcher\expression_with_placeholder.obj build\debug\mongo\db\matcher\extensions_callback.obj build\debug\mongo\db\matcher\extensions_callback_noop.obj build\debug\mongo\db\matcher\match_details.obj build\debug\mongo\db\matcher\matchable.obj build\debug\mongo\db\matcher\matcher.obj build\debug\mongo\db\matcher\matcher_type_set.obj build\debug\mongo\db\matcher\rewrite_expr.obj build\debug\mongo\db\matcher\schema\expression_internal_schema_all_elem_match_from_index.obj build\debug\mongo\db\matcher\schema\expression_internal_schema_allowed_properties.obj build\debug\mongo\db\matcher\schema\expression_internal_schema_cond.obj build\debug\mongo\db\matcher\schema\expression_internal_schema_eq.obj build\debug\mongo\db\matcher\schema\expression_internal_schema_fmod.obj build\debug\mongo\db\matcher\schema\expression_internal_schema_match_array_index.obj build\debug\mongo\db\matcher\schema\expression_internal_schema_num_array_items.obj build\debug\mongo\db\matcher\schema\expression_internal_schema_num_properties.obj build\debug\mongo\db\matcher\schema\expression_internal_schema_object_match.obj build\debug\mongo\db\matcher\schema\expression_internal_schema_root_doc_eq.obj build\debug\mongo\db\matcher\schema\expression_internal_schema_str_length.obj build\debug\mongo\db\matcher\schema\expression_internal_schema_unique_items.obj build\debug\mongo\db\matcher\schema\expression_internal_schema_xor.obj build\debug\mongo\db\matcher\schema\json_schema_parser.obj build\debug\mongo\db\query\query_knobs.obj build\debug\mongo\db\pipeline\expression.obj build\debug\mongo\util\summation.obj build\debug\mongo\db\pipeline\expression_context.obj build\debug\mongo\db\pipeline\variables.obj build\debug\mongo\db\query\collation\collator_factory_interface.obj build\debug\mongo\db\query\collation\collation_index_key.obj build\debug\mongo\db\query\collation\collation_spec.obj build\debug\mongo\db\query\collation\collator_interface.obj build\debug\mongo\db\pipeline\aggregation_request.obj build\debug\mongo\db\query\explain_options.obj build\debug\mongo\db\pipeline\dependencies.obj build\debug\mongo\db\pipeline\document.obj build\debug\mongo\db\pipeline\document_comparator.obj build\debug\mongo\db\pipeline\document_path_support.obj build\debug\mongo\db\pipeline\value.obj build\debug\mongo\db\pipeline\value_comparator.obj build\debug\mongo\util\intrusive_counter.obj build\debug\mongo\db\query\datetime\date_time_support.obj build\debug\third_party\shim_timelib.obj build\debug\third_party\timelib-2018.01alpha1\astro.obj build\debug\third_party\timelib-2018.01alpha1\dow.obj build\debug\third_party\timelib-2018.01alpha1\interval.obj build\debug\third_party\timelib-2018.01alpha1\parse_date.obj build\debug\third_party\timelib-2018.01alpha1\parse_iso_intervals.obj build\debug\third_party\timelib-2018.01alpha1\parse_tz.obj build\debug\third_party\timelib-2018.01alpha1\parse_zoneinfo.obj build\debug\third_party\timelib-2018.01alpha1\timelib.obj build\debug\third_party\timelib-2018.01alpha1\tm2unixtime.obj build\debug\third_party\timelib-2018.01alpha1\unixtime2tm.obj build\debug\mongo\db\pipeline\field_path.obj build\debug\mongo\db\matcher\path.obj build\debug\mongo\db\matcher\path_internal.obj build\debug\mongo\db\geo\geoparser.obj build\debug\mongo\db\geo\geometry_container.obj build\debug\mongo\db\geo\hash.obj build\debug\mongo\db\geo\shapes.obj build\debug\mongo\db\geo\big_polygon.obj build\debug\mongo\db\geo\r2_region_coverer.obj build\debug\third_party\s2\s1angle.obj build\debug\third_party\s2\s2.obj build\debug\third_party\s2\s2cellid.obj build\debug\third_party\s2\s2latlng.obj build\debug\third_party\s2\s1interval.obj build\debug\third_party\s2\s2cap.obj build\debug\third_party\s2\s2cell.obj build\debug\third_party\s2\s2cellunion.obj build\debug\third_party\s2\s2edgeindex.obj build\debug\third_party\s2\s2edgeutil.obj build\debug\third_party\s2\s2latlngrect.obj build\debug\third_party\s2\s2loop.obj build\debug\third_party\s2\s2pointregion.obj build\debug\third_party\s2\s2polygon.obj build\debug\third_party\s2\s2polygonbuilder.obj build\debug\third_party\s2\s2polyline.obj build\debug\third_party\s2\s2r2rect.obj build\debug\third_party\s2\s2region.obj build\debug\third_party\s2\s2regioncoverer.obj build\debug\third_party\s2\s2regionintersection.obj build\debug\third_party\s2\s2regionunion.obj build\debug\third_party\s2\util\math\mathutil.obj build\debug\third_party\s2\util\coding\coder.obj build\debug\third_party\s2\util\coding\varint.obj build\debug\third_party\s2\strings\split.obj build\debug\third_party\s2\strings\stringprintf.obj build\debug\third_party\s2\strings\strutil.obj build\debug\third_party\s2\base\int128.obj build\debug\third_party\s2\base\logging.obj build\debug\third_party\s2\base\stringprintf.obj build\debug\third_party\s2\base\strtoint.obj build\debug\mongo\db\fts\fts_query_noop.obj build\debug\mongo\db\index\index_descriptor.obj build\debug\mongo\db\catalog\index_catalog.obj build\debug\mongo\client\connection_string_connect.obj build\debug\mongo\client\mongo_uri_connect.obj build\debug\mongo\client\connpool.obj build\debug\mongo\client\dbclient_connection.obj build\debug\mongo\client\dbclient_rs.obj build\debug\mongo\client\global_conn_pool.obj build\debug\mongo\client\replica_set_monitor.obj build\debug\mongo\client\replica_set_monitor_manager.obj build\debug\mongo\executor\thread_pool_task_executor.obj build\debug\mongo\executor\network_interface_thread_pool.obj build\debug\mongo\executor\network_interface_factory.obj build\debug\mongo\executor\connection_pool_tl.obj build\debug\mongo\executor\network_interface_tl.obj build\debug\mongo\transport\transport_layer_manager.obj build\debug\mongo\transport\service_executor_adaptive.obj build\debug\mongo\transport\service_executor_reserved.obj build\debug\mongo\transport\service_executor_synchronous.obj build\debug\mongo\transport\thread_idle_callback.obj build\debug\mongo\transport\transport_layer_asio.obj build\debug\mongo\base\system_error.obj build\debug\mongo\client\async_client.obj build\debug\mongo\transport\message_compressor_manager.obj build\debug\mongo\transport\message_compressor_metrics.obj build\debug\mongo\transport\message_compressor_registry.obj build\debug\mongo\transport\message_compressor_snappy.obj build\debug\mongo\transport\message_compressor_zlib.obj build\debug\third_party\shim_zlib.obj build\debug\third_party\zlib-1.2.11\adler32.obj build\debug\third_party\zlib-1.2.11\crc32.obj build\debug\third_party\zlib-1.2.11\compress.obj build\debug\third_party\zlib-1.2.11\deflate.obj build\debug\third_party\zlib-1.2.11\infback.obj build\debug\third_party\zlib-1.2.11\inffast.obj build\debug\third_party\zlib-1.2.11\inflate.obj build\debug\third_party\zlib-1.2.11\inftrees.obj build\debug\third_party\zlib-1.2.11\trees.obj build\debug\third_party\zlib-1.2.11\uncompr.obj build\debug\third_party\zlib-1.2.11\zutil.obj build\debug\third_party\shim_snappy.obj build\debug\third_party\snappy-1.1.3\snappy-c.obj build\debug\third_party\snappy-1.1.3\snappy.obj build\debug\third_party\snappy-1.1.3\snappy-sinksource.obj build\debug\mongo\executor\network_interface.obj build\debug\mongo\executor\task_executor.obj build\debug\mongo\executor\connection_pool.obj build\debug\mongo\executor\egress_tag_closer_manager.obj build\debug\mongo\executor\connection_pool_stats.obj build\debug\mongo\client\dbclient.obj build\debug\mongo\client\dbclientcursor.obj build\debug\mongo\client\index_spec.obj build\debug\mongo\util\net\ssl_dummy.obj build\debug\mongo\util\net\private\ssl_expiration.obj build\debug\mongo\util\net\ssl_manager.obj build\debug\mongo\util\net\ssl_parameters.obj build\debug\mongo\util\net\ssl_manager_windows.obj build\debug\mongo\util\net\ssl_stream.obj build\debug\third_party\shim_asio.obj build\debug\third_party\asio-master\asio\src\asio.obj build\debug\mongo\util\net\ssl_types.obj build\debug\mongo\util\net\ssl_options.obj build\debug\mongo\util\options_parser\environment.obj build\debug\mongo\util\options_parser\value.obj build\debug\mongo\util\options_parser\constraints.obj build\debug\mongo\util\options_parser\option_section.obj build\debug\mongo\util\options_parser\option_description.obj build\debug\mongo\util\options_parser\options_parser.obj build\debug\mongo\util\options_parser\startup_option_init.obj build\debug\mongo\util\options_parser\startup_options.obj build\debug\third_party\shim_yaml.obj build\debug\third_party\yaml-cpp-0.5.3\src\binary.obj build\debug\third_party\yaml-cpp-0.5.3\src\contrib\graphbuilder.obj build\debug\third_party\yaml-cpp-0.5.3\src\contrib\graphbuilderadapter.obj build\debug\third_party\yaml-cpp-0.5.3\src\convert.obj build\debug\third_party\yaml-cpp-0.5.3\src\directives.obj build\debug\third_party\yaml-cpp-0.5.3\src\emit.obj build\debug\third_party\yaml-cpp-0.5.3\src\emitfromevents.obj build\debug\third_party\yaml-cpp-0.5.3\src\emitter.obj build\debug\third_party\yaml-cpp-0.5.3\src\emitterstate.obj build\debug\third_party\yaml-cpp-0.5.3\src\emitterutils.obj build\debug\third_party\yaml-cpp-0.5.3\src\exp.obj build\debug\third_party\yaml-cpp-0.5.3\src\memory.obj build\debug\third_party\yaml-cpp-0.5.3\src\node.obj build\debug\third_party\yaml-cpp-0.5.3\src\node_data.obj build\debug\third_party\yaml-cpp-0.5.3\src\nodebuilder.obj build\debug\third_party\yaml-cpp-0.5.3\src\nodeevents.obj build\debug\third_party\yaml-cpp-0.5.3\src\null.obj build\debug\third_party\yaml-cpp-0.5.3\src\ostream_wrapper.obj build\debug\third_party\yaml-cpp-0.5.3\src\parse.obj build\debug\third_party\yaml-cpp-0.5.3\src\parser.obj build\debug\third_party\yaml-cpp-0.5.3\src\regex_yaml.obj build\debug\third_party\yaml-cpp-0.5.3\src\scanner.obj build\debug\third_party\yaml-cpp-0.5.3\src\scanscalar.obj build\debug\third_party\yaml-cpp-0.5.3\src\scantag.obj build\debug\third_party\yaml-cpp-0.5.3\src\scantoken.obj build\debug\third_party\yaml-cpp-0.5.3\src\simplekey.obj build\debug\third_party\yaml-cpp-0.5.3\src\singledocparser.obj build\debug\third_party\yaml-cpp-0.5.3\src\stream.obj build\debug\third_party\yaml-cpp-0.5.3\src\tag.obj build\debug\mongo\util\net\private\socket_poll.obj build\debug\mongo\util\net\sock.obj build\debug\mongo\util\background.obj build\debug\mongo\db\commands\server_status.obj build\debug\mongo\db\stats\counters.obj build\debug\mongo\db\commands.obj build\debug\mongo\db\commands\test_commands_enabled.obj build\debug\mongo\db\commands\server_status_internal.obj build\debug\mongo\db\commands\server_status_metric.obj build\debug\mongo\db\audit.obj build\debug\mongo\rpc\factory.obj build\debug\mongo\rpc\message.obj build\debug\mongo\rpc\op_msg.obj build\debug\mongo\rpc\protocol.obj build\debug\mongo\db\bson\dotted_path_support.obj build\debug\mongo\rpc\legacy_request.obj build\debug\mongo\rpc\legacy_request_builder.obj build\debug\mongo\rpc\legacy_reply.obj build\debug\mongo\rpc\legacy_reply_builder.obj build\debug\mongo\s\catalog\mongo_version_range.obj build\debug\mongo\s\catalog\type_changelog.obj build\debug\mongo\s\catalog\type_chunk.obj build\debug\mongo\s\catalog\type_collection.obj build\debug\mongo\s\catalog\type_config_version.obj build\debug\mongo\s\catalog\type_database.obj build\debug\mongo\s\catalog\type_lockpings.obj build\debug\mongo\s\catalog\type_locks.obj build\debug\mongo\s\catalog\type_mongos.obj build\debug\mongo\s\catalog\type_shard_collection.obj build\debug\mongo\s\catalog\type_shard_database.obj build\debug\mongo\s\catalog\type_shard.obj build\debug\mongo\s\catalog\type_tags.obj build\debug\mongo\s\request_types\add_shard_request_type.obj build\debug\mongo\s\request_types\add_shard_to_zone_request_type.obj build\debug\mongo\s\request_types\balance_chunk_request_type.obj build\debug\mongo\s\request_types\commit_chunk_migration_request_type.obj build\debug\mongo\s\request_types\merge_chunk_request_type.obj build\debug\mongo\s\request_types\migration_secondary_throttle_options.obj build\debug\mongo\s\request_types\move_chunk_request.obj build\debug\mongo\s\request_types\remove_shard_from_zone_request_type.obj build\debug\mongo\s\request_types\set_shard_version_request.obj build\debug\mongo\s\request_types\split_chunk_request_type.obj build\debug\mongo\s\request_types\update_zone_key_range_request_type.obj build\debug\mongo\s\cannot_implicitly_create_collection_info.obj build\debug\mongo\s\chunk_version.obj build\debug\mongo\s\database_version_helpers.obj build\debug\mongo\s\shard_id.obj build\debug\mongo\s\stale_exception.obj build\debug\mongo\s\catalog\type_chunk_base_gen.obj build\debug\mongo\s\database_version_gen.obj build\debug\mongo\s\request_types\clone_catalog_data_gen.obj build\debug\mongo\s\request_types\create_collection_gen.obj build\debug\mongo\s\request_types\create_database_gen.obj build\debug\mongo\s\request_types\flush_database_cache_updates_gen.obj build\debug\mongo\s\request_types\flush_routing_table_cache_updates_gen.obj build\debug\mongo\s\request_types\get_database_version_gen.obj build\debug\mongo\s\request_types\move_primary_gen.obj build\debug\mongo\s\request_types\shard_collection_gen.obj build\debug\mongo\s\request_types\clone_collection_options_from_primary_shard_gen.obj build\debug\mongo\rpc\object_check.obj build\debug\mongo\rpc\command_request.obj build\debug\mongo\rpc\command_request_builder.obj build\debug\mongo\rpc\command_reply.obj build\debug\mongo\rpc\command_reply_builder.obj build\debug\mongo\rpc\reply_builder_interface.obj build\debug\mongo\db\wire_version.obj build\debug\mongo\db\query\count_request.obj build\debug\mongo\db\query\cursor_request.obj build\debug\mongo\db\query\cursor_response.obj build\debug\mongo\db\query\find_and_modify_request.obj build\debug\mongo\db\query\getmore_request.obj build\debug\mongo\db\query\killcursors_request.obj build\debug\mongo\db\query\killcursors_response.obj build\debug\mongo\db\query\view_response_formatter.obj build\debug\mongo\db\query\query_request.obj build\debug\mongo\db\query\tailable_mode.obj build\debug\mongo\db\query\tailable_mode_gen.obj build\debug\mongo\db\repl\read_concern_args.obj build\debug\mongo\db\catalog\namespace_uuid_cache.obj build\debug\mongo\db\catalog\uuid_catalog.obj build\debug\mongo\db\catalog\database_holder.obj build\debug\mongo\db\catalog\database.obj build\debug\mongo\db\catalog\collection.obj build\debug\mongo\db\namespace_string.obj build\debug\mongo\db\dbmessage.obj build\debug\mongo\db\auth\internal_user_auth.obj build\debug\mongo\client\connection_string.obj build\debug\mongo\client\mongo_uri.obj build\debug\mongo\util\dns_query.obj build\debug\mongo\client\query.obj build\debug\mongo\client\authenticate.obj build\debug\mongo\client\native_sasl_client_session.obj build\debug\mongo\client\sasl_client_authenticate.obj build\debug\mongo\client\sasl_client_authenticate_impl.obj build\debug\mongo\client\sasl_client_conversation.obj build\debug\mongo\client\sasl_client_session.obj build\debug\mongo\client\sasl_plain_client_conversation.obj build\debug\mongo\client\sasl_scram_client_conversation.obj build\debug\mongo\util\md5.obj build\debug\mongo\util\password_digest.obj build\debug\mongo\util\icu.obj build\debug\mongo\util\icu_init.obj build\debug\third_party\shim_icu.obj build\debug\third_party\icu4c-57.1\source\i18n\affixpatternparser.obj build\debug\third_party\icu4c-57.1\source\i18n\alphaindex.obj build\debug\third_party\icu4c-57.1\source\i18n\anytrans.obj build\debug\third_party\icu4c-57.1\source\i18n\astro.obj build\debug\third_party\icu4c-57.1\source\i18n\basictz.obj build\debug\third_party\icu4c-57.1\source\i18n\bocsu.obj build\debug\third_party\icu4c-57.1\source\i18n\brktrans.obj build\debug\third_party\icu4c-57.1\source\i18n\buddhcal.obj build\debug\third_party\icu4c-57.1\source\i18n\calendar.obj build\debug\third_party\icu4c-57.1\source\i18n\casetrn.obj build\debug\third_party\icu4c-57.1\source\i18n\cecal.obj build\debug\third_party\icu4c-57.1\source\i18n\chnsecal.obj build\debug\third_party\icu4c-57.1\source\i18n\choicfmt.obj build\debug\third_party\icu4c-57.1\source\i18n\coleitr.obj build\debug\third_party\icu4c-57.1\source\i18n\coll.obj build\debug\third_party\icu4c-57.1\source\i18n\collation.obj build\debug\third_party\icu4c-57.1\source\i18n\collationbuilder.obj build\debug\third_party\icu4c-57.1\source\i18n\collationcompare.obj build\debug\third_party\icu4c-57.1\source\i18n\collationdata.obj build\debug\third_party\icu4c-57.1\source\i18n\collationdatabuilder.obj build\debug\third_party\icu4c-57.1\source\i18n\collationdatareader.obj build\debug\third_party\icu4c-57.1\source\i18n\collationdatawriter.obj build\debug\third_party\icu4c-57.1\source\i18n\collationfastlatin.obj build\debug\third_party\icu4c-57.1\source\i18n\collationfastlatinbuilder.obj build\debug\third_party\icu4c-57.1\source\i18n\collationfcd.obj build\debug\third_party\icu4c-57.1\source\i18n\collationiterator.obj build\debug\third_party\icu4c-57.1\source\i18n\collationkeys.obj build\debug\third_party\icu4c-57.1\source\i18n\collationroot.obj build\debug\third_party\icu4c-57.1\source\i18n\collationrootelements.obj build\debug\third_party\icu4c-57.1\source\i18n\collationruleparser.obj build\debug\third_party\icu4c-57.1\source\i18n\collationsets.obj build\debug\third_party\icu4c-57.1\source\i18n\collationsettings.obj build\debug\third_party\icu4c-57.1\source\i18n\collationtailoring.obj build\debug\third_party\icu4c-57.1\source\i18n\collationweights.obj build\debug\third_party\icu4c-57.1\source\i18n\compactdecimalformat.obj build\debug\third_party\icu4c-57.1\source\i18n\coptccal.obj build\debug\third_party\icu4c-57.1\source\i18n\cpdtrans.obj build\debug\third_party\icu4c-57.1\source\i18n\csdetect.obj build\debug\third_party\icu4c-57.1\source\i18n\csmatch.obj build\debug\third_party\icu4c-57.1\source\i18n\csr2022.obj build\debug\third_party\icu4c-57.1\source\i18n\csrecog.obj build\debug\third_party\icu4c-57.1\source\i18n\csrmbcs.obj build\debug\third_party\icu4c-57.1\source\i18n\csrsbcs.obj build\debug\third_party\icu4c-57.1\source\i18n\csrucode.obj build\debug\third_party\icu4c-57.1\source\i18n\csrutf8.obj build\debug\third_party\icu4c-57.1\source\i18n\curramt.obj build\debug\third_party\icu4c-57.1\source\i18n\currfmt.obj build\debug\third_party\icu4c-57.1\source\i18n\currpinf.obj build\debug\third_party\icu4c-57.1\source\i18n\currunit.obj build\debug\third_party\icu4c-57.1\source\i18n\dangical.obj build\debug\third_party\icu4c-57.1\source\i18n\datefmt.obj build\debug\third_party\icu4c-57.1\source\i18n\dayperiodrules.obj build\debug\third_party\icu4c-57.1\source\i18n\dcfmtsym.obj build\debug\third_party\icu4c-57.1\source\i18n\decContext.obj build\debug\third_party\icu4c-57.1\source\i18n\decNumber.obj build\debug\third_party\icu4c-57.1\source\i18n\decfmtst.obj build\debug\third_party\icu4c-57.1\source\i18n\decimalformatpattern.obj build\debug\third_party\icu4c-57.1\source\i18n\decimfmt.obj build\debug\third_party\icu4c-57.1\source\i18n\decimfmtimpl.obj build\debug\third_party\icu4c-57.1\source\i18n\digitaffix.obj build\debug\third_party\icu4c-57.1\source\i18n\digitaffixesandpadding.obj build\debug\third_party\icu4c-57.1\source\i18n\digitformatter.obj build\debug\third_party\icu4c-57.1\source\i18n\digitgrouping.obj build\debug\third_party\icu4c-57.1\source\i18n\digitinterval.obj build\debug\third_party\icu4c-57.1\source\i18n\digitlst.obj build\debug\third_party\icu4c-57.1\source\i18n\dtfmtsym.obj build\debug\third_party\icu4c-57.1\source\i18n\dtitvfmt.obj build\debug\third_party\icu4c-57.1\source\i18n\dtitvinf.obj build\debug\third_party\icu4c-57.1\source\i18n\dtptngen.obj build\debug\third_party\icu4c-57.1\source\i18n\dtrule.obj build\debug\third_party\icu4c-57.1\source\i18n\esctrn.obj build\debug\third_party\icu4c-57.1\source\i18n\ethpccal.obj build\debug\third_party\icu4c-57.1\source\i18n\fmtable.obj build\debug\third_party\icu4c-57.1\source\i18n\fmtable_cnv.obj build\debug\third_party\icu4c-57.1\source\i18n\format.obj build\debug\third_party\icu4c-57.1\source\i18n\fphdlimp.obj build\debug\third_party\icu4c-57.1\source\i18n\fpositer.obj build\debug\third_party\icu4c-57.1\source\i18n\funcrepl.obj build\debug\third_party\icu4c-57.1\source\i18n\gender.obj build\debug\third_party\icu4c-57.1\source\i18n\gregocal.obj build\debug\third_party\icu4c-57.1\source\i18n\gregoimp.obj build\debug\third_party\icu4c-57.1\source\i18n\hebrwcal.obj build\debug\third_party\icu4c-57.1\source\i18n\identifier_info.obj build\debug\third_party\icu4c-57.1\source\i18n\indiancal.obj build\debug\third_party\icu4c-57.1\source\i18n\inputext.obj build\debug\third_party\icu4c-57.1\source\i18n\islamcal.obj build\debug\third_party\icu4c-57.1\source\i18n\japancal.obj build\debug\third_party\icu4c-57.1\source\i18n\measfmt.obj build\debug\third_party\icu4c-57.1\source\i18n\measunit.obj build\debug\third_party\icu4c-57.1\source\i18n\measure.obj build\debug\third_party\icu4c-57.1\source\i18n\msgfmt.obj build\debug\third_party\icu4c-57.1\source\i18n\name2uni.obj build\debug\third_party\icu4c-57.1\source\i18n\nfrs.obj build\debug\third_party\icu4c-57.1\source\i18n\nfrule.obj build\debug\third_party\icu4c-57.1\source\i18n\nfsubs.obj build\debug\third_party\icu4c-57.1\source\i18n\nortrans.obj build\debug\third_party\icu4c-57.1\source\i18n\nultrans.obj build\debug\third_party\icu4c-57.1\source\i18n\numfmt.obj build\debug\third_party\icu4c-57.1\source\i18n\numsys.obj build\debug\third_party\icu4c-57.1\source\i18n\olsontz.obj build\debug\third_party\icu4c-57.1\source\i18n\persncal.obj build\debug\third_party\icu4c-57.1\source\i18n\pluralaffix.obj build\debug\third_party\icu4c-57.1\source\i18n\plurfmt.obj build\debug\third_party\icu4c-57.1\source\i18n\plurrule.obj build\debug\third_party\icu4c-57.1\source\i18n\precision.obj build\debug\third_party\icu4c-57.1\source\i18n\quant.obj build\debug\third_party\icu4c-57.1\source\i18n\quantityformatter.obj build\debug\third_party\icu4c-57.1\source\i18n\rbnf.obj build\debug\third_party\icu4c-57.1\source\i18n\rbt.obj build\debug\third_party\icu4c-57.1\source\i18n\rbt_data.obj build\debug\third_party\icu4c-57.1\source\i18n\rbt_pars.obj build\debug\third_party\icu4c-57.1\source\i18n\rbt_rule.obj build\debug\third_party\icu4c-57.1\source\i18n\rbt_set.obj build\debug\third_party\icu4c-57.1\source\i18n\rbtz.obj build\debug\third_party\icu4c-57.1\source\i18n\regexcmp.obj build\debug\third_party\icu4c-57.1\source\i18n\regeximp.obj build\debug\third_party\icu4c-57.1\source\i18n\regexst.obj build\debug\third_party\icu4c-57.1\source\i18n\regextxt.obj build\debug\third_party\icu4c-57.1\source\i18n\region.obj build\debug\third_party\icu4c-57.1\source\i18n\reldatefmt.obj build\debug\third_party\icu4c-57.1\source\i18n\reldtfmt.obj build\debug\third_party\icu4c-57.1\source\i18n\rematch.obj build\debug\third_party\icu4c-57.1\source\i18n\remtrans.obj build\debug\third_party\icu4c-57.1\source\i18n\repattrn.obj build\debug\third_party\icu4c-57.1\source\i18n\rulebasedcollator.obj build\debug\third_party\icu4c-57.1\source\i18n\scientificnumberformatter.obj build\debug\third_party\icu4c-57.1\source\i18n\scriptset.obj build\debug\third_party\icu4c-57.1\source\i18n\search.obj build\debug\third_party\icu4c-57.1\source\i18n\selfmt.obj build\debug\third_party\icu4c-57.1\source\i18n\sharedbreakiterator.obj build\debug\third_party\icu4c-57.1\source\i18n\simpletz.obj build\debug\third_party\icu4c-57.1\source\i18n\smallintformatter.obj build\debug\third_party\icu4c-57.1\source\i18n\smpdtfmt.obj build\debug\third_party\icu4c-57.1\source\i18n\smpdtfst.obj build\debug\third_party\icu4c-57.1\source\i18n\sortkey.obj build\debug\third_party\icu4c-57.1\source\i18n\standardplural.obj build\debug\third_party\icu4c-57.1\source\i18n\strmatch.obj build\debug\third_party\icu4c-57.1\source\i18n\strrepl.obj build\debug\third_party\icu4c-57.1\source\i18n\stsearch.obj build\debug\third_party\icu4c-57.1\source\i18n\taiwncal.obj build\debug\third_party\icu4c-57.1\source\i18n\timezone.obj build\debug\third_party\icu4c-57.1\source\i18n\titletrn.obj build\debug\third_party\icu4c-57.1\source\i18n\tmunit.obj build\debug\third_party\icu4c-57.1\source\i18n\tmutamt.obj build\debug\third_party\icu4c-57.1\source\i18n\tmutfmt.obj build\debug\third_party\icu4c-57.1\source\i18n\tolowtrn.obj build\debug\third_party\icu4c-57.1\source\i18n\toupptrn.obj build\debug\third_party\icu4c-57.1\source\i18n\translit.obj build\debug\third_party\icu4c-57.1\source\i18n\transreg.obj build\debug\third_party\icu4c-57.1\source\i18n\tridpars.obj build\debug\third_party\icu4c-57.1\source\i18n\tzfmt.obj build\debug\third_party\icu4c-57.1\source\i18n\tzgnames.obj build\debug\third_party\icu4c-57.1\source\i18n\tznames.obj build\debug\third_party\icu4c-57.1\source\i18n\tznames_impl.obj build\debug\third_party\icu4c-57.1\source\i18n\tzrule.obj build\debug\third_party\icu4c-57.1\source\i18n\tztrans.obj build\debug\third_party\icu4c-57.1\source\i18n\ucal.obj build\debug\third_party\icu4c-57.1\source\i18n\ucln_in.obj build\debug\third_party\icu4c-57.1\source\i18n\ucol.obj build\debug\third_party\icu4c-57.1\source\i18n\ucol_res.obj build\debug\third_party\icu4c-57.1\source\i18n\ucol_sit.obj build\debug\third_party\icu4c-57.1\source\i18n\ucoleitr.obj build\debug\third_party\icu4c-57.1\source\i18n\ucsdet.obj build\debug\third_party\icu4c-57.1\source\i18n\udat.obj build\debug\third_party\icu4c-57.1\source\i18n\udateintervalformat.obj build\debug\third_party\icu4c-57.1\source\i18n\udatpg.obj build\debug\third_party\icu4c-57.1\source\i18n\ufieldpositer.obj build\debug\third_party\icu4c-57.1\source\i18n\uitercollationiterator.obj build\debug\third_party\icu4c-57.1\source\i18n\ulocdata.obj build\debug\third_party\icu4c-57.1\source\i18n\umsg.obj build\debug\third_party\icu4c-57.1\source\i18n\unesctrn.obj build\debug\third_party\icu4c-57.1\source\i18n\uni2name.obj build\debug\third_party\icu4c-57.1\source\i18n\unum.obj build\debug\third_party\icu4c-57.1\source\i18n\unumsys.obj build\debug\third_party\icu4c-57.1\source\i18n\upluralrules.obj build\debug\third_party\icu4c-57.1\source\i18n\uregex.obj build\debug\third_party\icu4c-57.1\source\i18n\uregexc.obj build\debug\third_party\icu4c-57.1\source\i18n\uregion.obj build\debug\third_party\icu4c-57.1\source\i18n\usearch.obj build\debug\third_party\icu4c-57.1\source\i18n\uspoof.obj build\debug\third_party\icu4c-57.1\source\i18n\uspoof_build.obj build\debug\third_party\icu4c-57.1\source\i18n\uspoof_conf.obj build\debug\third_party\icu4c-57.1\source\i18n\uspoof_impl.obj build\debug\third_party\icu4c-57.1\source\i18n\uspoof_wsconf.obj build\debug\third_party\icu4c-57.1\source\i18n\utf16collationiterator.obj build\debug\third_party\icu4c-57.1\source\i18n\utf8collationiterator.obj build\debug\third_party\icu4c-57.1\source\i18n\utmscale.obj build\debug\third_party\icu4c-57.1\source\i18n\utrans.obj build\debug\third_party\icu4c-57.1\source\i18n\valueformatter.obj build\debug\third_party\icu4c-57.1\source\i18n\visibledigits.obj build\debug\third_party\icu4c-57.1\source\i18n\vtzone.obj build\debug\third_party\icu4c-57.1\source\i18n\vzone.obj build\debug\third_party\icu4c-57.1\source\i18n\windtfmt.obj build\debug\third_party\icu4c-57.1\source\i18n\winnmfmt.obj build\debug\third_party\icu4c-57.1\source\i18n\wintzimpl.obj build\debug\third_party\icu4c-57.1\source\i18n\zonemeta.obj build\debug\third_party\icu4c-57.1\source\i18n\zrule.obj build\debug\third_party\icu4c-57.1\source\i18n\ztrans.obj build\debug\third_party\icu4c-57.1\source\common\appendable.obj build\debug\third_party\icu4c-57.1\source\common\bmpset.obj build\debug\third_party\icu4c-57.1\source\common\brkeng.obj build\debug\third_party\icu4c-57.1\source\common\brkiter.obj build\debug\third_party\icu4c-57.1\source\common\bytestream.obj build\debug\third_party\icu4c-57.1\source\common\bytestrie.obj build\debug\third_party\icu4c-57.1\source\common\bytestriebuilder.obj build\debug\third_party\icu4c-57.1\source\common\bytestrieiterator.obj build\debug\third_party\icu4c-57.1\source\common\caniter.obj build\debug\third_party\icu4c-57.1\source\common\chariter.obj build\debug\third_party\icu4c-57.1\source\common\charstr.obj build\debug\third_party\icu4c-57.1\source\common\cmemory.obj build\debug\third_party\icu4c-57.1\source\common\cstr.obj build\debug\third_party\icu4c-57.1\source\common\cstring.obj build\debug\third_party\icu4c-57.1\source\common\cwchar.obj build\debug\third_party\icu4c-57.1\source\common\dictbe.obj build\debug\third_party\icu4c-57.1\source\common\dictionarydata.obj build\debug\third_party\icu4c-57.1\source\common\dtintrv.obj build\debug\third_party\icu4c-57.1\source\common\errorcode.obj build\debug\third_party\icu4c-57.1\source\common\filteredbrk.obj build\debug\third_party\icu4c-57.1\source\common\filterednormalizer2.obj build\debug\third_party\icu4c-57.1\source\common\icudataver.obj build\debug\third_party\icu4c-57.1\source\common\icuplug.obj build\debug\third_party\icu4c-57.1\source\common\listformatter.obj build\debug\third_party\icu4c-57.1\source\common\loadednormalizer2impl.obj build\debug\third_party\icu4c-57.1\source\common\locavailable.obj build\debug\third_party\icu4c-57.1\source\common\locbased.obj build\debug\third_party\icu4c-57.1\source\common\locdispnames.obj build\debug\third_party\icu4c-57.1\source\common\locdspnm.obj build\debug\third_party\icu4c-57.1\source\common\locid.obj build\debug\third_party\icu4c-57.1\source\common\loclikely.obj build\debug\third_party\icu4c-57.1\source\common\locmap.obj build\debug\third_party\icu4c-57.1\source\common\locresdata.obj build\debug\third_party\icu4c-57.1\source\common\locutil.obj build\debug\third_party\icu4c-57.1\source\common\messagepattern.obj build\debug\third_party\icu4c-57.1\source\common\normalizer2.obj build\debug\third_party\icu4c-57.1\source\common\normalizer2impl.obj build\debug\third_party\icu4c-57.1\source\common\normlzr.obj build\debug\third_party\icu4c-57.1\source\common\parsepos.obj build\debug\third_party\icu4c-57.1\source\common\patternprops.obj build\debug\third_party\icu4c-57.1\source\common\pluralmap.obj build\debug\third_party\icu4c-57.1\source\common\propname.obj build\debug\third_party\icu4c-57.1\source\common\propsvec.obj build\debug\third_party\icu4c-57.1\source\common\punycode.obj build\debug\third_party\icu4c-57.1\source\common\putil.obj build\debug\third_party\icu4c-57.1\source\common\rbbi.obj build\debug\third_party\icu4c-57.1\source\common\rbbidata.obj build\debug\third_party\icu4c-57.1\source\common\rbbinode.obj build\debug\third_party\icu4c-57.1\source\common\rbbirb.obj build\debug\third_party\icu4c-57.1\source\common\rbbiscan.obj build\debug\third_party\icu4c-57.1\source\common\rbbisetb.obj build\debug\third_party\icu4c-57.1\source\common\rbbistbl.obj build\debug\third_party\icu4c-57.1\source\common\rbbitblb.obj build\debug\third_party\icu4c-57.1\source\common\resbund.obj build\debug\third_party\icu4c-57.1\source\common\resbund_cnv.obj build\debug\third_party\icu4c-57.1\source\common\resource.obj build\debug\third_party\icu4c-57.1\source\common\ruleiter.obj build\debug\third_party\icu4c-57.1\source\common\schriter.obj build\debug\third_party\icu4c-57.1\source\common\serv.obj build\debug\third_party\icu4c-57.1\source\common\servlk.obj build\debug\third_party\icu4c-57.1\source\common\servlkf.obj build\debug\third_party\icu4c-57.1\source\common\servls.obj build\debug\third_party\icu4c-57.1\source\common\servnotf.obj build\debug\third_party\icu4c-57.1\source\common\servrbf.obj build\debug\third_party\icu4c-57.1\source\common\servslkf.obj build\debug\third_party\icu4c-57.1\source\common\sharedobject.obj build\debug\third_party\icu4c-57.1\source\common\simpleformatter.obj build\debug\third_party\icu4c-57.1\source\common\stringpiece.obj build\debug\third_party\icu4c-57.1\source\common\stringtriebuilder.obj build\debug\third_party\icu4c-57.1\source\common\uarrsort.obj build\debug\third_party\icu4c-57.1\source\common\ubidi.obj build\debug\third_party\icu4c-57.1\source\common\ubidi_props.obj build\debug\third_party\icu4c-57.1\source\common\ubidiln.obj build\debug\third_party\icu4c-57.1\source\common\ubidiwrt.obj build\debug\third_party\icu4c-57.1\source\common\ubrk.obj build\debug\third_party\icu4c-57.1\source\common\ucase.obj build\debug\third_party\icu4c-57.1\source\common\ucasemap.obj build\debug\third_party\icu4c-57.1\source\common\ucasemap_titlecase_brkiter.obj build\debug\third_party\icu4c-57.1\source\common\ucat.obj build\debug\third_party\icu4c-57.1\source\common\uchar.obj build\debug\third_party\icu4c-57.1\source\common\ucharstrie.obj build\debug\third_party\icu4c-57.1\source\common\ucharstriebuilder.obj build\debug\third_party\icu4c-57.1\source\common\ucharstrieiterator.obj build\debug\third_party\icu4c-57.1\source\common\uchriter.obj build\debug\third_party\icu4c-57.1\source\common\ucln_cmn.obj build\debug\third_party\icu4c-57.1\source\common\ucmndata.obj build\debug\third_party\icu4c-57.1\source\common\ucnv.obj build\debug\third_party\icu4c-57.1\source\common\ucnv2022.obj build\debug\third_party\icu4c-57.1\source\common\ucnv_bld.obj build\debug\third_party\icu4c-57.1\source\common\ucnv_cb.obj build\debug\third_party\icu4c-57.1\source\common\ucnv_cnv.obj build\debug\third_party\icu4c-57.1\source\common\ucnv_ct.obj build\debug\third_party\icu4c-57.1\source\common\ucnv_err.obj build\debug\third_party\icu4c-57.1\source\common\ucnv_ext.obj build\debug\third_party\icu4c-57.1\source\common\ucnv_io.obj build\debug\third_party\icu4c-57.1\source\common\ucnv_lmb.obj build\debug\third_party\icu4c-57.1\source\common\ucnv_set.obj build\debug\third_party\icu4c-57.1\source\common\ucnv_u16.obj build\debug\third_party\icu4c-57.1\source\common\ucnv_u32.obj build\debug\third_party\icu4c-57.1\source\common\ucnv_u7.obj build\debug\third_party\icu4c-57.1\source\common\ucnv_u8.obj build\debug\third_party\icu4c-57.1\source\common\ucnvbocu.obj build\debug\third_party\icu4c-57.1\source\common\ucnvdisp.obj build\debug\third_party\icu4c-57.1\source\common\ucnvhz.obj build\debug\third_party\icu4c-57.1\source\common\ucnvisci.obj build\debug\third_party\icu4c-57.1\source\common\ucnvlat1.obj build\debug\third_party\icu4c-57.1\source\common\ucnvmbcs.obj build\debug\third_party\icu4c-57.1\source\common\ucnvscsu.obj build\debug\third_party\icu4c-57.1\source\common\ucnvsel.obj build\debug\third_party\icu4c-57.1\source\common\ucol_swp.obj build\debug\third_party\icu4c-57.1\source\common\ucurr.obj build\debug\third_party\icu4c-57.1\source\common\udata.obj build\debug\third_party\icu4c-57.1\source\common\udatamem.obj build\debug\third_party\icu4c-57.1\source\common\udataswp.obj build\debug\third_party\icu4c-57.1\source\common\uenum.obj build\debug\third_party\icu4c-57.1\source\common\uhash.obj build\debug\third_party\icu4c-57.1\source\common\uhash_us.obj build\debug\third_party\icu4c-57.1\source\common\uidna.obj build\debug\third_party\icu4c-57.1\source\common\uinit.obj build\debug\third_party\icu4c-57.1\source\common\uinvchar.obj build\debug\third_party\icu4c-57.1\source\common\uiter.obj build\debug\third_party\icu4c-57.1\source\common\ulist.obj build\debug\third_party\icu4c-57.1\source\common\ulistformatter.obj build\debug\third_party\icu4c-57.1\source\common\uloc.obj build\debug\third_party\icu4c-57.1\source\common\uloc_keytype.obj build\debug\third_party\icu4c-57.1\source\common\uloc_tag.obj build\debug\third_party\icu4c-57.1\source\common\umapfile.obj build\debug\third_party\icu4c-57.1\source\common\umath.obj build\debug\third_party\icu4c-57.1\source\common\umutex.obj build\debug\third_party\icu4c-57.1\source\common\unames.obj build\debug\third_party\icu4c-57.1\source\common\unifiedcache.obj build\debug\third_party\icu4c-57.1\source\common\unifilt.obj build\debug\third_party\icu4c-57.1\source\common\unifunct.obj build\debug\third_party\icu4c-57.1\source\common\uniset.obj build\debug\third_party\icu4c-57.1\source\common\uniset_closure.obj build\debug\third_party\icu4c-57.1\source\common\uniset_props.obj build\debug\third_party\icu4c-57.1\source\common\unisetspan.obj build\debug\third_party\icu4c-57.1\source\common\unistr.obj build\debug\third_party\icu4c-57.1\source\common\unistr_case.obj build\debug\third_party\icu4c-57.1\source\common\unistr_case_locale.obj build\debug\third_party\icu4c-57.1\source\common\unistr_cnv.obj build\debug\third_party\icu4c-57.1\source\common\unistr_props.obj build\debug\third_party\icu4c-57.1\source\common\unistr_titlecase_brkiter.obj build\debug\third_party\icu4c-57.1\source\common\unorm.obj build\debug\third_party\icu4c-57.1\source\common\unormcmp.obj build\debug\third_party\icu4c-57.1\source\common\uobject.obj build\debug\third_party\icu4c-57.1\source\common\uprops.obj build\debug\third_party\icu4c-57.1\source\common\ures_cnv.obj build\debug\third_party\icu4c-57.1\source\common\uresbund.obj build\debug\third_party\icu4c-57.1\source\common\uresdata.obj build\debug\third_party\icu4c-57.1\source\common\usc_impl.obj build\debug\third_party\icu4c-57.1\source\common\uscript.obj build\debug\third_party\icu4c-57.1\source\common\uscript_props.obj build\debug\third_party\icu4c-57.1\source\common\uset.obj build\debug\third_party\icu4c-57.1\source\common\uset_props.obj build\debug\third_party\icu4c-57.1\source\common\usetiter.obj build\debug\third_party\icu4c-57.1\source\common\ushape.obj build\debug\third_party\icu4c-57.1\source\common\usprep.obj build\debug\third_party\icu4c-57.1\source\common\ustack.obj build\debug\third_party\icu4c-57.1\source\common\ustr_cnv.obj build\debug\third_party\icu4c-57.1\source\common\ustr_titlecase_brkiter.obj build\debug\third_party\icu4c-57.1\source\common\ustr_wcs.obj build\debug\third_party\icu4c-57.1\source\common\ustrcase.obj build\debug\third_party\icu4c-57.1\source\common\ustrcase_locale.obj build\debug\third_party\icu4c-57.1\source\common\ustrenum.obj build\debug\third_party\icu4c-57.1\source\common\ustrfmt.obj build\debug\third_party\icu4c-57.1\source\common\ustring.obj build\debug\third_party\icu4c-57.1\source\common\ustrtrns.obj build\debug\third_party\icu4c-57.1\source\common\utext.obj build\debug\third_party\icu4c-57.1\source\common\utf_impl.obj build\debug\third_party\icu4c-57.1\source\common\util.obj build\debug\third_party\icu4c-57.1\source\common\util_props.obj build\debug\third_party\icu4c-57.1\source\common\utrace.obj build\debug\third_party\icu4c-57.1\source\common\utrie.obj build\debug\third_party\icu4c-57.1\source\common\utrie2.obj build\debug\third_party\icu4c-57.1\source\common\utrie2_builder.obj build\debug\third_party\icu4c-57.1\source\common\uts46.obj build\debug\third_party\icu4c-57.1\source\common\utypes.obj build\debug\third_party\icu4c-57.1\source\common\uvector.obj build\debug\third_party\icu4c-57.1\source\common\uvectr32.obj build\debug\third_party\icu4c-57.1\source\common\uvectr64.obj build\debug\third_party\icu4c-57.1\source\common\wintz.obj build\debug\third_party\icu4c-57.1\source\stubdata\stubdata.obj build\debug\mongo\rpc\get_status_from_command_result.obj build\debug\mongo\rpc\write_concern_error_detail.obj build\debug\mongo\executor\remote_command_request.obj build\debug\mongo\executor\remote_command_response.obj build\debug\mongo\rpc\metadata.obj build\debug\mongo\rpc\metadata\config_server_metadata.obj build\debug\mongo\rpc\metadata\egress_metadata_hook_list.obj build\debug\mongo\rpc\metadata\logical_time_metadata.obj build\debug\mongo\rpc\metadata\sharding_metadata.obj build\debug\mongo\rpc\metadata\repl_set_metadata.obj build\debug\mongo\rpc\metadata\oplog_query_metadata.obj build\debug\mongo\rpc\metadata\tracking_metadata.obj build\debug\mongo\rpc\metadata\client_metadata.obj build\debug\mongo\rpc\metadata\client_metadata_ismaster.obj build\debug\mongo\s\is_mongos.obj build\debug\mongo\db\repl\bson_extract_optime.obj build\debug\mongo\db\repl\optime.obj build\debug\mongo\db\logical_time_validator.obj build\debug\mongo\db\signed_logical_time.obj build\debug\mongo\db\keys_collection_manager.obj build\debug\mongo\db\keys_collection_cache.obj build\debug\mongo\db\key_generator.obj build\debug\mongo\db\keys_collection_client_sharded.obj build\debug\mongo\s\catalog\sharding_catalog_client.obj build\debug\mongo\db\logical_clock.obj build\debug\mongo\db\global_settings.obj build\debug\mongo\db\repl\repl_settings.obj build\debug\mongo\db\repl\repl_settings_init.obj build\debug\mongo\db\keys_collection_document.obj build\debug\mongo\db\time_proof_service.obj build\debug\mongo\db\logical_time.obj build\debug\mongo\db\operation_time_tracker.obj build\debug\mongo\db\auth\action_set.obj build\debug\mongo\db\auth\action_type.obj build\debug\mongo\db\auth\impersonation_session.obj build\debug\mongo\db\auth\privilege.obj build\debug\mongo\db\auth\privilege_parser.obj build\debug\mongo\db\auth\resource_pattern.obj build\debug\mongo\db\auth\user_management_commands_parser.obj build\debug\mongo\db\field_ref.obj build\debug\mongo\db\field_ref_set.obj build\debug\mongo\db\field_parser.obj build\debug\mongo\db\keypattern.obj build\debug\mongo\db\write_concern_options.obj build\debug\mongo\db\index_names.obj build\debug\mongo\db\auth\address_restriction.obj build\debug\mongo\db\auth\address_restriction_gen.obj build\debug\mongo\db\auth\restriction_environment.obj build\debug\mongo\bson\mutable\document.obj build\debug\mongo\bson\mutable\element.obj build\debug\mongo\util\safe_num.obj build\debug\mongo\db\auth\authorization_manager.obj build\debug\mongo\db\auth\authorization_session.obj build\debug\mongo\db\auth\auth_decorations.obj build\debug\mongo\rpc\metadata\audit_metadata.obj build\debug\mongo\db\auth\user_name.obj build\debug\mongo\db\auth\role_name.obj build\debug\mongo\client\read_preference.obj build\debug\mongo\db\client.obj build\debug\mongo\db\multi_key_path_tracker.obj build\debug\mongo\db\operation_context.obj build\debug\mongo\db\operation_context_group.obj build\debug\mongo\db\service_context.obj build\debug\mongo\db\server_recovery.obj build\debug\mongo\db\unclean_shutdown.obj build\debug\mongo\util\periodic_runner.obj build\debug\mongo\util\net\cidr.obj build\debug\mongo\util\net\hostandport.obj build\debug\mongo\util\net\hostname_canonicalization.obj build\debug\mongo\util\net\sockaddr.obj build\debug\mongo\util\net\socket_exception.obj build\debug\mongo\util\net\socket_utils.obj build\debug\mongo\util\net\hostandport_gen.obj build\debug\mongo\util\winutil.obj build\debug\mongo\util\fail_point.obj build\debug\mongo\util\fail_point_registry.obj build\debug\mongo\util\fail_point_server_parameter.obj build\debug\mongo\util\fail_point_service.obj build\debug\mongo\util\concurrency\spin_lock.obj build\debug\mongo\util\background_thread_clock_source.obj build\debug\mongo\util\clock_source.obj build\debug\mongo\util\fast_clock_source_factory.obj build\debug\mongo\transport\service_entry_point_utils.obj build\debug\mongo\transport\session.obj build\debug\mongo\transport\transport_layer.obj build\debug\mongo\db\storage\write_unit_of_work.obj build\debug\mongo\db\storage\storage_options.obj build\debug\mongo\db\logical_session_id.obj build\debug\mongo\db\logical_session_id_gen.obj build\debug\mongo\db\refresh_sessions_gen.obj build\debug\mongo\idl\idl_parser.obj build\debug\mongo\db\command_generic_argument.obj build\debug\mongo\db\server_parameters.obj build\debug\mongo\crypto\sha_block_windows.obj build\debug\mongo\crypto\sha1_block.obj build\debug\mongo\crypto\sha256_block.obj build\debug\mongo\util\secure_compare_memory.obj build\debug\mongo\base\secure_allocator.obj build\debug\mongo\util\secure_zero_memory.obj build\debug\mongo\util\processinfo.obj build\debug\mongo\util\processinfo_windows.obj build\debug\mongo\db\server_options.obj build\debug\mongo\bson\util\bson_extract.obj build\debug\mongo\base\data_range.obj build\debug\mongo\base\data_range_cursor.obj build\debug\mongo\base\data_type.obj build\debug\mongo\base\data_type_string_data.obj build\debug\mongo\base\data_type_terminated.obj build\debug\mongo\base\error_codes.obj build\debug\mongo\base\error_extra_info.obj build\debug\mongo\base\global_initializer.obj build\debug\mongo\base\global_initializer_registerer.obj build\debug\mongo\base\init.obj build\debug\mongo\base\initializer.obj build\debug\mongo\base\initializer_dependency_graph.obj build\debug\mongo\base\make_string_vector.obj build\debug\mongo\base\parse_number.obj build\debug\mongo\base\shim.obj build\debug\mongo\base\simple_string_data_comparator.obj build\debug\mongo\base\status.obj build\debug\mongo\base\string_data.obj build\debug\mongo\base\validate_locale.obj build\debug\mongo\bson\bson_comparator_interface_base.obj build\debug\mongo\bson\bson_depth.obj build\debug\mongo\bson\bson_validate.obj build\debug\mongo\bson\bsonelement.obj build\debug\mongo\bson\bsonmisc.obj build\debug\mongo\bson\bsonobj.obj build\debug\mongo\bson\bsonobjbuilder.obj build\debug\mongo\bson\bsontypes.obj build\debug\mongo\bson\json.obj build\debug\mongo\bson\oid.obj build\debug\mongo\bson\simple_bsonelement_comparator.obj build\debug\mongo\bson\simple_bsonobj_comparator.obj build\debug\mongo\bson\timestamp.obj build\debug\mongo\logger\component_message_log_domain.obj build\debug\mongo\logger\console.obj build\debug\mongo\logger\log_component.obj build\debug\mongo\logger\log_component_settings.obj build\debug\mongo\logger\log_manager.obj build\debug\mongo\logger\log_severity.obj build\debug\mongo\logger\logger.obj build\debug\mongo\logger\logstream_builder.obj build\debug\mongo\logger\message_event_utf8_encoder.obj build\debug\mongo\logger\message_log_domain.obj build\debug\mongo\logger\ramlog.obj build\debug\mongo\logger\redaction.obj build\debug\mongo\logger\rotatable_file_manager.obj build\debug\mongo\logger\rotatable_file_writer.obj build\debug\mongo\platform\decimal128.obj build\debug\mongo\platform\posix_fadvise.obj build\debug\mongo\platform\process_id.obj build\debug\mongo\platform\random.obj build\debug\mongo\platform\shared_library.obj build\debug\mongo\platform\shared_library_windows.obj build\debug\mongo\platform\stack_locator.obj build\debug\mongo\platform\stack_locator_windows.obj build\debug\mongo\platform\strcasestr.obj build\debug\mongo\platform\strnlen.obj build\debug\mongo\util\allocator.obj build\debug\mongo\util\assert_util.obj build\debug\mongo\util\base64.obj build\debug\mongo\util\concurrency\idle_thread_block.obj build\debug\mongo\util\concurrency\thread_name.obj build\debug\mongo\util\duration.obj build\debug\mongo\util\errno_util.obj build\debug\mongo\util\exception_filter_win32.obj build\debug\mongo\util\exit.obj build\debug\mongo\util\file.obj build\debug\mongo\util\hex.obj build\debug\mongo\util\itoa.obj build\debug\mongo\util\log.obj build\debug\mongo\util\platform_init.obj build\debug\mongo\util\signal_handlers_synchronous.obj build\debug\mongo\util\stacktrace.obj build\debug\mongo\util\stacktrace_windows.obj build\debug\mongo\util\startup_test.obj build\debug\mongo\util\stringutils.obj build\debug\mongo\util\system_clock_source.obj build\debug\mongo\util\system_tick_source.obj build\debug\mongo\util\text.obj build\debug\mongo\util\time_support.obj build\debug\mongo\util\timer.obj build\debug\mongo\util\uuid.obj build\debug\mongo\util\version.obj build\debug\third_party\shim_pcrecpp.obj build\debug\third_party\pcre-8.41\pcre_byte_order.obj build\debug\third_party\pcre-8.41\pcre_compile.obj build\debug\third_party\pcre-8.41\pcre_config.obj build\debug\third_party\pcre-8.41\pcre_dfa_exec.obj build\debug\third_party\pcre-8.41\pcre_exec.obj build\debug\third_party\pcre-8.41\pcre_fullinfo.obj build\debug\third_party\pcre-8.41\pcre_get.obj build\debug\third_party\pcre-8.41\pcre_globals.obj build\debug\third_party\pcre-8.41\pcre_maketables.obj build\debug\third_party\pcre-8.41\pcre_newline.obj build\debug\third_party\pcre-8.41\pcre_ord2utf8.obj build\debug\third_party\pcre-8.41\pcre_refcount.obj build\debug\third_party\pcre-8.41\pcre_string_utils.obj build\debug\third_party\pcre-8.41\pcre_study.obj build\debug\third_party\pcre-8.41\pcre_tables.obj build\debug\third_party\pcre-8.41\pcre_ucd.obj build\debug\third_party\pcre-8.41\pcre_valid_utf8.obj build\debug\third_party\pcre-8.41\pcre_version.obj build\debug\third_party\pcre-8.41\pcre_xclass.obj build\debug\third_party\pcre-8.41\pcre_chartables.obj build\debug\third_party\pcre-8.41\pcrecpp.obj build\debug\third_party\pcre-8.41\pcre_scanner.obj build\debug\third_party\pcre-8.41\pcre_stringpiece.obj build\debug\third_party\pcre-8.41\pcreposix.obj build\debug\third_party\shim_intel_decimal128.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_exception.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_four_over_pi.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_bessel.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_bid.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_cbrt.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_erf.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_exp.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_int.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_inv_hyper.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_inv_trig.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_lgamma.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_log.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_mod.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_ops.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_ops_64.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_pow.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_powi.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_sqrt.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_trig.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\sqrt_tab_t.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_2_str_tables.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_acos.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_acosh.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_add.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_asin.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_asinh.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_atan.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_atan2.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_atanh.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_cbrt.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_compare.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_cos.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_cosh.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_div.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_erf.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_erfc.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_exp.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_exp10.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_exp2.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_expm1.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_fdimd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_fma.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_fmod.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_frexp.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_hypot.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_ldexp.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_lgamma.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_llrintd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_log.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_log10.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_log1p.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_log2.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_logb.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_logbd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_lrintd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_lround.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_minmax.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_modf.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_mul.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_nearbyintd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_next.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_nexttowardd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_noncomp.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_pow.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_quantexpd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_quantize.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_rem.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_round_integral.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_scalb.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_scalbl.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_sin.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_sinh.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_sqrt.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_string.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_tan.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_tanh.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_tgamma.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_to_int16.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_to_int32.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_to_int64.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_to_int8.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_to_uint16.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_to_uint32.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_to_uint64.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_to_uint8.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_acos.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_acosh.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_add.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_asin.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_asinh.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_atan.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_atan2.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_atanh.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_cbrt.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_compare.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_cos.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_cosh.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_div.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_erf.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_erfc.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_exp.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_exp10.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_exp2.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_expm1.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_fdimd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_fma.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_fmod.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_frexp.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_hypot.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_ldexp.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_lgamma.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_llrintd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_log.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_log10.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_log1p.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_log2.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_logb.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_logbd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_lrintd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_lround.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_minmax.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_modf.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_mul.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_nearbyintd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_next.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_nexttowardd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_noncomp.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_pow.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_quantexpd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_quantize.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_rem.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_round_integral.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_scalb.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_scalbl.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_sin.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_sinh.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_sqrt.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_string.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_sub.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_tan.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_tanh.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_tgamma.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_bid128.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_bid64.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_int16.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_int32.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_int64.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_int8.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_uint16.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_uint32.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_uint64.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_uint8.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_acos.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_acosh.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_add.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_asin.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_asinh.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_atan.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_atan2.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_atanh.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_cbrt.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_compare.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_cos.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_cosh.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_div.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_erf.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_erfc.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_exp.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_exp10.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_exp2.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_expm1.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_fdimd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_fma.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_fmod.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_frexp.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_hypot.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_ldexp.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_lgamma.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_llrintd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_log.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_log10.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_log1p.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_log2.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_logb.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_logbd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_lrintd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_lround.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_minmax.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_modf.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_mul.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_nearbyintd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_next.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_nexttowardd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_noncomp.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_pow.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_quantexpd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_quantize.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_rem.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_round_integral.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_scalb.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_scalbl.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_sin.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_sinh.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_sqrt.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_string.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_tan.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_tanh.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_tgamma.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_to_bid128.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_to_int16.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_to_int32.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_to_int64.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_to_int8.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_to_uint16.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_to_uint32.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_to_uint64.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_to_uint8.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_binarydecimal.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_convert_data.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_decimal_data.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_decimal_globals.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_dpd.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_feclearexcept.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_fegetexceptflag.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_feraiseexcept.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_fesetexceptflag.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_fetestexcept.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_flag_operations.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_from_int.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_round.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\strtod128.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\strtod32.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\strtod64.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\wcstod128.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\wcstod32.obj build\debug\third_party\IntelRDFPMathLib20U1\LIBRARY\src\wcstod64.obj build\debug\third_party\shim_boost.obj build\debug\third_party\boost-1.60.0\libs\program_options\src\cmdline.obj build\debug\third_party\boost-1.60.0\libs\program_options\src\config_file.obj build\debug\third_party\boost-1.60.0\libs\program_options\src\convert.obj build\debug\third_party\boost-1.60.0\libs\program_options\src\options_description.obj build\debug\third_party\boost-1.60.0\libs\program_options\src\parsers.obj build\debug\third_party\boost-1.60.0\libs\program_options\src\positional_options.obj build\debug\third_party\boost-1.60.0\libs\program_options\src\split.obj build\debug\third_party\boost-1.60.0\libs\program_options\src\utf8_codecvt_facet.obj build\debug\third_party\boost-1.60.0\libs\program_options\src\value_semantic.obj build\debug\third_party\boost-1.60.0\libs\program_options\src\variables_map.obj build\debug\third_party\boost-1.60.0\libs\program_options\src\winmain.obj build\debug\third_party\boost-1.60.0\libs\iostreams\src\file_descriptor.obj build\debug\third_party\boost-1.60.0\libs\iostreams\src\mapped_file.obj build\debug\third_party\boost-1.60.0\libs\filesystem\src\codecvt_error_category.obj build\debug\third_party\boost-1.60.0\libs\filesystem\src\operations.obj build\debug\third_party\boost-1.60.0\libs\filesystem\src\path.obj build\debug\third_party\boost-1.60.0\libs\filesystem\src\path_traits.obj build\debug\third_party\boost-1.60.0\libs\filesystem\src\portability.obj build\debug\third_party\boost-1.60.0\libs\filesystem\src\unique_path.obj build\debug\third_party\boost-1.60.0\libs\filesystem\src\utf8_codecvt_facet.obj build\debug\third_party\boost-1.60.0\libs\filesystem\src\windows_file_codecvt.obj build\debug\third_party\boost-1.60.0\libs\system\src\error_code.obj build\debug\third_party\murmurhash3\MurmurHash3.obj build\debug\mongo\util\quick_exit.obj build\debug\third_party\shim_allocator.obj build\debug\third_party\gperftools-2.5\src\base\dynamic_annotations.obj build\debug\third_party\gperftools-2.5\src\base\elf_mem_image.obj build\debug\third_party\gperftools-2.5\src\base\logging.obj build\debug\third_party\gperftools-2.5\src\base\spinlock.obj build\debug\third_party\gperftools-2.5\src\base\spinlock_internal.obj build\debug\third_party\gperftools-2.5\src\base\sysinfo.obj build\debug\third_party\gperftools-2.5\src\base\vdso_support.obj build\debug\third_party\gperftools-2.5\src\central_freelist.obj build\debug\third_party\gperftools-2.5\src\common.obj build\debug\third_party\gperftools-2.5\src\internal_logging.obj build\debug\third_party\gperftools-2.5\src\malloc_extension.obj build\debug\third_party\gperftools-2.5\src\malloc_hook.obj build\debug\third_party\gperftools-2.5\src\memfs_malloc.obj build\debug\third_party\gperftools-2.5\src\page_heap.obj build\debug\third_party\gperftools-2.5\src\sampler.obj build\debug\third_party\gperftools-2.5\src\span.obj build\debug\third_party\gperftools-2.5\src\stack_trace_table.obj build\debug\third_party\gperftools-2.5\src\stacktrace.obj build\debug\third_party\gperftools-2.5\src\static_vars.obj build\debug\third_party\gperftools-2.5\src\symbolize.obj build\debug\third_party\gperftools-2.5\src\thread_cache.obj build\debug\third_party\gperftools-2.5\src\tcmalloc.obj build\debug\third_party\gperftools-2.5\src\windows\port.obj build\debug\third_party\gperftools-2.5\src\windows\system-alloc.obj build\debug\third_party\gperftools-2.5\src\fake_stacktrace_scope.obj build\debug\mongo\util\debugger.obj build\debug\mongo\shell\dbshell.obj build\debug\mongo\shell\mongodbcr.obj build\debug\mongo\shell\shell_options_init.obj \ No newline at end of file diff --git a/cmake/mongodb/windows-release.objects b/cmake/mongodb/windows-release.objects index a21dab478..813732e09 100644 --- a/cmake/mongodb/windows-release.objects +++ b/cmake/mongodb/windows-release.objects @@ -1 +1 @@ -build\opt\mongo\base\data_range.obj build\opt\mongo\base\data_range_cursor.obj build\opt\mongo\base\data_type.obj build\opt\mongo\base\data_type_string_data.obj build\opt\mongo\base\data_type_terminated.obj build\opt\mongo\base\error_codes.obj build\opt\mongo\base\global_initializer.obj build\opt\mongo\base\global_initializer_registerer.obj build\opt\mongo\base\init.obj build\opt\mongo\base\initializer.obj build\opt\mongo\base\initializer_context.obj build\opt\mongo\base\initializer_dependency_graph.obj build\opt\mongo\base\make_string_vector.obj build\opt\mongo\base\parse_number.obj build\opt\mongo\base\simple_string_data_comparator.obj build\opt\mongo\base\status.obj build\opt\mongo\base\string_data.obj build\opt\mongo\base\system_error.obj build\opt\mongo\base\validate_locale.obj build\opt\mongo\bson\bson_comparator_interface_base.obj build\opt\mongo\bson\bson_validate.obj build\opt\mongo\bson\bsonelement.obj build\opt\mongo\bson\bsonmisc.obj build\opt\mongo\bson\bsonobj.obj build\opt\mongo\bson\bsonobjbuilder.obj build\opt\mongo\bson\bsontypes.obj build\opt\mongo\bson\json.obj build\opt\mongo\bson\mutable\document.obj build\opt\mongo\bson\mutable\element.obj build\opt\mongo\bson\oid.obj build\opt\mongo\bson\simple_bsonelement_comparator.obj build\opt\mongo\bson\simple_bsonobj_comparator.obj build\opt\mongo\bson\timestamp.obj build\opt\mongo\bson\util\bson_extract.obj build\opt\mongo\client\authenticate.obj build\opt\mongo\client\connection_string.obj build\opt\mongo\client\connection_string_connect.obj build\opt\mongo\client\connpool.obj build\opt\mongo\client\dbclient.obj build\opt\mongo\client\dbclient_rs.obj build\opt\mongo\client\dbclientcursor.obj build\opt\mongo\client\global_conn_pool.obj build\opt\mongo\client\index_spec.obj build\opt\mongo\client\mongo_uri.obj build\opt\mongo\client\mongo_uri_connect.obj build\opt\mongo\client\native_sasl_client_session.obj build\opt\mongo\client\query.obj build\opt\mongo\client\read_preference.obj build\opt\mongo\client\replica_set_monitor.obj build\opt\mongo\client\replica_set_monitor_manager.obj build\opt\mongo\client\sasl_client_authenticate.obj build\opt\mongo\client\sasl_client_authenticate_impl.obj build\opt\mongo\client\sasl_client_conversation.obj build\opt\mongo\client\sasl_client_session.obj build\opt\mongo\client\sasl_plain_client_conversation.obj build\opt\mongo\client\sasl_scramsha1_client_conversation.obj build\opt\mongo\crypto\crypto_openssl.obj build\opt\mongo\crypto\mechanism_scram.obj build\opt\mongo\db\auth\internal_user_auth.obj build\opt\mongo\db\auth\role_name.obj build\opt\mongo\db\bson\dotted_path_support.obj build\opt\mongo\db\catalog\index_key_validate.obj build\opt\mongo\db\client.obj build\opt\mongo\db\commands\test_commands_enabled.obj build\opt\mongo\db\dbmessage.obj build\opt\mongo\db\field_parser.obj build\opt\mongo\db\field_ref.obj build\opt\mongo\db\field_ref_set.obj build\opt\mongo\db\fts\fts_basic_phrase_matcher.obj build\opt\mongo\db\fts\fts_basic_tokenizer.obj build\opt\mongo\db\fts\fts_element_iterator.obj build\opt\mongo\db\fts\fts_index_format.obj build\opt\mongo\db\fts\fts_language.obj build\opt\mongo\db\fts\fts_matcher.obj build\opt\mongo\db\fts\fts_query_impl.obj build\opt\mongo\db\fts\fts_query_parser.obj build\opt\mongo\db\fts\fts_spec.obj build\opt\mongo\db\fts\fts_spec_legacy.obj build\opt\mongo\db\fts\fts_unicode_phrase_matcher.obj build\opt\mongo\db\fts\fts_unicode_tokenizer.obj build\opt\mongo\db\fts\fts_util.obj build\opt\mongo\db\fts\stemmer.obj build\opt\mongo\db\fts\stop_words.obj build\opt\mongo\db\fts\stop_words_list.obj build\opt\mongo\db\fts\tokenizer.obj build\opt\mongo\db\fts\unicode\codepoints_casefold.obj build\opt\mongo\db\fts\unicode\codepoints_delimiter_list.obj build\opt\mongo\db\fts\unicode\codepoints_diacritic_list.obj build\opt\mongo\db\fts\unicode\codepoints_diacritic_map.obj build\opt\mongo\db\fts\unicode\string.obj build\opt\mongo\db\geo\big_polygon.obj build\opt\mongo\db\geo\geometry_container.obj build\opt\mongo\db\geo\geoparser.obj build\opt\mongo\db\geo\hash.obj build\opt\mongo\db\geo\r2_region_coverer.obj build\opt\mongo\db\geo\shapes.obj build\opt\mongo\db\hasher.obj build\opt\mongo\db\index\btree_key_generator.obj build\opt\mongo\db\index\expression_keys_private.obj build\opt\mongo\db\index\expression_params.obj build\opt\mongo\db\index\external_key_generator.obj build\opt\mongo\db\index\index_descriptor.obj build\opt\mongo\db\index\s2_common.obj build\opt\mongo\db\index_names.obj build\opt\mongo\db\keypattern.obj build\opt\mongo\db\namespace_string.obj build\opt\mongo\db\operation_context.obj build\opt\mongo\db\query\collation\collation_index_key.obj build\opt\mongo\db\query\collation\collation_spec.obj build\opt\mongo\db\query\collation\collator_factory_interface.obj build\opt\mongo\db\query\collation\collator_interface.obj build\opt\mongo\db\query\count_request.obj build\opt\mongo\db\query\cursor_request.obj build\opt\mongo\db\query\cursor_response.obj build\opt\mongo\db\query\find_and_modify_request.obj build\opt\mongo\db\query\getmore_request.obj build\opt\mongo\db\query\killcursors_request.obj build\opt\mongo\db\query\killcursors_response.obj build\opt\mongo\db\query\query_request.obj build\opt\mongo\db\query\view_response_formatter.obj build\opt\mongo\db\repl\bson_extract_optime.obj build\opt\mongo\db\repl\optime.obj build\opt\mongo\db\repl\read_concern_args.obj build\opt\mongo\db\server_options.obj build\opt\mongo\db\server_parameters.obj build\opt\mongo\db\service_context.obj build\opt\mongo\db\service_context_noop.obj build\opt\mongo\db\stats\counters.obj build\opt\mongo\db\wire_version.obj build\opt\mongo\db\write_concern_options.obj build\opt\mongo\executor\async_secure_stream.obj build\opt\mongo\executor\async_secure_stream_factory.obj build\opt\mongo\executor\async_stream.obj build\opt\mongo\executor\async_stream_common.obj build\opt\mongo\executor\async_stream_factory.obj build\opt\mongo\executor\async_timer_asio.obj build\opt\mongo\executor\connection_pool.obj build\opt\mongo\executor\connection_pool_asio.obj build\opt\mongo\executor\connection_pool_stats.obj build\opt\mongo\executor\network_interface.obj build\opt\mongo\executor\network_interface_asio.obj build\opt\mongo\executor\network_interface_asio_auth.obj build\opt\mongo\executor\network_interface_asio_command.obj build\opt\mongo\executor\network_interface_asio_connect.obj build\opt\mongo\executor\network_interface_asio_operation.obj build\opt\mongo\executor\network_interface_factory.obj build\opt\mongo\executor\network_interface_thread_pool.obj build\opt\mongo\executor\remote_command_request.obj build\opt\mongo\executor\remote_command_response.obj build\opt\mongo\executor\task_executor.obj build\opt\mongo\executor\thread_pool_task_executor.obj build\opt\mongo\logger\component_message_log_domain.obj build\opt\mongo\logger\console.obj build\opt\mongo\logger\log_component.obj build\opt\mongo\logger\log_component_settings.obj build\opt\mongo\logger\log_manager.obj build\opt\mongo\logger\log_severity.obj build\opt\mongo\logger\logger.obj build\opt\mongo\logger\logstream_builder.obj build\opt\mongo\logger\max_log_size.obj build\opt\mongo\logger\message_event_utf8_encoder.obj build\opt\mongo\logger\message_log_domain.obj build\opt\mongo\logger\ramlog.obj build\opt\mongo\logger\redaction.obj build\opt\mongo\logger\rotatable_file_manager.obj build\opt\mongo\logger\rotatable_file_writer.obj build\opt\mongo\platform\decimal128.obj build\opt\mongo\platform\posix_fadvise.obj build\opt\mongo\platform\process_id.obj build\opt\mongo\platform\random.obj build\opt\mongo\platform\shared_library.obj build\opt\mongo\platform\shared_library_windows.obj build\opt\mongo\platform\stack_locator.obj build\opt\mongo\platform\stack_locator_windows.obj build\opt\mongo\platform\strcasestr.obj build\opt\mongo\platform\strnlen.obj build\opt\mongo\rpc\command_reply.obj build\opt\mongo\rpc\command_reply_builder.obj build\opt\mongo\rpc\command_request.obj build\opt\mongo\rpc\command_request_builder.obj build\opt\mongo\rpc\document_range.obj build\opt\mongo\rpc\factory.obj build\opt\mongo\rpc\get_status_from_command_result.obj build\opt\mongo\rpc\legacy_reply.obj build\opt\mongo\rpc\legacy_reply_builder.obj build\opt\mongo\rpc\legacy_request.obj build\opt\mongo\rpc\legacy_request_builder.obj build\opt\mongo\rpc\metadata.obj build\opt\mongo\rpc\metadata\audit_metadata.obj build\opt\mongo\rpc\metadata\client_metadata.obj build\opt\mongo\rpc\metadata\client_metadata_ismaster.obj build\opt\mongo\rpc\metadata\config_server_metadata.obj build\opt\mongo\rpc\metadata\repl_set_metadata.obj build\opt\mongo\rpc\metadata\server_selection_metadata.obj build\opt\mongo\rpc\metadata\sharding_metadata.obj build\opt\mongo\rpc\metadata\tracking_metadata.obj build\opt\mongo\rpc\object_check.obj build\opt\mongo\rpc\protocol.obj build\opt\mongo\rpc\reply_builder_interface.obj build\opt\mongo\rpc\write_concern_error_detail.obj build\opt\mongo\s\local_sharding_info.obj build\opt\mongo\scripting\bson_template_evaluator.obj build\opt\mongo\scripting\dbdirectclient_factory.obj build\opt\mongo\scripting\deadline_monitor.obj build\opt\mongo\scripting\engine.obj build\opt\mongo\scripting\mozjs\PosixNSPR.obj build\opt\mongo\scripting\mozjs\base.obj build\opt\mongo\scripting\mozjs\bindata.obj build\opt\mongo\scripting\mozjs\bson.obj build\opt\mongo\scripting\mozjs\code.obj build\opt\mongo\scripting\mozjs\countdownlatch.obj build\opt\mongo\scripting\mozjs\cursor.obj build\opt\mongo\scripting\mozjs\cursor_handle.obj build\opt\mongo\scripting\mozjs\db.obj build\opt\mongo\scripting\mozjs\dbcollection.obj build\opt\mongo\scripting\mozjs\dbpointer.obj build\opt\mongo\scripting\mozjs\dbquery.obj build\opt\mongo\scripting\mozjs\dbref.obj build\opt\mongo\scripting\mozjs\engine.obj build\opt\mongo\scripting\mozjs\error.obj build\opt\mongo\scripting\mozjs\exception.obj build\opt\mongo\scripting\mozjs\global.obj build\opt\mongo\scripting\mozjs\idwrapper.obj build\opt\mongo\scripting\mozjs\implscope.obj build\opt\mongo\scripting\mozjs\internedstring.obj build\opt\mongo\scripting\mozjs\jscustomallocator.obj build\opt\mongo\scripting\mozjs\jsstringwrapper.obj build\opt\mongo\scripting\mozjs\jsthread.obj build\opt\mongo\scripting\mozjs\maxkey.obj build\opt\mongo\scripting\mozjs\minkey.obj build\opt\mongo\scripting\mozjs\mongo.obj build\opt\mongo\scripting\mozjs\mongohelpers.obj build\opt\mongo\scripting\mozjs\mongohelpers_js.obj build\opt\mongo\scripting\mozjs\nativefunction.obj build\opt\mongo\scripting\mozjs\numberdecimal.obj build\opt\mongo\scripting\mozjs\numberint.obj build\opt\mongo\scripting\mozjs\numberlong.obj build\opt\mongo\scripting\mozjs\object.obj build\opt\mongo\scripting\mozjs\objectwrapper.obj build\opt\mongo\scripting\mozjs\oid.obj build\opt\mongo\scripting\mozjs\proxyscope.obj build\opt\mongo\scripting\mozjs\regexp.obj build\opt\mongo\scripting\mozjs\timestamp.obj build\opt\mongo\scripting\mozjs\uri.obj build\opt\mongo\scripting\mozjs\valuereader.obj build\opt\mongo\scripting\mozjs\valuewriter.obj build\opt\mongo\scripting\utils.obj build\opt\mongo\shell\bench.obj build\opt\mongo\shell\linenoise.obj build\opt\mongo\shell\linenoise_utf8.obj build\opt\mongo\shell\mk_wcwidth.obj build\opt\mongo\shell\mongo-server.obj build\opt\mongo\shell\mongo.obj build\opt\mongo\shell\shell_options.obj build\opt\mongo\shell\shell_options_init.obj build\opt\mongo\shell\shell_utils.obj build\opt\mongo\shell\shell_utils_extended.obj build\opt\mongo\shell\shell_utils_launcher.obj build\opt\mongo\transport\message_compressor_manager.obj build\opt\mongo\transport\message_compressor_metrics.obj build\opt\mongo\transport\message_compressor_registry.obj build\opt\mongo\transport\message_compressor_snappy.obj build\opt\mongo\transport\session.obj build\opt\mongo\transport\ticket.obj build\opt\mongo\transport\transport_layer.obj build\opt\mongo\transport\transport_layer_legacy.obj build\opt\mongo\transport\transport_layer_manager.obj build\opt\mongo\util\allocator.obj build\opt\mongo\util\assert_util.obj build\opt\mongo\util\background.obj build\opt\mongo\util\background_thread_clock_source.obj build\opt\mongo\util\base64.obj build\opt\mongo\util\concurrency\spin_lock.obj build\opt\mongo\util\concurrency\thread_name.obj build\opt\mongo\util\concurrency\ticketholder.obj build\opt\mongo\util\debugger.obj build\opt\mongo\util\decoration_container.obj build\opt\mongo\util\decoration_registry.obj build\opt\mongo\util\duration.obj build\opt\mongo\util\exception_filter_win32.obj build\opt\mongo\util\exit.obj build\opt\mongo\util\fail_point.obj build\opt\mongo\util\fail_point_registry.obj build\opt\mongo\util\fail_point_server_parameter.obj build\opt\mongo\util\fail_point_service.obj build\opt\mongo\util\fast_clock_source_factory.obj build\opt\mongo\util\file.obj build\opt\mongo\util\hex.obj build\opt\mongo\util\itoa.obj build\opt\mongo\util\log.obj build\opt\mongo\util\md5.obj build\opt\mongo\util\net\asio_message_port.obj build\opt\mongo\util\net\asio_ssl_context.obj build\opt\mongo\util\net\hostandport.obj build\opt\mongo\util\net\hostname_canonicalization.obj build\opt\mongo\util\net\httpclient.obj build\opt\mongo\util\net\listen.obj build\opt\mongo\util\net\message.obj build\opt\mongo\util\net\message_port.obj build\opt\mongo\util\net\message_port_startup_param.obj build\opt\mongo\util\net\sock.obj build\opt\mongo\util\net\sockaddr.obj build\opt\mongo\util\net\socket_exception.obj build\opt\mongo\util\net\socket_poll.obj build\opt\mongo\util\net\ssl_expiration.obj build\opt\mongo\util\net\ssl_manager.obj build\opt\mongo\util\net\ssl_options.obj build\opt\mongo\util\net\thread_idle_callback.obj build\opt\mongo\util\options_parser\constraints.obj build\opt\mongo\util\options_parser\environment.obj build\opt\mongo\util\options_parser\option_description.obj build\opt\mongo\util\options_parser\option_section.obj build\opt\mongo\util\options_parser\options_parser.obj build\opt\mongo\util\options_parser\options_parser_init.obj build\opt\mongo\util\options_parser\startup_option_init.obj build\opt\mongo\util\options_parser\startup_options.obj build\opt\mongo\util\options_parser\value.obj build\opt\mongo\util\password.obj build\opt\mongo\util\password_digest.obj build\opt\mongo\util\platform_init.obj build\opt\mongo\util\processinfo.obj build\opt\mongo\util\processinfo_windows.obj build\opt\mongo\util\quick_exit.obj build\opt\mongo\util\safe_num.obj build\opt\mongo\util\signal_handlers.obj build\opt\mongo\util\signal_handlers_synchronous.obj build\opt\mongo\util\signal_win32.obj build\opt\mongo\util\stacktrace.obj build\opt\mongo\util\stacktrace_windows.obj build\opt\mongo\util\startup_test.obj build\opt\mongo\util\static_observer.obj build\opt\mongo\util\stringutils.obj build\opt\mongo\util\system_clock_source.obj build\opt\mongo\util\system_tick_source.obj build\opt\mongo\util\text.obj build\opt\mongo\util\time_support.obj build\opt\mongo\util\timer.obj build\opt\mongo\util\version.obj build\opt\mongo\util\version_impl.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_exception.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_four_over_pi.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_bessel.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_bid.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_cbrt.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_erf.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_exp.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_int.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_inv_hyper.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_inv_trig.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_lgamma.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_log.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_mod.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_ops.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_ops_64.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_pow.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_powi.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_sqrt.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_trig.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\sqrt_tab_t.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_2_str_tables.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_acos.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_acosh.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_add.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_asin.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_asinh.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_atan.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_atan2.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_atanh.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_cbrt.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_compare.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_cos.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_cosh.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_div.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_erf.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_erfc.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_exp.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_exp10.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_exp2.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_expm1.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_fdimd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_fma.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_fmod.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_frexp.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_hypot.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_ldexp.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_lgamma.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_llrintd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_log.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_log10.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_log1p.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_log2.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_logb.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_logbd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_lrintd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_lround.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_minmax.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_modf.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_mul.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_nearbyintd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_next.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_nexttowardd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_noncomp.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_pow.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_quantexpd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_quantize.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_rem.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_round_integral.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_scalb.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_scalbl.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_sin.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_sinh.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_sqrt.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_string.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_tan.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_tanh.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_tgamma.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_to_int16.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_to_int32.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_to_int64.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_to_int8.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_to_uint16.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_to_uint32.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_to_uint64.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_to_uint8.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_acos.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_acosh.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_add.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_asin.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_asinh.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_atan.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_atan2.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_atanh.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_cbrt.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_compare.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_cos.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_cosh.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_div.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_erf.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_erfc.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_exp.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_exp10.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_exp2.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_expm1.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_fdimd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_fma.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_fmod.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_frexp.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_hypot.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_ldexp.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_lgamma.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_llrintd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_log.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_log10.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_log1p.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_log2.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_logb.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_logbd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_lrintd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_lround.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_minmax.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_modf.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_mul.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_nearbyintd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_next.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_nexttowardd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_noncomp.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_pow.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_quantexpd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_quantize.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_rem.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_round_integral.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_scalb.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_scalbl.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_sin.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_sinh.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_sqrt.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_string.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_sub.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_tan.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_tanh.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_tgamma.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_bid128.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_bid64.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_int16.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_int32.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_int64.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_int8.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_uint16.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_uint32.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_uint64.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_uint8.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_acos.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_acosh.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_add.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_asin.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_asinh.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_atan.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_atan2.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_atanh.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_cbrt.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_compare.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_cos.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_cosh.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_div.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_erf.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_erfc.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_exp.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_exp10.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_exp2.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_expm1.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_fdimd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_fma.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_fmod.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_frexp.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_hypot.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_ldexp.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_lgamma.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_llrintd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_log.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_log10.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_log1p.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_log2.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_logb.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_logbd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_lrintd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_lround.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_minmax.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_modf.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_mul.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_nearbyintd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_next.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_nexttowardd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_noncomp.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_pow.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_quantexpd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_quantize.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_rem.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_round_integral.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_scalb.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_scalbl.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_sin.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_sinh.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_sqrt.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_string.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_tan.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_tanh.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_tgamma.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_to_bid128.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_to_int16.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_to_int32.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_to_int64.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_to_int8.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_to_uint16.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_to_uint32.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_to_uint64.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_to_uint8.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_binarydecimal.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_convert_data.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_decimal_data.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_decimal_globals.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_dpd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_feclearexcept.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_fegetexceptflag.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_feraiseexcept.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_fesetexceptflag.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_fetestexcept.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_flag_operations.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_from_int.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_round.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\strtod128.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\strtod32.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\strtod64.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\wcstod128.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\wcstod32.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\wcstod64.obj build\opt\third_party\asio-asio-1-11-0\asio\src\asio.obj build\opt\third_party\asio-asio-1-11-0\asio\src\asio_ssl.obj build\opt\third_party\boost-1.60.0\libs\chrono\src\chrono.obj build\opt\third_party\boost-1.60.0\libs\chrono\src\process_cpu_clocks.obj build\opt\third_party\boost-1.60.0\libs\chrono\src\thread_clock.obj build\opt\third_party\boost-1.60.0\libs\filesystem\src\codecvt_error_category.obj build\opt\third_party\boost-1.60.0\libs\filesystem\src\operations.obj build\opt\third_party\boost-1.60.0\libs\filesystem\src\path.obj build\opt\third_party\boost-1.60.0\libs\filesystem\src\path_traits.obj build\opt\third_party\boost-1.60.0\libs\filesystem\src\portability.obj build\opt\third_party\boost-1.60.0\libs\filesystem\src\unique_path.obj build\opt\third_party\boost-1.60.0\libs\filesystem\src\utf8_codecvt_facet.obj build\opt\third_party\boost-1.60.0\libs\filesystem\src\windows_file_codecvt.obj build\opt\third_party\boost-1.60.0\libs\iostreams\src\file_descriptor.obj build\opt\third_party\boost-1.60.0\libs\iostreams\src\mapped_file.obj build\opt\third_party\boost-1.60.0\libs\program_options\src\cmdline.obj build\opt\third_party\boost-1.60.0\libs\program_options\src\config_file.obj build\opt\third_party\boost-1.60.0\libs\program_options\src\convert.obj build\opt\third_party\boost-1.60.0\libs\program_options\src\options_description.obj build\opt\third_party\boost-1.60.0\libs\program_options\src\parsers.obj build\opt\third_party\boost-1.60.0\libs\program_options\src\positional_options.obj build\opt\third_party\boost-1.60.0\libs\program_options\src\split.obj build\opt\third_party\boost-1.60.0\libs\program_options\src\utf8_codecvt_facet.obj build\opt\third_party\boost-1.60.0\libs\program_options\src\value_semantic.obj build\opt\third_party\boost-1.60.0\libs\program_options\src\variables_map.obj build\opt\third_party\boost-1.60.0\libs\program_options\src\winmain.obj build\opt\third_party\boost-1.60.0\libs\regex\src\c_regex_traits.obj build\opt\third_party\boost-1.60.0\libs\regex\src\cpp_regex_traits.obj build\opt\third_party\boost-1.60.0\libs\regex\src\cregex.obj build\opt\third_party\boost-1.60.0\libs\regex\src\fileiter.obj build\opt\third_party\boost-1.60.0\libs\regex\src\icu.obj build\opt\third_party\boost-1.60.0\libs\regex\src\instances.obj build\opt\third_party\boost-1.60.0\libs\regex\src\posix_api.obj build\opt\third_party\boost-1.60.0\libs\regex\src\regex.obj build\opt\third_party\boost-1.60.0\libs\regex\src\regex_debug.obj build\opt\third_party\boost-1.60.0\libs\regex\src\regex_raw_buffer.obj build\opt\third_party\boost-1.60.0\libs\regex\src\regex_traits_defaults.obj build\opt\third_party\boost-1.60.0\libs\regex\src\static_mutex.obj build\opt\third_party\boost-1.60.0\libs\regex\src\usinstances.obj build\opt\third_party\boost-1.60.0\libs\regex\src\w32_regex_traits.obj build\opt\third_party\boost-1.60.0\libs\regex\src\wc_regex_traits.obj build\opt\third_party\boost-1.60.0\libs\regex\src\wide_posix_api.obj build\opt\third_party\boost-1.60.0\libs\regex\src\winstances.obj build\opt\third_party\boost-1.60.0\libs\system\src\error_code.obj build\opt\third_party\boost-1.60.0\libs\thread\src\future.obj build\opt\third_party\boost-1.60.0\libs\thread\src\tss_null.obj build\opt\third_party\boost-1.60.0\libs\thread\src\win32\thread.obj build\opt\third_party\boost-1.60.0\libs\thread\src\win32\tss_pe.obj build\opt\third_party\gperftools-2.5\src\base\dynamic_annotations.obj build\opt\third_party\gperftools-2.5\src\base\elf_mem_image.obj build\opt\third_party\gperftools-2.5\src\base\logging.obj build\opt\third_party\gperftools-2.5\src\base\spinlock.obj build\opt\third_party\gperftools-2.5\src\base\spinlock_internal.obj build\opt\third_party\gperftools-2.5\src\base\sysinfo.obj build\opt\third_party\gperftools-2.5\src\base\vdso_support.obj build\opt\third_party\gperftools-2.5\src\central_freelist.obj build\opt\third_party\gperftools-2.5\src\common.obj build\opt\third_party\gperftools-2.5\src\fake_stacktrace_scope.obj build\opt\third_party\gperftools-2.5\src\internal_logging.obj build\opt\third_party\gperftools-2.5\src\malloc_extension.obj build\opt\third_party\gperftools-2.5\src\malloc_hook.obj build\opt\third_party\gperftools-2.5\src\memfs_malloc.obj build\opt\third_party\gperftools-2.5\src\page_heap.obj build\opt\third_party\gperftools-2.5\src\sampler.obj build\opt\third_party\gperftools-2.5\src\span.obj build\opt\third_party\gperftools-2.5\src\stack_trace_table.obj build\opt\third_party\gperftools-2.5\src\stacktrace.obj build\opt\third_party\gperftools-2.5\src\static_vars.obj build\opt\third_party\gperftools-2.5\src\symbolize.obj build\opt\third_party\gperftools-2.5\src\tcmalloc.obj build\opt\third_party\gperftools-2.5\src\thread_cache.obj build\opt\third_party\gperftools-2.5\src\windows\port.obj build\opt\third_party\gperftools-2.5\src\windows\system-alloc.obj build\opt\third_party\libstemmer_c\libstemmer\libstemmer_utf8.obj build\opt\third_party\libstemmer_c\runtime\api.obj build\opt\third_party\libstemmer_c\src_c\stem_UTF_8_danish.obj build\opt\third_party\libstemmer_c\src_c\stem_UTF_8_dutch.obj build\opt\third_party\libstemmer_c\src_c\stem_UTF_8_english.obj build\opt\third_party\libstemmer_c\src_c\stem_UTF_8_finnish.obj build\opt\third_party\libstemmer_c\src_c\stem_UTF_8_french.obj build\opt\third_party\libstemmer_c\src_c\stem_UTF_8_german.obj build\opt\third_party\libstemmer_c\src_c\stem_UTF_8_hungarian.obj build\opt\third_party\libstemmer_c\src_c\stem_UTF_8_italian.obj build\opt\third_party\libstemmer_c\src_c\stem_UTF_8_norwegian.obj build\opt\third_party\libstemmer_c\src_c\stem_UTF_8_porter.obj build\opt\third_party\libstemmer_c\src_c\stem_UTF_8_portuguese.obj build\opt\third_party\libstemmer_c\src_c\stem_UTF_8_romanian.obj build\opt\third_party\libstemmer_c\src_c\stem_UTF_8_russian.obj build\opt\third_party\libstemmer_c\src_c\stem_UTF_8_spanish.obj build\opt\third_party\libstemmer_c\src_c\stem_UTF_8_swedish.obj build\opt\third_party\libstemmer_c\src_c\stem_UTF_8_turkish.obj build\opt\third_party\mozjs-45\extract\js\src\builtin\RegExp.obj build\opt\third_party\mozjs-45\extract\js\src\frontend\Parser.obj build\opt\third_party\mozjs-45\extract\js\src\gc\StoreBuffer.obj build\opt\third_party\mozjs-45\extract\js\src\jit\ExecutableAllocatorWin.obj build\opt\third_party\mozjs-45\extract\js\src\jit\x86-shared\Disassembler-x86-shared.obj build\opt\third_party\mozjs-45\extract\js\src\jsarray.obj build\opt\third_party\mozjs-45\extract\js\src\jsatom.obj build\opt\third_party\mozjs-45\extract\js\src\jsmath.obj build\opt\third_party\mozjs-45\extract\js\src\jsutil.obj build\opt\third_party\mozjs-45\extract\js\src\mfbt\Unified_cpp_mfbt0.obj build\opt\third_party\mozjs-45\extract\js\src\perf\pm_stub.obj build\opt\third_party\mozjs-45\extract\js\src\vm\Initialization.obj build\opt\third_party\mozjs-45\extract\mfbt\Compression.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src0.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src1.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src10.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src11.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src12.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src13.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src14.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src15.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src16.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src17.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src18.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src19.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src2.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src20.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src21.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src22.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src23.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src24.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src25.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src26.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src27.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src28.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src29.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src3.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src30.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src31.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src32.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src33.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src34.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src35.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src36.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src4.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src5.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src6.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src7.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src8.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src9.obj build\opt\third_party\murmurhash3\MurmurHash3.obj build\opt\third_party\pcre-8.39\pcre_byte_order.obj build\opt\third_party\pcre-8.39\pcre_chartables.obj build\opt\third_party\pcre-8.39\pcre_compile.obj build\opt\third_party\pcre-8.39\pcre_config.obj build\opt\third_party\pcre-8.39\pcre_dfa_exec.obj build\opt\third_party\pcre-8.39\pcre_exec.obj build\opt\third_party\pcre-8.39\pcre_fullinfo.obj build\opt\third_party\pcre-8.39\pcre_get.obj build\opt\third_party\pcre-8.39\pcre_globals.obj build\opt\third_party\pcre-8.39\pcre_maketables.obj build\opt\third_party\pcre-8.39\pcre_newline.obj build\opt\third_party\pcre-8.39\pcre_ord2utf8.obj build\opt\third_party\pcre-8.39\pcre_refcount.obj build\opt\third_party\pcre-8.39\pcre_scanner.obj build\opt\third_party\pcre-8.39\pcre_string_utils.obj build\opt\third_party\pcre-8.39\pcre_stringpiece.obj build\opt\third_party\pcre-8.39\pcre_study.obj build\opt\third_party\pcre-8.39\pcre_tables.obj build\opt\third_party\pcre-8.39\pcre_ucd.obj build\opt\third_party\pcre-8.39\pcre_valid_utf8.obj build\opt\third_party\pcre-8.39\pcre_version.obj build\opt\third_party\pcre-8.39\pcre_xclass.obj build\opt\third_party\pcre-8.39\pcrecpp.obj build\opt\third_party\pcre-8.39\pcreposix.obj build\opt\third_party\s2\base\int128.obj build\opt\third_party\s2\base\logging.obj build\opt\third_party\s2\base\stringprintf.obj build\opt\third_party\s2\base\strtoint.obj build\opt\third_party\s2\s1angle.obj build\opt\third_party\s2\s1interval.obj build\opt\third_party\s2\s2.obj build\opt\third_party\s2\s2cap.obj build\opt\third_party\s2\s2cell.obj build\opt\third_party\s2\s2cellid.obj build\opt\third_party\s2\s2cellunion.obj build\opt\third_party\s2\s2edgeindex.obj build\opt\third_party\s2\s2edgeutil.obj build\opt\third_party\s2\s2latlng.obj build\opt\third_party\s2\s2latlngrect.obj build\opt\third_party\s2\s2loop.obj build\opt\third_party\s2\s2pointregion.obj build\opt\third_party\s2\s2polygon.obj build\opt\third_party\s2\s2polygonbuilder.obj build\opt\third_party\s2\s2polyline.obj build\opt\third_party\s2\s2r2rect.obj build\opt\third_party\s2\s2region.obj build\opt\third_party\s2\s2regioncoverer.obj build\opt\third_party\s2\s2regionintersection.obj build\opt\third_party\s2\s2regionunion.obj build\opt\third_party\s2\strings\split.obj build\opt\third_party\s2\strings\stringprintf.obj build\opt\third_party\s2\strings\strutil.obj build\opt\third_party\s2\util\coding\coder.obj build\opt\third_party\s2\util\coding\varint.obj build\opt\third_party\s2\util\math\mathutil.obj build\opt\third_party\shim_allocator.obj build\opt\third_party\shim_asio.obj build\opt\third_party\shim_boost.obj build\opt\third_party\shim_intel_decimal128.obj build\opt\third_party\shim_mozjs.obj build\opt\third_party\shim_pcrecpp.obj build\opt\third_party\shim_snappy.obj build\opt\third_party\shim_stemmer.obj build\opt\third_party\shim_tz.obj build\opt\third_party\shim_yaml.obj build\opt\third_party\shim_zlib.obj build\opt\third_party\snappy-1.1.3\snappy-c.obj build\opt\third_party\snappy-1.1.3\snappy-sinksource.obj build\opt\third_party\snappy-1.1.3\snappy.obj build\opt\third_party\yaml-cpp-0.5.3\src\binary.obj build\opt\third_party\yaml-cpp-0.5.3\src\contrib\graphbuilder.obj build\opt\third_party\yaml-cpp-0.5.3\src\contrib\graphbuilderadapter.obj build\opt\third_party\yaml-cpp-0.5.3\src\convert.obj build\opt\third_party\yaml-cpp-0.5.3\src\directives.obj build\opt\third_party\yaml-cpp-0.5.3\src\emit.obj build\opt\third_party\yaml-cpp-0.5.3\src\emitfromevents.obj build\opt\third_party\yaml-cpp-0.5.3\src\emitter.obj build\opt\third_party\yaml-cpp-0.5.3\src\emitterstate.obj build\opt\third_party\yaml-cpp-0.5.3\src\emitterutils.obj build\opt\third_party\yaml-cpp-0.5.3\src\exp.obj build\opt\third_party\yaml-cpp-0.5.3\src\memory.obj build\opt\third_party\yaml-cpp-0.5.3\src\node.obj build\opt\third_party\yaml-cpp-0.5.3\src\node_data.obj build\opt\third_party\yaml-cpp-0.5.3\src\nodebuilder.obj build\opt\third_party\yaml-cpp-0.5.3\src\nodeevents.obj build\opt\third_party\yaml-cpp-0.5.3\src\null.obj build\opt\third_party\yaml-cpp-0.5.3\src\ostream_wrapper.obj build\opt\third_party\yaml-cpp-0.5.3\src\parse.obj build\opt\third_party\yaml-cpp-0.5.3\src\parser.obj build\opt\third_party\yaml-cpp-0.5.3\src\regex_yaml.obj build\opt\third_party\yaml-cpp-0.5.3\src\scanner.obj build\opt\third_party\yaml-cpp-0.5.3\src\scanscalar.obj build\opt\third_party\yaml-cpp-0.5.3\src\scantag.obj build\opt\third_party\yaml-cpp-0.5.3\src\scantoken.obj build\opt\third_party\yaml-cpp-0.5.3\src\simplekey.obj build\opt\third_party\yaml-cpp-0.5.3\src\singledocparser.obj build\opt\third_party\yaml-cpp-0.5.3\src\stream.obj build\opt\third_party\yaml-cpp-0.5.3\src\tag.obj build\opt\third_party\zlib-1.2.8\adler32.obj build\opt\third_party\zlib-1.2.8\crc32.obj build\opt\third_party\zlib-1.2.8\deflate.obj build\opt\third_party\zlib-1.2.8\infback.obj build\opt\third_party\zlib-1.2.8\inffast.obj build\opt\third_party\zlib-1.2.8\inflate.obj build\opt\third_party\zlib-1.2.8\inftrees.obj build\opt\third_party\zlib-1.2.8\trees.obj build\opt\third_party\zlib-1.2.8\zutil.obj \ No newline at end of file +build\opt\mongo\util\password.obj build\opt\mongo\shell\linenoise.obj build\opt\mongo\shell\mk_wcwidth.obj build\opt\mongo\shell\mongo-server.obj build\opt\mongo\shell\shell_options.obj build\opt\mongo\shell\shell_utils.obj build\opt\mongo\shell\shell_utils_extended.obj build\opt\mongo\shell\shell_utils_launcher.obj build\opt\mongo\util\version_impl.obj build\opt\mongo\util\signal_handlers.obj build\opt\mongo\util\signal_win32.obj build\opt\mongo\db\log_process_details.obj build\opt\mongo\db\server_options_server_helpers.obj build\opt\mongo\db\server_options_helpers.obj build\opt\mongo\util\cmdline_utils\censor_cmdline.obj build\opt\mongo\db\repl\is_master_response.obj build\opt\mongo\db\repl\member_config.obj build\opt\mongo\db\repl\repl_set_config.obj build\opt\mongo\db\repl\repl_set_heartbeat_args.obj build\opt\mongo\db\repl\repl_set_heartbeat_args_v1.obj build\opt\mongo\db\repl\repl_set_heartbeat_response.obj build\opt\mongo\db\repl\repl_set_html_summary.obj build\opt\mongo\db\repl\repl_set_request_votes_args.obj build\opt\mongo\db\repl\repl_set_tag.obj build\opt\mongo\db\repl\update_position_args.obj build\opt\mongo\db\repl\last_vote.obj build\opt\mongo\db\repl\repl_client_info.obj build\opt\mongo\db\repl\replication_coordinator.obj build\opt\mongo\db\repl\replication_consistency_markers.obj build\opt\mongo\db\repl\replication_process.obj build\opt\mongo\db\repl\storage_interface.obj build\opt\mongo\db\repl\rollback_gen.obj build\opt\mongo\util\options_parser\options_parser_init.obj build\opt\mongo\shell\bench.obj build\opt\mongo\scripting\mozjs\base.obj build\opt\mongo\scripting\mozjs\bindata.obj build\opt\mongo\scripting\mozjs\bson.obj build\opt\mongo\scripting\mozjs\code.obj build\opt\mongo\scripting\mozjs\countdownlatch.obj build\opt\mongo\scripting\mozjs\cursor.obj build\opt\mongo\scripting\mozjs\cursor_handle.obj build\opt\mongo\scripting\mozjs\db.obj build\opt\mongo\scripting\mozjs\dbcollection.obj build\opt\mongo\scripting\mozjs\dbpointer.obj build\opt\mongo\scripting\mozjs\dbquery.obj build\opt\mongo\scripting\mozjs\dbref.obj build\opt\mongo\scripting\mozjs\engine.obj build\opt\mongo\scripting\mozjs\error.obj build\opt\mongo\scripting\mozjs\exception.obj build\opt\mongo\scripting\mozjs\global.obj build\opt\mongo\scripting\mozjs\idwrapper.obj build\opt\mongo\scripting\mozjs\implscope.obj build\opt\mongo\scripting\mozjs\internedstring.obj build\opt\mongo\scripting\mozjs\jscustomallocator.obj build\opt\mongo\scripting\mozjs\jsstringwrapper.obj build\opt\mongo\scripting\mozjs\jsthread.obj build\opt\mongo\scripting\mozjs\maxkey.obj build\opt\mongo\scripting\mozjs\minkey.obj build\opt\mongo\scripting\mozjs\mongo.obj build\opt\mongo\scripting\mozjs\mongohelpers.obj build\opt\mongo\scripting\mozjs\mongohelpers_js.obj build\opt\mongo\scripting\mozjs\nativefunction.obj build\opt\mongo\scripting\mozjs\numberdecimal.obj build\opt\mongo\scripting\mozjs\numberint.obj build\opt\mongo\scripting\mozjs\numberlong.obj build\opt\mongo\scripting\mozjs\object.obj build\opt\mongo\scripting\mozjs\objectwrapper.obj build\opt\mongo\scripting\mozjs\oid.obj build\opt\mongo\scripting\mozjs\PosixNSPR.obj build\opt\mongo\scripting\mozjs\proxyscope.obj build\opt\mongo\scripting\mozjs\regexp.obj build\opt\mongo\scripting\mozjs\session.obj build\opt\mongo\scripting\mozjs\status.obj build\opt\mongo\scripting\mozjs\timestamp.obj build\opt\mongo\scripting\mozjs\uri.obj build\opt\mongo\scripting\mozjs\valuereader.obj build\opt\mongo\scripting\mozjs\valuewriter.obj build\opt\mongo\scripting\mozjs\end_sessions_gen.obj build\opt\third_party\shim_mozjs.obj build\opt\third_party\mozjs-45\extract\js\src\builtin\RegExp.obj build\opt\third_party\mozjs-45\extract\js\src\frontend\Parser.obj build\opt\third_party\mozjs-45\extract\js\src\jsarray.obj build\opt\third_party\mozjs-45\extract\js\src\jsatom.obj build\opt\third_party\mozjs-45\extract\js\src\jsmath.obj build\opt\third_party\mozjs-45\extract\js\src\jsutil.obj build\opt\third_party\mozjs-45\extract\js\src\gc\StoreBuffer.obj build\opt\third_party\mozjs-45\extract\js\src\mfbt\Unified_cpp_mfbt0.obj build\opt\third_party\mozjs-45\extract\js\src\perf\pm_stub.obj build\opt\third_party\mozjs-45\extract\js\src\vm\Initialization.obj build\opt\third_party\mozjs-45\extract\mfbt\Compression.obj build\opt\third_party\mozjs-45\extract\js\src\jit\x86-shared\Disassembler-x86-shared.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src0.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src1.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src10.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src11.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src12.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src13.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src14.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src15.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src16.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src17.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src18.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src19.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src2.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src20.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src21.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src22.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src23.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src24.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src25.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src26.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src27.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src28.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src29.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src3.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src30.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src31.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src32.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src33.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src34.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src35.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src36.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src4.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src5.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src6.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src7.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src8.obj build\opt\third_party\mozjs-45\platform\x86_64\windows\build\Unified_cpp_js_src9.obj build\opt\mongo\scripting\deadline_monitor.obj build\opt\mongo\scripting\dbdirectclient_factory.obj build\opt\mongo\scripting\engine.obj build\opt\mongo\scripting\utils.obj build\opt\mongo\shell\mongo.obj build\opt\mongo\scripting\bson_template_evaluator.obj build\opt\mongo\shell\linenoise_utf8.obj build\opt\mongo\db\hasher.obj build\opt\mongo\db\logical_session_id_helpers.obj build\opt\mongo\db\catalog\index_key_validate.obj build\opt\mongo\db\matcher\expression.obj build\opt\mongo\db\matcher\expression_algo.obj build\opt\mongo\db\matcher\expression_array.obj build\opt\mongo\db\matcher\expression_expr.obj build\opt\mongo\db\matcher\expression_geo.obj build\opt\mongo\db\matcher\expression_internal_expr_eq.obj build\opt\mongo\db\matcher\expression_leaf.obj build\opt\mongo\db\matcher\expression_parser.obj build\opt\mongo\db\matcher\expression_text_base.obj build\opt\mongo\db\matcher\expression_text_noop.obj build\opt\mongo\db\matcher\expression_tree.obj build\opt\mongo\db\matcher\expression_type.obj build\opt\mongo\db\matcher\expression_where_base.obj build\opt\mongo\db\matcher\expression_where_noop.obj build\opt\mongo\db\matcher\expression_with_placeholder.obj build\opt\mongo\db\matcher\extensions_callback.obj build\opt\mongo\db\matcher\extensions_callback_noop.obj build\opt\mongo\db\matcher\match_details.obj build\opt\mongo\db\matcher\matchable.obj build\opt\mongo\db\matcher\matcher.obj build\opt\mongo\db\matcher\matcher_type_set.obj build\opt\mongo\db\matcher\rewrite_expr.obj build\opt\mongo\db\matcher\schema\expression_internal_schema_all_elem_match_from_index.obj build\opt\mongo\db\matcher\schema\expression_internal_schema_allowed_properties.obj build\opt\mongo\db\matcher\schema\expression_internal_schema_cond.obj build\opt\mongo\db\matcher\schema\expression_internal_schema_eq.obj build\opt\mongo\db\matcher\schema\expression_internal_schema_fmod.obj build\opt\mongo\db\matcher\schema\expression_internal_schema_match_array_index.obj build\opt\mongo\db\matcher\schema\expression_internal_schema_num_array_items.obj build\opt\mongo\db\matcher\schema\expression_internal_schema_num_properties.obj build\opt\mongo\db\matcher\schema\expression_internal_schema_object_match.obj build\opt\mongo\db\matcher\schema\expression_internal_schema_root_doc_eq.obj build\opt\mongo\db\matcher\schema\expression_internal_schema_str_length.obj build\opt\mongo\db\matcher\schema\expression_internal_schema_unique_items.obj build\opt\mongo\db\matcher\schema\expression_internal_schema_xor.obj build\opt\mongo\db\matcher\schema\json_schema_parser.obj build\opt\mongo\db\query\query_knobs.obj build\opt\mongo\db\pipeline\expression.obj build\opt\mongo\util\summation.obj build\opt\mongo\db\pipeline\expression_context.obj build\opt\mongo\db\pipeline\variables.obj build\opt\mongo\db\query\collation\collator_factory_interface.obj build\opt\mongo\db\query\collation\collation_index_key.obj build\opt\mongo\db\query\collation\collation_spec.obj build\opt\mongo\db\query\collation\collator_interface.obj build\opt\mongo\db\pipeline\aggregation_request.obj build\opt\mongo\db\query\explain_options.obj build\opt\mongo\db\pipeline\dependencies.obj build\opt\mongo\db\pipeline\document.obj build\opt\mongo\db\pipeline\document_comparator.obj build\opt\mongo\db\pipeline\document_path_support.obj build\opt\mongo\db\pipeline\value.obj build\opt\mongo\db\pipeline\value_comparator.obj build\opt\mongo\util\intrusive_counter.obj build\opt\mongo\db\query\datetime\date_time_support.obj build\opt\third_party\shim_timelib.obj build\opt\third_party\timelib-2018.01alpha1\astro.obj build\opt\third_party\timelib-2018.01alpha1\dow.obj build\opt\third_party\timelib-2018.01alpha1\interval.obj build\opt\third_party\timelib-2018.01alpha1\parse_date.obj build\opt\third_party\timelib-2018.01alpha1\parse_iso_intervals.obj build\opt\third_party\timelib-2018.01alpha1\parse_tz.obj build\opt\third_party\timelib-2018.01alpha1\parse_zoneinfo.obj build\opt\third_party\timelib-2018.01alpha1\timelib.obj build\opt\third_party\timelib-2018.01alpha1\tm2unixtime.obj build\opt\third_party\timelib-2018.01alpha1\unixtime2tm.obj build\opt\mongo\db\pipeline\field_path.obj build\opt\mongo\db\matcher\path.obj build\opt\mongo\db\matcher\path_internal.obj build\opt\mongo\db\geo\geoparser.obj build\opt\mongo\db\geo\geometry_container.obj build\opt\mongo\db\geo\hash.obj build\opt\mongo\db\geo\shapes.obj build\opt\mongo\db\geo\big_polygon.obj build\opt\mongo\db\geo\r2_region_coverer.obj build\opt\third_party\s2\s1angle.obj build\opt\third_party\s2\s2.obj build\opt\third_party\s2\s2cellid.obj build\opt\third_party\s2\s2latlng.obj build\opt\third_party\s2\s1interval.obj build\opt\third_party\s2\s2cap.obj build\opt\third_party\s2\s2cell.obj build\opt\third_party\s2\s2cellunion.obj build\opt\third_party\s2\s2edgeindex.obj build\opt\third_party\s2\s2edgeutil.obj build\opt\third_party\s2\s2latlngrect.obj build\opt\third_party\s2\s2loop.obj build\opt\third_party\s2\s2pointregion.obj build\opt\third_party\s2\s2polygon.obj build\opt\third_party\s2\s2polygonbuilder.obj build\opt\third_party\s2\s2polyline.obj build\opt\third_party\s2\s2r2rect.obj build\opt\third_party\s2\s2region.obj build\opt\third_party\s2\s2regioncoverer.obj build\opt\third_party\s2\s2regionintersection.obj build\opt\third_party\s2\s2regionunion.obj build\opt\third_party\s2\util\math\mathutil.obj build\opt\third_party\s2\util\coding\coder.obj build\opt\third_party\s2\util\coding\varint.obj build\opt\third_party\s2\strings\split.obj build\opt\third_party\s2\strings\stringprintf.obj build\opt\third_party\s2\strings\strutil.obj build\opt\third_party\s2\base\int128.obj build\opt\third_party\s2\base\logging.obj build\opt\third_party\s2\base\stringprintf.obj build\opt\third_party\s2\base\strtoint.obj build\opt\mongo\db\fts\fts_query_noop.obj build\opt\mongo\db\index\index_descriptor.obj build\opt\mongo\db\catalog\index_catalog.obj build\opt\mongo\client\connection_string_connect.obj build\opt\mongo\client\mongo_uri_connect.obj build\opt\mongo\client\connpool.obj build\opt\mongo\client\dbclient_connection.obj build\opt\mongo\client\dbclient_rs.obj build\opt\mongo\client\global_conn_pool.obj build\opt\mongo\client\replica_set_monitor.obj build\opt\mongo\client\replica_set_monitor_manager.obj build\opt\mongo\executor\thread_pool_task_executor.obj build\opt\mongo\executor\network_interface_thread_pool.obj build\opt\mongo\executor\network_interface_factory.obj build\opt\mongo\executor\connection_pool_tl.obj build\opt\mongo\executor\network_interface_tl.obj build\opt\mongo\transport\transport_layer_manager.obj build\opt\mongo\transport\service_executor_adaptive.obj build\opt\mongo\transport\service_executor_reserved.obj build\opt\mongo\transport\service_executor_synchronous.obj build\opt\mongo\transport\thread_idle_callback.obj build\opt\mongo\transport\transport_layer_asio.obj build\opt\mongo\base\system_error.obj build\opt\mongo\client\async_client.obj build\opt\mongo\transport\message_compressor_manager.obj build\opt\mongo\transport\message_compressor_metrics.obj build\opt\mongo\transport\message_compressor_registry.obj build\opt\mongo\transport\message_compressor_snappy.obj build\opt\mongo\transport\message_compressor_zlib.obj build\opt\third_party\shim_zlib.obj build\opt\third_party\zlib-1.2.11\adler32.obj build\opt\third_party\zlib-1.2.11\crc32.obj build\opt\third_party\zlib-1.2.11\compress.obj build\opt\third_party\zlib-1.2.11\deflate.obj build\opt\third_party\zlib-1.2.11\infback.obj build\opt\third_party\zlib-1.2.11\inffast.obj build\opt\third_party\zlib-1.2.11\inflate.obj build\opt\third_party\zlib-1.2.11\inftrees.obj build\opt\third_party\zlib-1.2.11\trees.obj build\opt\third_party\zlib-1.2.11\uncompr.obj build\opt\third_party\zlib-1.2.11\zutil.obj build\opt\third_party\shim_snappy.obj build\opt\third_party\snappy-1.1.3\snappy-c.obj build\opt\third_party\snappy-1.1.3\snappy.obj build\opt\third_party\snappy-1.1.3\snappy-sinksource.obj build\opt\mongo\executor\network_interface.obj build\opt\mongo\executor\task_executor.obj build\opt\mongo\executor\connection_pool.obj build\opt\mongo\executor\egress_tag_closer_manager.obj build\opt\mongo\executor\connection_pool_stats.obj build\opt\mongo\client\dbclient.obj build\opt\mongo\client\dbclientcursor.obj build\opt\mongo\client\index_spec.obj build\opt\mongo\util\net\ssl_dummy.obj build\opt\mongo\util\net\private\ssl_expiration.obj build\opt\mongo\util\net\ssl_manager.obj build\opt\mongo\util\net\ssl_parameters.obj build\opt\mongo\util\net\ssl_manager_windows.obj build\opt\mongo\util\net\ssl_stream.obj build\opt\third_party\shim_asio.obj build\opt\third_party\asio-master\asio\src\asio.obj build\opt\mongo\util\net\ssl_types.obj build\opt\mongo\util\net\ssl_options.obj build\opt\mongo\util\options_parser\environment.obj build\opt\mongo\util\options_parser\value.obj build\opt\mongo\util\options_parser\constraints.obj build\opt\mongo\util\options_parser\option_section.obj build\opt\mongo\util\options_parser\option_description.obj build\opt\mongo\util\options_parser\options_parser.obj build\opt\mongo\util\options_parser\startup_option_init.obj build\opt\mongo\util\options_parser\startup_options.obj build\opt\third_party\shim_yaml.obj build\opt\third_party\yaml-cpp-0.5.3\src\binary.obj build\opt\third_party\yaml-cpp-0.5.3\src\contrib\graphbuilder.obj build\opt\third_party\yaml-cpp-0.5.3\src\contrib\graphbuilderadapter.obj build\opt\third_party\yaml-cpp-0.5.3\src\convert.obj build\opt\third_party\yaml-cpp-0.5.3\src\directives.obj build\opt\third_party\yaml-cpp-0.5.3\src\emit.obj build\opt\third_party\yaml-cpp-0.5.3\src\emitfromevents.obj build\opt\third_party\yaml-cpp-0.5.3\src\emitter.obj build\opt\third_party\yaml-cpp-0.5.3\src\emitterstate.obj build\opt\third_party\yaml-cpp-0.5.3\src\emitterutils.obj build\opt\third_party\yaml-cpp-0.5.3\src\exp.obj build\opt\third_party\yaml-cpp-0.5.3\src\memory.obj build\opt\third_party\yaml-cpp-0.5.3\src\node.obj build\opt\third_party\yaml-cpp-0.5.3\src\node_data.obj build\opt\third_party\yaml-cpp-0.5.3\src\nodebuilder.obj build\opt\third_party\yaml-cpp-0.5.3\src\nodeevents.obj build\opt\third_party\yaml-cpp-0.5.3\src\null.obj build\opt\third_party\yaml-cpp-0.5.3\src\ostream_wrapper.obj build\opt\third_party\yaml-cpp-0.5.3\src\parse.obj build\opt\third_party\yaml-cpp-0.5.3\src\parser.obj build\opt\third_party\yaml-cpp-0.5.3\src\regex_yaml.obj build\opt\third_party\yaml-cpp-0.5.3\src\scanner.obj build\opt\third_party\yaml-cpp-0.5.3\src\scanscalar.obj build\opt\third_party\yaml-cpp-0.5.3\src\scantag.obj build\opt\third_party\yaml-cpp-0.5.3\src\scantoken.obj build\opt\third_party\yaml-cpp-0.5.3\src\simplekey.obj build\opt\third_party\yaml-cpp-0.5.3\src\singledocparser.obj build\opt\third_party\yaml-cpp-0.5.3\src\stream.obj build\opt\third_party\yaml-cpp-0.5.3\src\tag.obj build\opt\mongo\util\net\private\socket_poll.obj build\opt\mongo\util\net\sock.obj build\opt\mongo\util\background.obj build\opt\mongo\db\commands\server_status.obj build\opt\mongo\db\stats\counters.obj build\opt\mongo\db\commands.obj build\opt\mongo\db\commands\test_commands_enabled.obj build\opt\mongo\db\commands\server_status_internal.obj build\opt\mongo\db\commands\server_status_metric.obj build\opt\mongo\db\audit.obj build\opt\mongo\rpc\factory.obj build\opt\mongo\rpc\message.obj build\opt\mongo\rpc\op_msg.obj build\opt\mongo\rpc\protocol.obj build\opt\mongo\db\bson\dotted_path_support.obj build\opt\mongo\rpc\legacy_request.obj build\opt\mongo\rpc\legacy_request_builder.obj build\opt\mongo\rpc\legacy_reply.obj build\opt\mongo\rpc\legacy_reply_builder.obj build\opt\mongo\s\catalog\mongo_version_range.obj build\opt\mongo\s\catalog\type_changelog.obj build\opt\mongo\s\catalog\type_chunk.obj build\opt\mongo\s\catalog\type_collection.obj build\opt\mongo\s\catalog\type_config_version.obj build\opt\mongo\s\catalog\type_database.obj build\opt\mongo\s\catalog\type_lockpings.obj build\opt\mongo\s\catalog\type_locks.obj build\opt\mongo\s\catalog\type_mongos.obj build\opt\mongo\s\catalog\type_shard_collection.obj build\opt\mongo\s\catalog\type_shard_database.obj build\opt\mongo\s\catalog\type_shard.obj build\opt\mongo\s\catalog\type_tags.obj build\opt\mongo\s\request_types\add_shard_request_type.obj build\opt\mongo\s\request_types\add_shard_to_zone_request_type.obj build\opt\mongo\s\request_types\balance_chunk_request_type.obj build\opt\mongo\s\request_types\commit_chunk_migration_request_type.obj build\opt\mongo\s\request_types\merge_chunk_request_type.obj build\opt\mongo\s\request_types\migration_secondary_throttle_options.obj build\opt\mongo\s\request_types\move_chunk_request.obj build\opt\mongo\s\request_types\remove_shard_from_zone_request_type.obj build\opt\mongo\s\request_types\set_shard_version_request.obj build\opt\mongo\s\request_types\split_chunk_request_type.obj build\opt\mongo\s\request_types\update_zone_key_range_request_type.obj build\opt\mongo\s\cannot_implicitly_create_collection_info.obj build\opt\mongo\s\chunk_version.obj build\opt\mongo\s\database_version_helpers.obj build\opt\mongo\s\shard_id.obj build\opt\mongo\s\stale_exception.obj build\opt\mongo\s\catalog\type_chunk_base_gen.obj build\opt\mongo\s\database_version_gen.obj build\opt\mongo\s\request_types\clone_catalog_data_gen.obj build\opt\mongo\s\request_types\create_collection_gen.obj build\opt\mongo\s\request_types\create_database_gen.obj build\opt\mongo\s\request_types\flush_database_cache_updates_gen.obj build\opt\mongo\s\request_types\flush_routing_table_cache_updates_gen.obj build\opt\mongo\s\request_types\get_database_version_gen.obj build\opt\mongo\s\request_types\move_primary_gen.obj build\opt\mongo\s\request_types\shard_collection_gen.obj build\opt\mongo\s\request_types\clone_collection_options_from_primary_shard_gen.obj build\opt\mongo\rpc\object_check.obj build\opt\mongo\rpc\command_request.obj build\opt\mongo\rpc\command_request_builder.obj build\opt\mongo\rpc\command_reply.obj build\opt\mongo\rpc\command_reply_builder.obj build\opt\mongo\rpc\reply_builder_interface.obj build\opt\mongo\db\wire_version.obj build\opt\mongo\db\query\count_request.obj build\opt\mongo\db\query\cursor_request.obj build\opt\mongo\db\query\cursor_response.obj build\opt\mongo\db\query\find_and_modify_request.obj build\opt\mongo\db\query\getmore_request.obj build\opt\mongo\db\query\killcursors_request.obj build\opt\mongo\db\query\killcursors_response.obj build\opt\mongo\db\query\view_response_formatter.obj build\opt\mongo\db\query\query_request.obj build\opt\mongo\db\query\tailable_mode.obj build\opt\mongo\db\query\tailable_mode_gen.obj build\opt\mongo\db\repl\read_concern_args.obj build\opt\mongo\db\catalog\namespace_uuid_cache.obj build\opt\mongo\db\catalog\uuid_catalog.obj build\opt\mongo\db\catalog\database_holder.obj build\opt\mongo\db\catalog\database.obj build\opt\mongo\db\catalog\collection.obj build\opt\mongo\db\namespace_string.obj build\opt\mongo\db\dbmessage.obj build\opt\mongo\db\auth\internal_user_auth.obj build\opt\mongo\client\connection_string.obj build\opt\mongo\client\mongo_uri.obj build\opt\mongo\util\dns_query.obj build\opt\mongo\client\query.obj build\opt\mongo\client\authenticate.obj build\opt\mongo\client\native_sasl_client_session.obj build\opt\mongo\client\sasl_client_authenticate.obj build\opt\mongo\client\sasl_client_authenticate_impl.obj build\opt\mongo\client\sasl_client_conversation.obj build\opt\mongo\client\sasl_client_session.obj build\opt\mongo\client\sasl_plain_client_conversation.obj build\opt\mongo\client\sasl_scram_client_conversation.obj build\opt\mongo\util\md5.obj build\opt\mongo\util\password_digest.obj build\opt\mongo\util\icu.obj build\opt\mongo\util\icu_init.obj build\opt\third_party\shim_icu.obj build\opt\third_party\icu4c-57.1\source\i18n\affixpatternparser.obj build\opt\third_party\icu4c-57.1\source\i18n\alphaindex.obj build\opt\third_party\icu4c-57.1\source\i18n\anytrans.obj build\opt\third_party\icu4c-57.1\source\i18n\astro.obj build\opt\third_party\icu4c-57.1\source\i18n\basictz.obj build\opt\third_party\icu4c-57.1\source\i18n\bocsu.obj build\opt\third_party\icu4c-57.1\source\i18n\brktrans.obj build\opt\third_party\icu4c-57.1\source\i18n\buddhcal.obj build\opt\third_party\icu4c-57.1\source\i18n\calendar.obj build\opt\third_party\icu4c-57.1\source\i18n\casetrn.obj build\opt\third_party\icu4c-57.1\source\i18n\cecal.obj build\opt\third_party\icu4c-57.1\source\i18n\chnsecal.obj build\opt\third_party\icu4c-57.1\source\i18n\choicfmt.obj build\opt\third_party\icu4c-57.1\source\i18n\coleitr.obj build\opt\third_party\icu4c-57.1\source\i18n\coll.obj build\opt\third_party\icu4c-57.1\source\i18n\collation.obj build\opt\third_party\icu4c-57.1\source\i18n\collationbuilder.obj build\opt\third_party\icu4c-57.1\source\i18n\collationcompare.obj build\opt\third_party\icu4c-57.1\source\i18n\collationdata.obj build\opt\third_party\icu4c-57.1\source\i18n\collationdatabuilder.obj build\opt\third_party\icu4c-57.1\source\i18n\collationdatareader.obj build\opt\third_party\icu4c-57.1\source\i18n\collationdatawriter.obj build\opt\third_party\icu4c-57.1\source\i18n\collationfastlatin.obj build\opt\third_party\icu4c-57.1\source\i18n\collationfastlatinbuilder.obj build\opt\third_party\icu4c-57.1\source\i18n\collationfcd.obj build\opt\third_party\icu4c-57.1\source\i18n\collationiterator.obj build\opt\third_party\icu4c-57.1\source\i18n\collationkeys.obj build\opt\third_party\icu4c-57.1\source\i18n\collationroot.obj build\opt\third_party\icu4c-57.1\source\i18n\collationrootelements.obj build\opt\third_party\icu4c-57.1\source\i18n\collationruleparser.obj build\opt\third_party\icu4c-57.1\source\i18n\collationsets.obj build\opt\third_party\icu4c-57.1\source\i18n\collationsettings.obj build\opt\third_party\icu4c-57.1\source\i18n\collationtailoring.obj build\opt\third_party\icu4c-57.1\source\i18n\collationweights.obj build\opt\third_party\icu4c-57.1\source\i18n\compactdecimalformat.obj build\opt\third_party\icu4c-57.1\source\i18n\coptccal.obj build\opt\third_party\icu4c-57.1\source\i18n\cpdtrans.obj build\opt\third_party\icu4c-57.1\source\i18n\csdetect.obj build\opt\third_party\icu4c-57.1\source\i18n\csmatch.obj build\opt\third_party\icu4c-57.1\source\i18n\csr2022.obj build\opt\third_party\icu4c-57.1\source\i18n\csrecog.obj build\opt\third_party\icu4c-57.1\source\i18n\csrmbcs.obj build\opt\third_party\icu4c-57.1\source\i18n\csrsbcs.obj build\opt\third_party\icu4c-57.1\source\i18n\csrucode.obj build\opt\third_party\icu4c-57.1\source\i18n\csrutf8.obj build\opt\third_party\icu4c-57.1\source\i18n\curramt.obj build\opt\third_party\icu4c-57.1\source\i18n\currfmt.obj build\opt\third_party\icu4c-57.1\source\i18n\currpinf.obj build\opt\third_party\icu4c-57.1\source\i18n\currunit.obj build\opt\third_party\icu4c-57.1\source\i18n\dangical.obj build\opt\third_party\icu4c-57.1\source\i18n\datefmt.obj build\opt\third_party\icu4c-57.1\source\i18n\dayperiodrules.obj build\opt\third_party\icu4c-57.1\source\i18n\dcfmtsym.obj build\opt\third_party\icu4c-57.1\source\i18n\decContext.obj build\opt\third_party\icu4c-57.1\source\i18n\decNumber.obj build\opt\third_party\icu4c-57.1\source\i18n\decfmtst.obj build\opt\third_party\icu4c-57.1\source\i18n\decimalformatpattern.obj build\opt\third_party\icu4c-57.1\source\i18n\decimfmt.obj build\opt\third_party\icu4c-57.1\source\i18n\decimfmtimpl.obj build\opt\third_party\icu4c-57.1\source\i18n\digitaffix.obj build\opt\third_party\icu4c-57.1\source\i18n\digitaffixesandpadding.obj build\opt\third_party\icu4c-57.1\source\i18n\digitformatter.obj build\opt\third_party\icu4c-57.1\source\i18n\digitgrouping.obj build\opt\third_party\icu4c-57.1\source\i18n\digitinterval.obj build\opt\third_party\icu4c-57.1\source\i18n\digitlst.obj build\opt\third_party\icu4c-57.1\source\i18n\dtfmtsym.obj build\opt\third_party\icu4c-57.1\source\i18n\dtitvfmt.obj build\opt\third_party\icu4c-57.1\source\i18n\dtitvinf.obj build\opt\third_party\icu4c-57.1\source\i18n\dtptngen.obj build\opt\third_party\icu4c-57.1\source\i18n\dtrule.obj build\opt\third_party\icu4c-57.1\source\i18n\esctrn.obj build\opt\third_party\icu4c-57.1\source\i18n\ethpccal.obj build\opt\third_party\icu4c-57.1\source\i18n\fmtable.obj build\opt\third_party\icu4c-57.1\source\i18n\fmtable_cnv.obj build\opt\third_party\icu4c-57.1\source\i18n\format.obj build\opt\third_party\icu4c-57.1\source\i18n\fphdlimp.obj build\opt\third_party\icu4c-57.1\source\i18n\fpositer.obj build\opt\third_party\icu4c-57.1\source\i18n\funcrepl.obj build\opt\third_party\icu4c-57.1\source\i18n\gender.obj build\opt\third_party\icu4c-57.1\source\i18n\gregocal.obj build\opt\third_party\icu4c-57.1\source\i18n\gregoimp.obj build\opt\third_party\icu4c-57.1\source\i18n\hebrwcal.obj build\opt\third_party\icu4c-57.1\source\i18n\identifier_info.obj build\opt\third_party\icu4c-57.1\source\i18n\indiancal.obj build\opt\third_party\icu4c-57.1\source\i18n\inputext.obj build\opt\third_party\icu4c-57.1\source\i18n\islamcal.obj build\opt\third_party\icu4c-57.1\source\i18n\japancal.obj build\opt\third_party\icu4c-57.1\source\i18n\measfmt.obj build\opt\third_party\icu4c-57.1\source\i18n\measunit.obj build\opt\third_party\icu4c-57.1\source\i18n\measure.obj build\opt\third_party\icu4c-57.1\source\i18n\msgfmt.obj build\opt\third_party\icu4c-57.1\source\i18n\name2uni.obj build\opt\third_party\icu4c-57.1\source\i18n\nfrs.obj build\opt\third_party\icu4c-57.1\source\i18n\nfrule.obj build\opt\third_party\icu4c-57.1\source\i18n\nfsubs.obj build\opt\third_party\icu4c-57.1\source\i18n\nortrans.obj build\opt\third_party\icu4c-57.1\source\i18n\nultrans.obj build\opt\third_party\icu4c-57.1\source\i18n\numfmt.obj build\opt\third_party\icu4c-57.1\source\i18n\numsys.obj build\opt\third_party\icu4c-57.1\source\i18n\olsontz.obj build\opt\third_party\icu4c-57.1\source\i18n\persncal.obj build\opt\third_party\icu4c-57.1\source\i18n\pluralaffix.obj build\opt\third_party\icu4c-57.1\source\i18n\plurfmt.obj build\opt\third_party\icu4c-57.1\source\i18n\plurrule.obj build\opt\third_party\icu4c-57.1\source\i18n\precision.obj build\opt\third_party\icu4c-57.1\source\i18n\quant.obj build\opt\third_party\icu4c-57.1\source\i18n\quantityformatter.obj build\opt\third_party\icu4c-57.1\source\i18n\rbnf.obj build\opt\third_party\icu4c-57.1\source\i18n\rbt.obj build\opt\third_party\icu4c-57.1\source\i18n\rbt_data.obj build\opt\third_party\icu4c-57.1\source\i18n\rbt_pars.obj build\opt\third_party\icu4c-57.1\source\i18n\rbt_rule.obj build\opt\third_party\icu4c-57.1\source\i18n\rbt_set.obj build\opt\third_party\icu4c-57.1\source\i18n\rbtz.obj build\opt\third_party\icu4c-57.1\source\i18n\regexcmp.obj build\opt\third_party\icu4c-57.1\source\i18n\regeximp.obj build\opt\third_party\icu4c-57.1\source\i18n\regexst.obj build\opt\third_party\icu4c-57.1\source\i18n\regextxt.obj build\opt\third_party\icu4c-57.1\source\i18n\region.obj build\opt\third_party\icu4c-57.1\source\i18n\reldatefmt.obj build\opt\third_party\icu4c-57.1\source\i18n\reldtfmt.obj build\opt\third_party\icu4c-57.1\source\i18n\rematch.obj build\opt\third_party\icu4c-57.1\source\i18n\remtrans.obj build\opt\third_party\icu4c-57.1\source\i18n\repattrn.obj build\opt\third_party\icu4c-57.1\source\i18n\rulebasedcollator.obj build\opt\third_party\icu4c-57.1\source\i18n\scientificnumberformatter.obj build\opt\third_party\icu4c-57.1\source\i18n\scriptset.obj build\opt\third_party\icu4c-57.1\source\i18n\search.obj build\opt\third_party\icu4c-57.1\source\i18n\selfmt.obj build\opt\third_party\icu4c-57.1\source\i18n\sharedbreakiterator.obj build\opt\third_party\icu4c-57.1\source\i18n\simpletz.obj build\opt\third_party\icu4c-57.1\source\i18n\smallintformatter.obj build\opt\third_party\icu4c-57.1\source\i18n\smpdtfmt.obj build\opt\third_party\icu4c-57.1\source\i18n\smpdtfst.obj build\opt\third_party\icu4c-57.1\source\i18n\sortkey.obj build\opt\third_party\icu4c-57.1\source\i18n\standardplural.obj build\opt\third_party\icu4c-57.1\source\i18n\strmatch.obj build\opt\third_party\icu4c-57.1\source\i18n\strrepl.obj build\opt\third_party\icu4c-57.1\source\i18n\stsearch.obj build\opt\third_party\icu4c-57.1\source\i18n\taiwncal.obj build\opt\third_party\icu4c-57.1\source\i18n\timezone.obj build\opt\third_party\icu4c-57.1\source\i18n\titletrn.obj build\opt\third_party\icu4c-57.1\source\i18n\tmunit.obj build\opt\third_party\icu4c-57.1\source\i18n\tmutamt.obj build\opt\third_party\icu4c-57.1\source\i18n\tmutfmt.obj build\opt\third_party\icu4c-57.1\source\i18n\tolowtrn.obj build\opt\third_party\icu4c-57.1\source\i18n\toupptrn.obj build\opt\third_party\icu4c-57.1\source\i18n\translit.obj build\opt\third_party\icu4c-57.1\source\i18n\transreg.obj build\opt\third_party\icu4c-57.1\source\i18n\tridpars.obj build\opt\third_party\icu4c-57.1\source\i18n\tzfmt.obj build\opt\third_party\icu4c-57.1\source\i18n\tzgnames.obj build\opt\third_party\icu4c-57.1\source\i18n\tznames.obj build\opt\third_party\icu4c-57.1\source\i18n\tznames_impl.obj build\opt\third_party\icu4c-57.1\source\i18n\tzrule.obj build\opt\third_party\icu4c-57.1\source\i18n\tztrans.obj build\opt\third_party\icu4c-57.1\source\i18n\ucal.obj build\opt\third_party\icu4c-57.1\source\i18n\ucln_in.obj build\opt\third_party\icu4c-57.1\source\i18n\ucol.obj build\opt\third_party\icu4c-57.1\source\i18n\ucol_res.obj build\opt\third_party\icu4c-57.1\source\i18n\ucol_sit.obj build\opt\third_party\icu4c-57.1\source\i18n\ucoleitr.obj build\opt\third_party\icu4c-57.1\source\i18n\ucsdet.obj build\opt\third_party\icu4c-57.1\source\i18n\udat.obj build\opt\third_party\icu4c-57.1\source\i18n\udateintervalformat.obj build\opt\third_party\icu4c-57.1\source\i18n\udatpg.obj build\opt\third_party\icu4c-57.1\source\i18n\ufieldpositer.obj build\opt\third_party\icu4c-57.1\source\i18n\uitercollationiterator.obj build\opt\third_party\icu4c-57.1\source\i18n\ulocdata.obj build\opt\third_party\icu4c-57.1\source\i18n\umsg.obj build\opt\third_party\icu4c-57.1\source\i18n\unesctrn.obj build\opt\third_party\icu4c-57.1\source\i18n\uni2name.obj build\opt\third_party\icu4c-57.1\source\i18n\unum.obj build\opt\third_party\icu4c-57.1\source\i18n\unumsys.obj build\opt\third_party\icu4c-57.1\source\i18n\upluralrules.obj build\opt\third_party\icu4c-57.1\source\i18n\uregex.obj build\opt\third_party\icu4c-57.1\source\i18n\uregexc.obj build\opt\third_party\icu4c-57.1\source\i18n\uregion.obj build\opt\third_party\icu4c-57.1\source\i18n\usearch.obj build\opt\third_party\icu4c-57.1\source\i18n\uspoof.obj build\opt\third_party\icu4c-57.1\source\i18n\uspoof_build.obj build\opt\third_party\icu4c-57.1\source\i18n\uspoof_conf.obj build\opt\third_party\icu4c-57.1\source\i18n\uspoof_impl.obj build\opt\third_party\icu4c-57.1\source\i18n\uspoof_wsconf.obj build\opt\third_party\icu4c-57.1\source\i18n\utf16collationiterator.obj build\opt\third_party\icu4c-57.1\source\i18n\utf8collationiterator.obj build\opt\third_party\icu4c-57.1\source\i18n\utmscale.obj build\opt\third_party\icu4c-57.1\source\i18n\utrans.obj build\opt\third_party\icu4c-57.1\source\i18n\valueformatter.obj build\opt\third_party\icu4c-57.1\source\i18n\visibledigits.obj build\opt\third_party\icu4c-57.1\source\i18n\vtzone.obj build\opt\third_party\icu4c-57.1\source\i18n\vzone.obj build\opt\third_party\icu4c-57.1\source\i18n\windtfmt.obj build\opt\third_party\icu4c-57.1\source\i18n\winnmfmt.obj build\opt\third_party\icu4c-57.1\source\i18n\wintzimpl.obj build\opt\third_party\icu4c-57.1\source\i18n\zonemeta.obj build\opt\third_party\icu4c-57.1\source\i18n\zrule.obj build\opt\third_party\icu4c-57.1\source\i18n\ztrans.obj build\opt\third_party\icu4c-57.1\source\common\appendable.obj build\opt\third_party\icu4c-57.1\source\common\bmpset.obj build\opt\third_party\icu4c-57.1\source\common\brkeng.obj build\opt\third_party\icu4c-57.1\source\common\brkiter.obj build\opt\third_party\icu4c-57.1\source\common\bytestream.obj build\opt\third_party\icu4c-57.1\source\common\bytestrie.obj build\opt\third_party\icu4c-57.1\source\common\bytestriebuilder.obj build\opt\third_party\icu4c-57.1\source\common\bytestrieiterator.obj build\opt\third_party\icu4c-57.1\source\common\caniter.obj build\opt\third_party\icu4c-57.1\source\common\chariter.obj build\opt\third_party\icu4c-57.1\source\common\charstr.obj build\opt\third_party\icu4c-57.1\source\common\cmemory.obj build\opt\third_party\icu4c-57.1\source\common\cstr.obj build\opt\third_party\icu4c-57.1\source\common\cstring.obj build\opt\third_party\icu4c-57.1\source\common\cwchar.obj build\opt\third_party\icu4c-57.1\source\common\dictbe.obj build\opt\third_party\icu4c-57.1\source\common\dictionarydata.obj build\opt\third_party\icu4c-57.1\source\common\dtintrv.obj build\opt\third_party\icu4c-57.1\source\common\errorcode.obj build\opt\third_party\icu4c-57.1\source\common\filteredbrk.obj build\opt\third_party\icu4c-57.1\source\common\filterednormalizer2.obj build\opt\third_party\icu4c-57.1\source\common\icudataver.obj build\opt\third_party\icu4c-57.1\source\common\icuplug.obj build\opt\third_party\icu4c-57.1\source\common\listformatter.obj build\opt\third_party\icu4c-57.1\source\common\loadednormalizer2impl.obj build\opt\third_party\icu4c-57.1\source\common\locavailable.obj build\opt\third_party\icu4c-57.1\source\common\locbased.obj build\opt\third_party\icu4c-57.1\source\common\locdispnames.obj build\opt\third_party\icu4c-57.1\source\common\locdspnm.obj build\opt\third_party\icu4c-57.1\source\common\locid.obj build\opt\third_party\icu4c-57.1\source\common\loclikely.obj build\opt\third_party\icu4c-57.1\source\common\locmap.obj build\opt\third_party\icu4c-57.1\source\common\locresdata.obj build\opt\third_party\icu4c-57.1\source\common\locutil.obj build\opt\third_party\icu4c-57.1\source\common\messagepattern.obj build\opt\third_party\icu4c-57.1\source\common\normalizer2.obj build\opt\third_party\icu4c-57.1\source\common\normalizer2impl.obj build\opt\third_party\icu4c-57.1\source\common\normlzr.obj build\opt\third_party\icu4c-57.1\source\common\parsepos.obj build\opt\third_party\icu4c-57.1\source\common\patternprops.obj build\opt\third_party\icu4c-57.1\source\common\pluralmap.obj build\opt\third_party\icu4c-57.1\source\common\propname.obj build\opt\third_party\icu4c-57.1\source\common\propsvec.obj build\opt\third_party\icu4c-57.1\source\common\punycode.obj build\opt\third_party\icu4c-57.1\source\common\putil.obj build\opt\third_party\icu4c-57.1\source\common\rbbi.obj build\opt\third_party\icu4c-57.1\source\common\rbbidata.obj build\opt\third_party\icu4c-57.1\source\common\rbbinode.obj build\opt\third_party\icu4c-57.1\source\common\rbbirb.obj build\opt\third_party\icu4c-57.1\source\common\rbbiscan.obj build\opt\third_party\icu4c-57.1\source\common\rbbisetb.obj build\opt\third_party\icu4c-57.1\source\common\rbbistbl.obj build\opt\third_party\icu4c-57.1\source\common\rbbitblb.obj build\opt\third_party\icu4c-57.1\source\common\resbund.obj build\opt\third_party\icu4c-57.1\source\common\resbund_cnv.obj build\opt\third_party\icu4c-57.1\source\common\resource.obj build\opt\third_party\icu4c-57.1\source\common\ruleiter.obj build\opt\third_party\icu4c-57.1\source\common\schriter.obj build\opt\third_party\icu4c-57.1\source\common\serv.obj build\opt\third_party\icu4c-57.1\source\common\servlk.obj build\opt\third_party\icu4c-57.1\source\common\servlkf.obj build\opt\third_party\icu4c-57.1\source\common\servls.obj build\opt\third_party\icu4c-57.1\source\common\servnotf.obj build\opt\third_party\icu4c-57.1\source\common\servrbf.obj build\opt\third_party\icu4c-57.1\source\common\servslkf.obj build\opt\third_party\icu4c-57.1\source\common\sharedobject.obj build\opt\third_party\icu4c-57.1\source\common\simpleformatter.obj build\opt\third_party\icu4c-57.1\source\common\stringpiece.obj build\opt\third_party\icu4c-57.1\source\common\stringtriebuilder.obj build\opt\third_party\icu4c-57.1\source\common\uarrsort.obj build\opt\third_party\icu4c-57.1\source\common\ubidi.obj build\opt\third_party\icu4c-57.1\source\common\ubidi_props.obj build\opt\third_party\icu4c-57.1\source\common\ubidiln.obj build\opt\third_party\icu4c-57.1\source\common\ubidiwrt.obj build\opt\third_party\icu4c-57.1\source\common\ubrk.obj build\opt\third_party\icu4c-57.1\source\common\ucase.obj build\opt\third_party\icu4c-57.1\source\common\ucasemap.obj build\opt\third_party\icu4c-57.1\source\common\ucasemap_titlecase_brkiter.obj build\opt\third_party\icu4c-57.1\source\common\ucat.obj build\opt\third_party\icu4c-57.1\source\common\uchar.obj build\opt\third_party\icu4c-57.1\source\common\ucharstrie.obj build\opt\third_party\icu4c-57.1\source\common\ucharstriebuilder.obj build\opt\third_party\icu4c-57.1\source\common\ucharstrieiterator.obj build\opt\third_party\icu4c-57.1\source\common\uchriter.obj build\opt\third_party\icu4c-57.1\source\common\ucln_cmn.obj build\opt\third_party\icu4c-57.1\source\common\ucmndata.obj build\opt\third_party\icu4c-57.1\source\common\ucnv.obj build\opt\third_party\icu4c-57.1\source\common\ucnv2022.obj build\opt\third_party\icu4c-57.1\source\common\ucnv_bld.obj build\opt\third_party\icu4c-57.1\source\common\ucnv_cb.obj build\opt\third_party\icu4c-57.1\source\common\ucnv_cnv.obj build\opt\third_party\icu4c-57.1\source\common\ucnv_ct.obj build\opt\third_party\icu4c-57.1\source\common\ucnv_err.obj build\opt\third_party\icu4c-57.1\source\common\ucnv_ext.obj build\opt\third_party\icu4c-57.1\source\common\ucnv_io.obj build\opt\third_party\icu4c-57.1\source\common\ucnv_lmb.obj build\opt\third_party\icu4c-57.1\source\common\ucnv_set.obj build\opt\third_party\icu4c-57.1\source\common\ucnv_u16.obj build\opt\third_party\icu4c-57.1\source\common\ucnv_u32.obj build\opt\third_party\icu4c-57.1\source\common\ucnv_u7.obj build\opt\third_party\icu4c-57.1\source\common\ucnv_u8.obj build\opt\third_party\icu4c-57.1\source\common\ucnvbocu.obj build\opt\third_party\icu4c-57.1\source\common\ucnvdisp.obj build\opt\third_party\icu4c-57.1\source\common\ucnvhz.obj build\opt\third_party\icu4c-57.1\source\common\ucnvisci.obj build\opt\third_party\icu4c-57.1\source\common\ucnvlat1.obj build\opt\third_party\icu4c-57.1\source\common\ucnvmbcs.obj build\opt\third_party\icu4c-57.1\source\common\ucnvscsu.obj build\opt\third_party\icu4c-57.1\source\common\ucnvsel.obj build\opt\third_party\icu4c-57.1\source\common\ucol_swp.obj build\opt\third_party\icu4c-57.1\source\common\ucurr.obj build\opt\third_party\icu4c-57.1\source\common\udata.obj build\opt\third_party\icu4c-57.1\source\common\udatamem.obj build\opt\third_party\icu4c-57.1\source\common\udataswp.obj build\opt\third_party\icu4c-57.1\source\common\uenum.obj build\opt\third_party\icu4c-57.1\source\common\uhash.obj build\opt\third_party\icu4c-57.1\source\common\uhash_us.obj build\opt\third_party\icu4c-57.1\source\common\uidna.obj build\opt\third_party\icu4c-57.1\source\common\uinit.obj build\opt\third_party\icu4c-57.1\source\common\uinvchar.obj build\opt\third_party\icu4c-57.1\source\common\uiter.obj build\opt\third_party\icu4c-57.1\source\common\ulist.obj build\opt\third_party\icu4c-57.1\source\common\ulistformatter.obj build\opt\third_party\icu4c-57.1\source\common\uloc.obj build\opt\third_party\icu4c-57.1\source\common\uloc_keytype.obj build\opt\third_party\icu4c-57.1\source\common\uloc_tag.obj build\opt\third_party\icu4c-57.1\source\common\umapfile.obj build\opt\third_party\icu4c-57.1\source\common\umath.obj build\opt\third_party\icu4c-57.1\source\common\umutex.obj build\opt\third_party\icu4c-57.1\source\common\unames.obj build\opt\third_party\icu4c-57.1\source\common\unifiedcache.obj build\opt\third_party\icu4c-57.1\source\common\unifilt.obj build\opt\third_party\icu4c-57.1\source\common\unifunct.obj build\opt\third_party\icu4c-57.1\source\common\uniset.obj build\opt\third_party\icu4c-57.1\source\common\uniset_closure.obj build\opt\third_party\icu4c-57.1\source\common\uniset_props.obj build\opt\third_party\icu4c-57.1\source\common\unisetspan.obj build\opt\third_party\icu4c-57.1\source\common\unistr.obj build\opt\third_party\icu4c-57.1\source\common\unistr_case.obj build\opt\third_party\icu4c-57.1\source\common\unistr_case_locale.obj build\opt\third_party\icu4c-57.1\source\common\unistr_cnv.obj build\opt\third_party\icu4c-57.1\source\common\unistr_props.obj build\opt\third_party\icu4c-57.1\source\common\unistr_titlecase_brkiter.obj build\opt\third_party\icu4c-57.1\source\common\unorm.obj build\opt\third_party\icu4c-57.1\source\common\unormcmp.obj build\opt\third_party\icu4c-57.1\source\common\uobject.obj build\opt\third_party\icu4c-57.1\source\common\uprops.obj build\opt\third_party\icu4c-57.1\source\common\ures_cnv.obj build\opt\third_party\icu4c-57.1\source\common\uresbund.obj build\opt\third_party\icu4c-57.1\source\common\uresdata.obj build\opt\third_party\icu4c-57.1\source\common\usc_impl.obj build\opt\third_party\icu4c-57.1\source\common\uscript.obj build\opt\third_party\icu4c-57.1\source\common\uscript_props.obj build\opt\third_party\icu4c-57.1\source\common\uset.obj build\opt\third_party\icu4c-57.1\source\common\uset_props.obj build\opt\third_party\icu4c-57.1\source\common\usetiter.obj build\opt\third_party\icu4c-57.1\source\common\ushape.obj build\opt\third_party\icu4c-57.1\source\common\usprep.obj build\opt\third_party\icu4c-57.1\source\common\ustack.obj build\opt\third_party\icu4c-57.1\source\common\ustr_cnv.obj build\opt\third_party\icu4c-57.1\source\common\ustr_titlecase_brkiter.obj build\opt\third_party\icu4c-57.1\source\common\ustr_wcs.obj build\opt\third_party\icu4c-57.1\source\common\ustrcase.obj build\opt\third_party\icu4c-57.1\source\common\ustrcase_locale.obj build\opt\third_party\icu4c-57.1\source\common\ustrenum.obj build\opt\third_party\icu4c-57.1\source\common\ustrfmt.obj build\opt\third_party\icu4c-57.1\source\common\ustring.obj build\opt\third_party\icu4c-57.1\source\common\ustrtrns.obj build\opt\third_party\icu4c-57.1\source\common\utext.obj build\opt\third_party\icu4c-57.1\source\common\utf_impl.obj build\opt\third_party\icu4c-57.1\source\common\util.obj build\opt\third_party\icu4c-57.1\source\common\util_props.obj build\opt\third_party\icu4c-57.1\source\common\utrace.obj build\opt\third_party\icu4c-57.1\source\common\utrie.obj build\opt\third_party\icu4c-57.1\source\common\utrie2.obj build\opt\third_party\icu4c-57.1\source\common\utrie2_builder.obj build\opt\third_party\icu4c-57.1\source\common\uts46.obj build\opt\third_party\icu4c-57.1\source\common\utypes.obj build\opt\third_party\icu4c-57.1\source\common\uvector.obj build\opt\third_party\icu4c-57.1\source\common\uvectr32.obj build\opt\third_party\icu4c-57.1\source\common\uvectr64.obj build\opt\third_party\icu4c-57.1\source\common\wintz.obj build\opt\third_party\icu4c-57.1\source\stubdata\stubdata.obj build\opt\mongo\rpc\get_status_from_command_result.obj build\opt\mongo\rpc\write_concern_error_detail.obj build\opt\mongo\executor\remote_command_request.obj build\opt\mongo\executor\remote_command_response.obj build\opt\mongo\rpc\metadata.obj build\opt\mongo\rpc\metadata\config_server_metadata.obj build\opt\mongo\rpc\metadata\egress_metadata_hook_list.obj build\opt\mongo\rpc\metadata\logical_time_metadata.obj build\opt\mongo\rpc\metadata\sharding_metadata.obj build\opt\mongo\rpc\metadata\repl_set_metadata.obj build\opt\mongo\rpc\metadata\oplog_query_metadata.obj build\opt\mongo\rpc\metadata\tracking_metadata.obj build\opt\mongo\rpc\metadata\client_metadata.obj build\opt\mongo\rpc\metadata\client_metadata_ismaster.obj build\opt\mongo\s\is_mongos.obj build\opt\mongo\db\repl\bson_extract_optime.obj build\opt\mongo\db\repl\optime.obj build\opt\mongo\db\logical_time_validator.obj build\opt\mongo\db\signed_logical_time.obj build\opt\mongo\db\keys_collection_manager.obj build\opt\mongo\db\keys_collection_cache.obj build\opt\mongo\db\key_generator.obj build\opt\mongo\db\keys_collection_client_sharded.obj build\opt\mongo\s\catalog\sharding_catalog_client.obj build\opt\mongo\db\logical_clock.obj build\opt\mongo\db\global_settings.obj build\opt\mongo\db\repl\repl_settings.obj build\opt\mongo\db\repl\repl_settings_init.obj build\opt\mongo\db\keys_collection_document.obj build\opt\mongo\db\time_proof_service.obj build\opt\mongo\db\logical_time.obj build\opt\mongo\db\operation_time_tracker.obj build\opt\mongo\db\auth\action_set.obj build\opt\mongo\db\auth\action_type.obj build\opt\mongo\db\auth\impersonation_session.obj build\opt\mongo\db\auth\privilege.obj build\opt\mongo\db\auth\privilege_parser.obj build\opt\mongo\db\auth\resource_pattern.obj build\opt\mongo\db\auth\user_management_commands_parser.obj build\opt\mongo\db\field_ref.obj build\opt\mongo\db\field_ref_set.obj build\opt\mongo\db\field_parser.obj build\opt\mongo\db\keypattern.obj build\opt\mongo\db\write_concern_options.obj build\opt\mongo\db\index_names.obj build\opt\mongo\db\auth\address_restriction.obj build\opt\mongo\db\auth\address_restriction_gen.obj build\opt\mongo\db\auth\restriction_environment.obj build\opt\mongo\bson\mutable\document.obj build\opt\mongo\bson\mutable\element.obj build\opt\mongo\util\safe_num.obj build\opt\mongo\db\auth\authorization_manager.obj build\opt\mongo\db\auth\authorization_session.obj build\opt\mongo\db\auth\auth_decorations.obj build\opt\mongo\rpc\metadata\audit_metadata.obj build\opt\mongo\db\auth\user_name.obj build\opt\mongo\db\auth\role_name.obj build\opt\mongo\client\read_preference.obj build\opt\mongo\db\client.obj build\opt\mongo\db\multi_key_path_tracker.obj build\opt\mongo\db\operation_context.obj build\opt\mongo\db\operation_context_group.obj build\opt\mongo\db\service_context.obj build\opt\mongo\db\server_recovery.obj build\opt\mongo\db\unclean_shutdown.obj build\opt\mongo\util\periodic_runner.obj build\opt\mongo\util\net\cidr.obj build\opt\mongo\util\net\hostandport.obj build\opt\mongo\util\net\hostname_canonicalization.obj build\opt\mongo\util\net\sockaddr.obj build\opt\mongo\util\net\socket_exception.obj build\opt\mongo\util\net\socket_utils.obj build\opt\mongo\util\net\hostandport_gen.obj build\opt\mongo\util\winutil.obj build\opt\mongo\util\fail_point.obj build\opt\mongo\util\fail_point_registry.obj build\opt\mongo\util\fail_point_server_parameter.obj build\opt\mongo\util\fail_point_service.obj build\opt\mongo\util\concurrency\spin_lock.obj build\opt\mongo\util\background_thread_clock_source.obj build\opt\mongo\util\clock_source.obj build\opt\mongo\util\fast_clock_source_factory.obj build\opt\mongo\transport\service_entry_point_utils.obj build\opt\mongo\transport\session.obj build\opt\mongo\transport\transport_layer.obj build\opt\mongo\db\storage\write_unit_of_work.obj build\opt\mongo\db\storage\storage_options.obj build\opt\mongo\db\logical_session_id.obj build\opt\mongo\db\logical_session_id_gen.obj build\opt\mongo\db\refresh_sessions_gen.obj build\opt\mongo\idl\idl_parser.obj build\opt\mongo\db\command_generic_argument.obj build\opt\mongo\db\server_parameters.obj build\opt\mongo\crypto\sha_block_windows.obj build\opt\mongo\crypto\sha1_block.obj build\opt\mongo\crypto\sha256_block.obj build\opt\mongo\util\secure_compare_memory.obj build\opt\mongo\base\secure_allocator.obj build\opt\mongo\util\secure_zero_memory.obj build\opt\mongo\util\processinfo.obj build\opt\mongo\util\processinfo_windows.obj build\opt\mongo\db\server_options.obj build\opt\mongo\bson\util\bson_extract.obj build\opt\mongo\base\data_range.obj build\opt\mongo\base\data_range_cursor.obj build\opt\mongo\base\data_type.obj build\opt\mongo\base\data_type_string_data.obj build\opt\mongo\base\data_type_terminated.obj build\opt\mongo\base\error_codes.obj build\opt\mongo\base\error_extra_info.obj build\opt\mongo\base\global_initializer.obj build\opt\mongo\base\global_initializer_registerer.obj build\opt\mongo\base\init.obj build\opt\mongo\base\initializer.obj build\opt\mongo\base\initializer_dependency_graph.obj build\opt\mongo\base\make_string_vector.obj build\opt\mongo\base\parse_number.obj build\opt\mongo\base\shim.obj build\opt\mongo\base\simple_string_data_comparator.obj build\opt\mongo\base\status.obj build\opt\mongo\base\string_data.obj build\opt\mongo\base\validate_locale.obj build\opt\mongo\bson\bson_comparator_interface_base.obj build\opt\mongo\bson\bson_depth.obj build\opt\mongo\bson\bson_validate.obj build\opt\mongo\bson\bsonelement.obj build\opt\mongo\bson\bsonmisc.obj build\opt\mongo\bson\bsonobj.obj build\opt\mongo\bson\bsonobjbuilder.obj build\opt\mongo\bson\bsontypes.obj build\opt\mongo\bson\json.obj build\opt\mongo\bson\oid.obj build\opt\mongo\bson\simple_bsonelement_comparator.obj build\opt\mongo\bson\simple_bsonobj_comparator.obj build\opt\mongo\bson\timestamp.obj build\opt\mongo\logger\component_message_log_domain.obj build\opt\mongo\logger\console.obj build\opt\mongo\logger\log_component.obj build\opt\mongo\logger\log_component_settings.obj build\opt\mongo\logger\log_manager.obj build\opt\mongo\logger\log_severity.obj build\opt\mongo\logger\logger.obj build\opt\mongo\logger\logstream_builder.obj build\opt\mongo\logger\message_event_utf8_encoder.obj build\opt\mongo\logger\message_log_domain.obj build\opt\mongo\logger\ramlog.obj build\opt\mongo\logger\redaction.obj build\opt\mongo\logger\rotatable_file_manager.obj build\opt\mongo\logger\rotatable_file_writer.obj build\opt\mongo\platform\decimal128.obj build\opt\mongo\platform\posix_fadvise.obj build\opt\mongo\platform\process_id.obj build\opt\mongo\platform\random.obj build\opt\mongo\platform\shared_library.obj build\opt\mongo\platform\shared_library_windows.obj build\opt\mongo\platform\stack_locator.obj build\opt\mongo\platform\stack_locator_windows.obj build\opt\mongo\platform\strcasestr.obj build\opt\mongo\platform\strnlen.obj build\opt\mongo\util\allocator.obj build\opt\mongo\util\assert_util.obj build\opt\mongo\util\base64.obj build\opt\mongo\util\concurrency\idle_thread_block.obj build\opt\mongo\util\concurrency\thread_name.obj build\opt\mongo\util\duration.obj build\opt\mongo\util\errno_util.obj build\opt\mongo\util\exception_filter_win32.obj build\opt\mongo\util\exit.obj build\opt\mongo\util\file.obj build\opt\mongo\util\hex.obj build\opt\mongo\util\itoa.obj build\opt\mongo\util\log.obj build\opt\mongo\util\platform_init.obj build\opt\mongo\util\signal_handlers_synchronous.obj build\opt\mongo\util\stacktrace.obj build\opt\mongo\util\stacktrace_windows.obj build\opt\mongo\util\startup_test.obj build\opt\mongo\util\stringutils.obj build\opt\mongo\util\system_clock_source.obj build\opt\mongo\util\system_tick_source.obj build\opt\mongo\util\text.obj build\opt\mongo\util\time_support.obj build\opt\mongo\util\timer.obj build\opt\mongo\util\uuid.obj build\opt\mongo\util\version.obj build\opt\third_party\shim_pcrecpp.obj build\opt\third_party\pcre-8.41\pcre_byte_order.obj build\opt\third_party\pcre-8.41\pcre_compile.obj build\opt\third_party\pcre-8.41\pcre_config.obj build\opt\third_party\pcre-8.41\pcre_dfa_exec.obj build\opt\third_party\pcre-8.41\pcre_exec.obj build\opt\third_party\pcre-8.41\pcre_fullinfo.obj build\opt\third_party\pcre-8.41\pcre_get.obj build\opt\third_party\pcre-8.41\pcre_globals.obj build\opt\third_party\pcre-8.41\pcre_maketables.obj build\opt\third_party\pcre-8.41\pcre_newline.obj build\opt\third_party\pcre-8.41\pcre_ord2utf8.obj build\opt\third_party\pcre-8.41\pcre_refcount.obj build\opt\third_party\pcre-8.41\pcre_string_utils.obj build\opt\third_party\pcre-8.41\pcre_study.obj build\opt\third_party\pcre-8.41\pcre_tables.obj build\opt\third_party\pcre-8.41\pcre_ucd.obj build\opt\third_party\pcre-8.41\pcre_valid_utf8.obj build\opt\third_party\pcre-8.41\pcre_version.obj build\opt\third_party\pcre-8.41\pcre_xclass.obj build\opt\third_party\pcre-8.41\pcre_chartables.obj build\opt\third_party\pcre-8.41\pcrecpp.obj build\opt\third_party\pcre-8.41\pcre_scanner.obj build\opt\third_party\pcre-8.41\pcre_stringpiece.obj build\opt\third_party\pcre-8.41\pcreposix.obj build\opt\third_party\shim_intel_decimal128.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_exception.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_four_over_pi.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_bessel.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_bid.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_cbrt.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_erf.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_exp.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_int.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_inv_hyper.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_inv_trig.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_lgamma.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_log.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_mod.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_ops.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_ops_64.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_pow.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_powi.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_sqrt.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\dpml_ux_trig.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\float128\sqrt_tab_t.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_2_str_tables.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_acos.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_acosh.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_add.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_asin.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_asinh.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_atan.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_atan2.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_atanh.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_cbrt.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_compare.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_cos.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_cosh.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_div.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_erf.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_erfc.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_exp.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_exp10.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_exp2.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_expm1.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_fdimd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_fma.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_fmod.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_frexp.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_hypot.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_ldexp.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_lgamma.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_llrintd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_log.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_log10.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_log1p.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_log2.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_logb.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_logbd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_lrintd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_lround.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_minmax.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_modf.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_mul.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_nearbyintd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_next.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_nexttowardd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_noncomp.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_pow.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_quantexpd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_quantize.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_rem.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_round_integral.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_scalb.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_scalbl.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_sin.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_sinh.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_sqrt.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_string.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_tan.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_tanh.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_tgamma.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_to_int16.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_to_int32.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_to_int64.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_to_int8.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_to_uint16.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_to_uint32.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_to_uint64.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid128_to_uint8.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_acos.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_acosh.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_add.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_asin.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_asinh.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_atan.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_atan2.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_atanh.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_cbrt.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_compare.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_cos.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_cosh.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_div.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_erf.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_erfc.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_exp.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_exp10.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_exp2.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_expm1.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_fdimd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_fma.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_fmod.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_frexp.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_hypot.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_ldexp.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_lgamma.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_llrintd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_log.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_log10.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_log1p.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_log2.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_logb.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_logbd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_lrintd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_lround.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_minmax.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_modf.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_mul.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_nearbyintd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_next.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_nexttowardd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_noncomp.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_pow.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_quantexpd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_quantize.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_rem.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_round_integral.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_scalb.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_scalbl.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_sin.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_sinh.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_sqrt.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_string.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_sub.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_tan.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_tanh.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_tgamma.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_bid128.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_bid64.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_int16.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_int32.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_int64.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_int8.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_uint16.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_uint32.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_uint64.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid32_to_uint8.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_acos.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_acosh.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_add.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_asin.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_asinh.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_atan.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_atan2.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_atanh.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_cbrt.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_compare.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_cos.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_cosh.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_div.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_erf.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_erfc.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_exp.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_exp10.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_exp2.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_expm1.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_fdimd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_fma.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_fmod.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_frexp.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_hypot.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_ldexp.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_lgamma.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_llrintd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_log.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_log10.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_log1p.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_log2.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_logb.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_logbd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_lrintd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_lround.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_minmax.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_modf.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_mul.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_nearbyintd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_next.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_nexttowardd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_noncomp.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_pow.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_quantexpd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_quantize.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_rem.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_round_integral.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_scalb.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_scalbl.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_sin.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_sinh.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_sqrt.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_string.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_tan.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_tanh.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_tgamma.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_to_bid128.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_to_int16.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_to_int32.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_to_int64.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_to_int8.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_to_uint16.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_to_uint32.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_to_uint64.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid64_to_uint8.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_binarydecimal.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_convert_data.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_decimal_data.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_decimal_globals.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_dpd.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_feclearexcept.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_fegetexceptflag.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_feraiseexcept.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_fesetexceptflag.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_fetestexcept.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_flag_operations.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_from_int.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\bid_round.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\strtod128.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\strtod32.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\strtod64.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\wcstod128.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\wcstod32.obj build\opt\third_party\IntelRDFPMathLib20U1\LIBRARY\src\wcstod64.obj build\opt\third_party\shim_boost.obj build\opt\third_party\boost-1.60.0\libs\program_options\src\cmdline.obj build\opt\third_party\boost-1.60.0\libs\program_options\src\config_file.obj build\opt\third_party\boost-1.60.0\libs\program_options\src\convert.obj build\opt\third_party\boost-1.60.0\libs\program_options\src\options_description.obj build\opt\third_party\boost-1.60.0\libs\program_options\src\parsers.obj build\opt\third_party\boost-1.60.0\libs\program_options\src\positional_options.obj build\opt\third_party\boost-1.60.0\libs\program_options\src\split.obj build\opt\third_party\boost-1.60.0\libs\program_options\src\utf8_codecvt_facet.obj build\opt\third_party\boost-1.60.0\libs\program_options\src\value_semantic.obj build\opt\third_party\boost-1.60.0\libs\program_options\src\variables_map.obj build\opt\third_party\boost-1.60.0\libs\program_options\src\winmain.obj build\opt\third_party\boost-1.60.0\libs\iostreams\src\file_descriptor.obj build\opt\third_party\boost-1.60.0\libs\iostreams\src\mapped_file.obj build\opt\third_party\boost-1.60.0\libs\filesystem\src\codecvt_error_category.obj build\opt\third_party\boost-1.60.0\libs\filesystem\src\operations.obj build\opt\third_party\boost-1.60.0\libs\filesystem\src\path.obj build\opt\third_party\boost-1.60.0\libs\filesystem\src\path_traits.obj build\opt\third_party\boost-1.60.0\libs\filesystem\src\portability.obj build\opt\third_party\boost-1.60.0\libs\filesystem\src\unique_path.obj build\opt\third_party\boost-1.60.0\libs\filesystem\src\utf8_codecvt_facet.obj build\opt\third_party\boost-1.60.0\libs\filesystem\src\windows_file_codecvt.obj build\opt\third_party\boost-1.60.0\libs\system\src\error_code.obj build\opt\third_party\murmurhash3\MurmurHash3.obj build\opt\mongo\util\quick_exit.obj build\opt\third_party\shim_allocator.obj build\opt\third_party\gperftools-2.5\src\base\dynamic_annotations.obj build\opt\third_party\gperftools-2.5\src\base\elf_mem_image.obj build\opt\third_party\gperftools-2.5\src\base\logging.obj build\opt\third_party\gperftools-2.5\src\base\spinlock.obj build\opt\third_party\gperftools-2.5\src\base\spinlock_internal.obj build\opt\third_party\gperftools-2.5\src\base\sysinfo.obj build\opt\third_party\gperftools-2.5\src\base\vdso_support.obj build\opt\third_party\gperftools-2.5\src\central_freelist.obj build\opt\third_party\gperftools-2.5\src\common.obj build\opt\third_party\gperftools-2.5\src\internal_logging.obj build\opt\third_party\gperftools-2.5\src\malloc_extension.obj build\opt\third_party\gperftools-2.5\src\malloc_hook.obj build\opt\third_party\gperftools-2.5\src\memfs_malloc.obj build\opt\third_party\gperftools-2.5\src\page_heap.obj build\opt\third_party\gperftools-2.5\src\sampler.obj build\opt\third_party\gperftools-2.5\src\span.obj build\opt\third_party\gperftools-2.5\src\stack_trace_table.obj build\opt\third_party\gperftools-2.5\src\stacktrace.obj build\opt\third_party\gperftools-2.5\src\static_vars.obj build\opt\third_party\gperftools-2.5\src\symbolize.obj build\opt\third_party\gperftools-2.5\src\thread_cache.obj build\opt\third_party\gperftools-2.5\src\tcmalloc.obj build\opt\third_party\gperftools-2.5\src\windows\port.obj build\opt\third_party\gperftools-2.5\src\windows\system-alloc.obj build\opt\third_party\gperftools-2.5\src\fake_stacktrace_scope.obj build\opt\mongo\util\debugger.obj build\opt\mongo\shell\dbshell.obj build\opt\mongo\shell\mongodbcr.obj build\opt\mongo\shell\shell_options_init.obj \ No newline at end of file diff --git a/cmake/win_dbg_link_libs b/cmake/win_dbg_link_libs new file mode 100644 index 000000000..17cd7d78d --- /dev/null +++ b/cmake/win_dbg_link_libs @@ -0,0 +1,4 @@ +DbgHelp.lib Iphlpapi.lib Psapi.lib advapi32.lib bcrypt.lib crypt32.lib +dnsapi.lib kernel32.lib shell32.lib pdh.lib version.lib winmm.lib ws2_32.lib +secur32.lib winmm.lib +/PDB:build\debug\mongo\mongo.pdb /DEBUG \ No newline at end of file diff --git a/cmake/win_rel_link_libs b/cmake/win_rel_link_libs new file mode 100644 index 000000000..80b526eab --- /dev/null +++ b/cmake/win_rel_link_libs @@ -0,0 +1,3 @@ +DbgHelp.lib Iphlpapi.lib Psapi.lib advapi32.lib bcrypt.lib crypt32.lib dnsapi.lib +kernel32.lib shell32.lib pdh.lib version.lib winmm.lib ws2_32.lib secur32.lib winmm.lib +/PDB:build\opt\mongo\mongo.pdb /DEBUG \ No newline at end of file diff --git a/src/robomongo/CMakeLists.txt b/src/robomongo/CMakeLists.txt index 5eed83033..ae42433b9 100644 --- a/src/robomongo/CMakeLists.txt +++ b/src/robomongo/CMakeLists.txt @@ -172,6 +172,7 @@ target_include_directories(robomongo target_compile_definitions(robomongo PRIVATE + BUILDING_ROBO PROJECT_NAME="${PROJECT_NAME}" PROJECT_NAME_TITLE="${PROJECT_NAME_TITLE}" PROJECT_COPYRIGHT="${PROJECT_COPYRIGHT}" diff --git a/src/robomongo/app/main.cpp b/src/robomongo/app/main.cpp index 348e9dbcb..d6e10c07c 100644 --- a/src/robomongo/app/main.cpp +++ b/src/robomongo/app/main.cpp @@ -6,9 +6,13 @@ // Header "mongo/util/net/sock" is needed for mongo::enableIPv6() // Header "mongo/platform/basic" is required by "sock.h" under Windows #include -#include +#include #include #include +#include +#include +#include +#include #include "robomongo/core/AppRegistry.h" #include "robomongo/core/settings/SettingsManager.h" @@ -39,6 +43,17 @@ int main(int argc, char *argv[], char** envp) // Initialization routine for MongoDB shell mongo::runGlobalInitializersOrDie(argc, argv, envp); + mongo::setGlobalServiceContext(mongo::ServiceContext::make()); + // Mongo-Todo: This should use a TransportLayerManager or TransportLayerFactory + auto serviceContext = mongo::getGlobalServiceContext(); + mongo::transport::TransportLayerASIO::Options opts; + opts.enableIPv6 = mongo::shellGlobalParams.enableIPv6; + opts.mode = mongo::transport::TransportLayerASIO::Options::kEgress; + serviceContext->setTransportLayer( + std::make_unique(opts, nullptr)); + auto tlPtr = serviceContext->getTransportLayer(); + uassertStatusOK(tlPtr->setup()); + uassertStatusOK(tlPtr->start()); // Initialize Qt application QApplication app(argc, argv); diff --git a/src/robomongo/core/mongodb/MongoClient.cpp b/src/robomongo/core/mongodb/MongoClient.cpp index fe75133eb..2c4a182bb 100644 --- a/src/robomongo/core/mongodb/MongoClient.cpp +++ b/src/robomongo/core/mongodb/MongoClient.cpp @@ -82,12 +82,8 @@ namespace Robomongo std::vector MongoClient::getDatabaseNames() const { - typedef std::list cont_string_t; - cont_string_t dbs = _dbclient->getDatabaseNames(); - std::vector dbNames; - for (cont_string_t::const_iterator i = dbs.begin(); i != dbs.end(); ++i) { - dbNames.push_back(*i); - } + std::list const& dbs = _dbclient->getDatabaseNames(); + std::vector dbNames = {dbs.begin(), dbs.end()}; std::sort(dbNames.begin(), dbNames.end()); return dbNames; } @@ -101,7 +97,7 @@ namespace Robomongo // Cursor may be NULL, it means we have connectivity problem if (!cursor) - throw mongo::DBException("Network error while attempting to load list of users", 0); + throw std::runtime_error("Network error while attempting to load list of users"/*, 0*/); float ver = getVersion(); while (cursor->more()) { @@ -133,7 +129,7 @@ namespace Robomongo std::string errorStr = _dbclient->getLastError(); if (!errorStr.empty()) - throw mongo::DBException(errorStr, 0); + throw std::runtime_error(errorStr/*, 0*/); } void MongoClient::dropUser(const std::string &dbName, const mongo::OID &id) @@ -149,7 +145,7 @@ namespace Robomongo std::string errorStr = _dbclient->getLastError(); if (!errorStr.empty()) - throw mongo::DBException(errorStr, 0); + throw std::runtime_error(errorStr/*, 0*/); } std::vector MongoClient::getFunctions(const std::string &dbName) @@ -161,7 +157,7 @@ namespace Robomongo // Cursor may be NULL, it means we have connectivity problem if (!cursor) - throw mongo::DBException("Network error while attempting to load list of functions.", 0); + throw std::runtime_error("Network error while attempting to load list of functions."/*, 0*/); while (cursor->more()) { mongo::BSONObj bsonObj = cursor->next(); @@ -319,7 +315,7 @@ namespace Robomongo _dbclient->insert(ns.toString(), obj); std::string errorStr = _dbclient->getLastError(); if (!errorStr.empty()) - throw mongo::DBException(errorStr, 0); + throw std::runtime_error(errorStr/* , 0 */); } else { // this is update std::string name = fun.name(); @@ -333,7 +329,7 @@ namespace Robomongo _dbclient->update(ns.toString(), query, obj, true, false); std::string errorStr = _dbclient->getLastError(); if (!errorStr.empty()) - throw mongo::DBException(errorStr, 0); + throw std::runtime_error(errorStr/*, 0*/); } else { // update function name (remove & insert) _dbclient->insert(ns.toString(), obj); std::string errorStr = _dbclient->getLastError(); @@ -347,7 +343,7 @@ namespace Robomongo _dbclient->remove(ns.toString(), query, true); } else { - throw mongo::DBException(errorStr, 0); + throw std::runtime_error(errorStr/*, 0*/); } } } @@ -365,7 +361,7 @@ namespace Robomongo _dbclient->remove(ns.toString(), query, true); std::string errorStr = _dbclient->getLastError(); if (!errorStr.empty()) - throw mongo::DBException(errorStr, 0); + throw std::runtime_error(errorStr/*, 0*/); } void MongoClient::createDatabase(const std::string &dbName) @@ -380,7 +376,7 @@ namespace Robomongo // If .temp already exists, stop. if (_dbclient->exists(ns.toString())) - throw mongo::DBException(dbName + ".temp already exists.", 0); + throw std::runtime_error(dbName + ".temp already exists."/*, 0*/); // Building { _id : "temp" } document mongo::BSONObjBuilder builder; @@ -391,7 +387,7 @@ namespace Robomongo _dbclient->insert(ns.toString(), obj); std::string errorStr = _dbclient->getLastError(); if (!errorStr.empty()) - throw mongo::DBException(errorStr, 0); + throw std::runtime_error(errorStr/*, 0*/); // Drop temp collection _dbclient->dropCollection(ns.toString()); @@ -405,7 +401,7 @@ namespace Robomongo if (errStr.empty()) errStr = "Failed to get error message."; - throw mongo::DBException(errStr, 0); + throw std::runtime_error(errStr/*, 0*/); } } @@ -437,11 +433,11 @@ namespace Robomongo if (errStr.empty()) errStr = "Failed to get error message."; - throw mongo::DBException(errStr, 0); + throw std::runtime_error(errStr/*, 0*/); } } else { - throw mongo::DBException("Collection with same name already exists.", 0); + throw std::runtime_error("Collection with same name already exists."/*, 0*/); } } @@ -461,7 +457,7 @@ namespace Robomongo if (errStr.empty()) errStr = "Failed to get error message."; - throw mongo::DBException(errStr, 0); + throw std::runtime_error(errStr/*, 0*/); } } @@ -480,18 +476,18 @@ namespace Robomongo if (errStr.empty()) errStr = "Failed to get error message."; - throw mongo::DBException(errStr, 0); + throw std::runtime_error(errStr/*, 0*/); } } else { - throw mongo::DBException("Collection with same name already exists.", 0); + throw std::runtime_error("Collection with same name already exists."/*, 0*/); } std::unique_ptr cursor(_dbclient->query(sourceCollection.toString(), mongo::Query())); // Cursor may be NULL, it means we have connectivity problem if (!cursor) - throw mongo::DBException("Network error while attempting to run query", 0); + throw std::runtime_error("Network error while attempting to run query"/*, 0*/); while (cursor->more()) { mongo::BSONObj bsonObj = cursor->next(); @@ -509,7 +505,7 @@ namespace Robomongo // Cursor may be NULL, it means we have connectivity problem if (!cursor) - throw mongo::DBException("Network error while attempting to run query", 0); + throw std::runtime_error("Network error while attempting to run query"/*, 0*/); while (cursor->more()) { mongo::BSONObj bsonObj = cursor->next(); @@ -526,11 +522,11 @@ namespace Robomongo if (errStr.empty()) errStr = "Failed to get error message."; - throw mongo::DBException(errStr, 0); + throw std::runtime_error(errStr/*, 0*/); } } else { - throw mongo::DBException("Collection does not exist.", 0); + throw std::runtime_error("Collection does not exist."/*, 0*/); } } @@ -575,7 +571,7 @@ namespace Robomongo // DBClientBase::query may return nullptr if (!cursor) - throw mongo::DBException("Network error while attempting to run query", 0); + throw std::runtime_error("Network error while attempting to run query"/*, 0*/); while (cursor->more()) { mongo::BSONObj bsonObj = cursor->next(); @@ -631,6 +627,6 @@ namespace Robomongo if (lastError.empty()) return; - throw mongo::DBException(lastError, mongo::ErrorCodes::InternalError); + throw std::runtime_error(lastError/*, mongo::ErrorCodes::InternalError*/); } } diff --git a/src/robomongo/core/mongodb/MongoWorker.cpp b/src/robomongo/core/mongodb/MongoWorker.cpp index 0b2a4998a..b0009a6b7 100644 --- a/src/robomongo/core/mongodb/MongoWorker.cpp +++ b/src/robomongo/core/mongodb/MongoWorker.cpp @@ -1,6 +1,7 @@ #include "robomongo/core/mongodb/MongoWorker.h" #include +#include #include @@ -107,7 +108,7 @@ namespace Robomongo return; _scriptEngine->interrupt(); - } catch(const mongo::DBException &ex) { + } catch(const std::runtime_error &ex) { LOG_MSG(ex.what(), mongo::logger::LogSeverity::Error()); } } @@ -238,7 +239,7 @@ namespace Robomongo // If we do not have databases, it means that we are unable to // execute "listdatabases" command and we have nothing to show. if (dbNames.size() == 0) - throw mongo::DBException("Failed to execute \"listdatabases\" command.", 0); + throw std::runtime_error("Failed to execute \"listdatabases\" command."/*, 0*/); if (!_connSettings->isReplicaSet()) init(); // Init MongoWorker for single server (for replica set connections early init is used) @@ -337,7 +338,7 @@ namespace Robomongo } else { reply(event->sender(), new LoadDatabaseNamesResponse(this, EventError("Failed to execute \"listdatabases\" command."))); } - } catch(const mongo::DBException &ex) { + } catch(const std::runtime_error &ex) { reply(event->sender(), new LoadDatabaseNamesResponse(this, EventError(ex.what()))); LOG_MSG(ex.what(), mongo::logger::LogSeverity::Error()); } @@ -356,7 +357,7 @@ namespace Robomongo client->done(); reply(event->sender(), new LoadCollectionNamesResponse(this, event->databaseName(), collInfos)); - } catch(const mongo::DBException &ex) { + } catch(const std::runtime_error &ex) { if (_connSettings->isReplicaSet()) { ReplicaSet const& replicaSetInfo = getReplicaSetInfo(true); if (replicaSetInfo.primary.empty()) { // primary not reachable @@ -379,7 +380,7 @@ namespace Robomongo client->done(); reply(event->sender(), new LoadUsersResponse(this, event->databaseName(), users)); - } catch(const mongo::DBException &ex) { + } catch(const std::runtime_error &ex) { if (_connSettings->isReplicaSet()) { ReplicaSet const& replicaSetInfo = getReplicaSetInfo(true); if (replicaSetInfo.primary.empty()) { // primary not reachable @@ -402,7 +403,7 @@ namespace Robomongo client->done(); reply(event->sender(), new LoadCollectionIndexesResponse(this, ind)); - } catch(const mongo::DBException &ex) { + } catch(const std::runtime_error &ex) { reply(event->sender(), new LoadCollectionIndexesResponse(this, EventError(ex.what()))); LOG_MSG(ex.what(), mongo::logger::LogSeverity::Error()); } @@ -419,7 +420,7 @@ namespace Robomongo client->done(); reply(event->sender(), new LoadCollectionIndexesResponse(this, ind)); - } catch(const mongo::DBException &ex) { + } catch(const std::runtime_error &ex) { reply(event->sender(), new LoadCollectionIndexesResponse(this, EventError(ex.what()))); LOG_MSG(ex.what(), mongo::logger::LogSeverity::Error()); } @@ -432,7 +433,7 @@ namespace Robomongo client->dropIndexFromCollection(event->collection(), event->name()); client->done(); reply(event->sender(), new DeleteCollectionIndexResponse(this, event->collection(), event->name())); - } catch(const mongo::DBException &ex) { + } catch(const std::runtime_error &ex) { reply(event->sender(), new DeleteCollectionIndexResponse(this, EventError(ex.what()))); LOG_MSG(ex.what(), mongo::logger::LogSeverity::Error()); } @@ -447,7 +448,7 @@ namespace Robomongo client->done(); reply(event->sender(), new LoadCollectionIndexesResponse(this, ind)); - } catch(const mongo::DBException &ex) { + } catch(const std::runtime_error &ex) { reply(event->sender(), new LoadCollectionIndexesResponse(this, EventError(ex.what()))); LOG_MSG(ex.what(), mongo::logger::LogSeverity::Error()); } @@ -474,7 +475,7 @@ namespace Robomongo } reply(event->sender(), new LoadFunctionsResponse(this, event->databaseName(), funcs)); - } catch(const mongo::DBException &ex) { + } catch(const std::runtime_error &ex) { if (_connSettings->isReplicaSet()) { ReplicaSet const& replicaSetInfo = getReplicaSetInfo(true); if (replicaSetInfo.primary.empty()) { // primary not reachable @@ -502,7 +503,7 @@ namespace Robomongo client->done(); reply(event->sender(), new InsertDocumentResponse(this)); } - catch(const mongo::DBException &ex) { + catch(const std::runtime_error &ex) { if (_connSettings->isReplicaSet()) { ReplicaSet const& replicaSetInfo = getReplicaSetInfo(true); if (replicaSetInfo.primary.empty()) { // primary not reachable @@ -510,11 +511,11 @@ namespace Robomongo EventError(PRIMARY_UNREACHABLE, replicaSetInfo, false))); } else // other errors - reply(event->sender(), new InsertDocumentResponse(this, EventError(ex.toString()))); + reply(event->sender(), new InsertDocumentResponse(this, EventError(ex.what()))); } else { // single server reply(event->sender(), new InsertDocumentResponse(this, - EventError("Error when saving document: " + ex.toString()))); + EventError("Error when saving document: " + std::string(ex.what())))); } } } @@ -529,7 +530,7 @@ namespace Robomongo reply(event->sender(), new RemoveDocumentResponse(this, event->removeCount(), event->index())); } - catch(const mongo::DBException &ex) { + catch(const std::runtime_error &ex) { if (_connSettings->isReplicaSet()) { ReplicaSet const& replicaSetInfo = getReplicaSetInfo(true); if (replicaSetInfo.primary.empty()) { // primary not reachable @@ -542,7 +543,7 @@ namespace Robomongo } else // single server reply(event->sender(), new RemoveDocumentResponse(this, - EventError("Error when deleting document: " + ex.toString()), event->removeCount(), event->index())); + EventError("Error when deleting document: " + std::string(ex.what())), event->removeCount(), event->index())); } } @@ -554,7 +555,7 @@ namespace Robomongo client->done(); reply(event->sender(), new ExecuteQueryResponse(this, event->resultIndex(), event->queryInfo(), docs)); - } catch(const mongo::DBException &ex) { + } catch(const std::runtime_error &ex) { reply(event->sender(), new ExecuteQueryResponse(this, EventError(ex.what()))); LOG_MSG(ex.what(), mongo::logger::LogSeverity::Error()); } @@ -640,7 +641,7 @@ namespace Robomongo } _scriptEngine->interrupt(); - } catch(const mongo::DBException &ex) { + } catch(const std::runtime_error &ex) { LOG_MSG(ex.what(), mongo::logger::LogSeverity::Error()); } } @@ -655,7 +656,7 @@ namespace Robomongo QStringList list = _scriptEngine->complete(event->prefix, event->mode); reply(event->sender(), new AutocompleteResponse(this, list, event->prefix)); - } catch(const mongo::DBException &ex) { + } catch(const std::runtime_error &ex) { reply(event->sender(), new AutocompleteResponse(this, EventError(ex.what()))); LOG_MSG(ex.what(), mongo::logger::LogSeverity::Error()); } @@ -671,7 +672,7 @@ namespace Robomongo _createdDbs.insert(event->database()); reply(event->sender(), new CreateDatabaseResponse(this, event->database())); - } catch(const mongo::DBException &ex) { + } catch(const std::runtime_error &ex) { if (_connSettings->isReplicaSet()) { ReplicaSet const& replicaSetInfo = getReplicaSetInfo(true); if (replicaSetInfo.primary.empty()) { // primary not reachable @@ -680,7 +681,7 @@ namespace Robomongo } else // other errors reply(event->sender(), new CreateDatabaseResponse(this, event->database(), - EventError(ex.toString()))); + EventError(ex.what()))); } else // single server reply(event->sender(), new CreateDatabaseResponse(this, event->database(), EventError(ex.what()))); @@ -698,7 +699,7 @@ namespace Robomongo reply(event->sender(), new DropDatabaseResponse(this, event->database)); } - catch(const mongo::DBException &ex) { + catch(const std::runtime_error &ex) { if (_connSettings->isReplicaSet()) { ReplicaSet const& replicaSetInfo = getReplicaSetInfo(true); if (replicaSetInfo.primary.empty()) { // primary not reachable @@ -706,7 +707,7 @@ namespace Robomongo EventError(PRIMARY_UNREACHABLE, replicaSetInfo, false))); } else // other errors - reply(event->sender(), new DropDatabaseResponse(this, event->database, EventError(ex.toString()))); + reply(event->sender(), new DropDatabaseResponse(this, event->database, EventError(ex.what()))); } else // single server reply(event->sender(), new DropDatabaseResponse(this, event->database, EventError(ex.what()))); @@ -724,7 +725,7 @@ namespace Robomongo client->done(); reply(event->sender(), new CreateCollectionResponse(this, collection)); - } catch(const mongo::DBException &ex) { + } catch(const std::runtime_error &ex) { if (_connSettings->isReplicaSet()) { ReplicaSet const& replicaSetInfo = getReplicaSetInfo(true); if (replicaSetInfo.primary.empty()) { // primary not reachable @@ -732,7 +733,7 @@ namespace Robomongo EventError(PRIMARY_UNREACHABLE, replicaSetInfo, false))); } else // other errors - reply(event->sender(), new CreateCollectionResponse(this, collection, EventError(ex.toString()))); + reply(event->sender(), new CreateCollectionResponse(this, collection, EventError(ex.what()))); } else // single server reply(event->sender(), new CreateCollectionResponse(this, collection, EventError(ex.what()))); @@ -749,7 +750,7 @@ namespace Robomongo client->done(); reply(event->sender(), new DropCollectionResponse(this, collection)); - } catch(const mongo::DBException &ex) { + } catch(const std::runtime_error &ex) { if (_connSettings->isReplicaSet()) { ReplicaSet const& replicaSetInfo = getReplicaSetInfo(true); if (replicaSetInfo.primary.empty()) { // primary not reachable @@ -757,7 +758,7 @@ namespace Robomongo EventError(PRIMARY_UNREACHABLE, replicaSetInfo, false))); } else // other errors - reply(event->sender(), new DropCollectionResponse(this, collection, EventError(ex.toString()))); + reply(event->sender(), new DropCollectionResponse(this, collection, EventError(ex.what()))); } else // single server reply(event->sender(), new DropCollectionResponse(this, collection, EventError(ex.what()))); @@ -773,7 +774,7 @@ namespace Robomongo reply(event->sender(), new RenameCollectionResponse(this, event->ns().collectionName(), event->newCollection())); - } catch(const mongo::DBException &ex) { + } catch(const std::runtime_error &ex) { if (_connSettings->isReplicaSet()) { ReplicaSet const& replicaSetInfo = getReplicaSetInfo(true); if (replicaSetInfo.primary.empty()) { // primary not reachable @@ -781,7 +782,7 @@ namespace Robomongo EventError(PRIMARY_UNREACHABLE, replicaSetInfo, false))); } else // other errors - reply(event->sender(), new RenameCollectionResponse(this, EventError(ex.toString()))); + reply(event->sender(), new RenameCollectionResponse(this, EventError(ex.what()))); } else // single server reply(event->sender(), new RenameCollectionResponse(this, EventError(ex.what()))); @@ -799,7 +800,7 @@ namespace Robomongo reply(event->sender(), new DuplicateCollectionResponse(this, sourceCollection, event->newCollection())); } - catch (const mongo::DBException &ex) { + catch (const std::runtime_error &ex) { if (_connSettings->isReplicaSet()) { ReplicaSet const& replicaSetInfo = getReplicaSetInfo(true); if (replicaSetInfo.primary.empty()) { // primary not reachable @@ -823,7 +824,7 @@ namespace Robomongo client->done(); reply(event->sender(), new CopyCollectionToDiffServerResponse(this)); - } catch(const mongo::DBException &ex) { + } catch(const std::runtime_error &ex) { reply(event->sender(), new CopyCollectionToDiffServerResponse(this, EventError(ex.what()))); LOG_MSG(ex.what(), mongo::logger::LogSeverity::Error()); } @@ -837,7 +838,7 @@ namespace Robomongo client->done(); reply(event->sender(), new CreateUserResponse(this, event->user().name())); - } catch(const mongo::DBException &ex) { + } catch(const std::runtime_error &ex) { if (_connSettings->isReplicaSet()) { ReplicaSet const& replicaSetInfo = getReplicaSetInfo(true); if (replicaSetInfo.primary.empty()) { // primary not reachable @@ -862,7 +863,7 @@ namespace Robomongo client->done(); reply(event->sender(), new DropUserResponse(this, event->username())); - } catch(const mongo::DBException &ex) { + } catch(const std::runtime_error &ex) { if (_connSettings->isReplicaSet()) { ReplicaSet const& replicaSetInfo = getReplicaSetInfo(true); if (replicaSetInfo.primary.empty()) { // primary not reachable @@ -886,7 +887,7 @@ namespace Robomongo auto const cmd = "db.system.js.save(" + event->function().toBson().toString() + ')'; MongoShellExecResult const& result = _scriptEngine->exec(cmd, event->database()); if (result.error()) - throw mongo::DBException(result.errorMessage(), 0); + throw std::runtime_error(result.errorMessage()/*, 0*/); } else { boost::scoped_ptr client(getClient()); @@ -895,7 +896,7 @@ namespace Robomongo } reply(event->sender(), new CreateFunctionResponse(this, functionName)); - } catch(const mongo::DBException &ex) { + } catch(const std::runtime_error &ex) { if (_connSettings->isReplicaSet()) { ReplicaSet const& replicaSetInfo = getReplicaSetInfo(true); if (replicaSetInfo.primary.empty()) { // primary not reachable @@ -917,7 +918,7 @@ namespace Robomongo auto const cmd = "db.system.js.remove( { _id : \"" + event->functionName() + "\" } )"; MongoShellExecResult const& result = _scriptEngine->exec(cmd, event->database()); if (result.error()) - throw mongo::DBException(result.errorMessage(), 0); + throw std::runtime_error(result.errorMessage()/*, 0*/); } else { boost::scoped_ptr client(getClient()); @@ -927,7 +928,7 @@ namespace Robomongo reply(event->sender(), new DropFunctionResponse(this, event->functionName())); } - catch (const mongo::DBException &ex) { + catch (const std::runtime_error &ex) { if (_connSettings->isReplicaSet()) { ReplicaSet const& replicaSetInfo = getReplicaSetInfo(true); if (replicaSetInfo.primary.empty()) { // primary not reachable diff --git a/src/robomongo/gui/widgets/explorer/EditIndexDialog.cpp b/src/robomongo/gui/widgets/explorer/EditIndexDialog.cpp index f211a95c4..556da466e 100644 --- a/src/robomongo/gui/widgets/explorer/EditIndexDialog.cpp +++ b/src/robomongo/gui/widgets/explorer/EditIndexDialog.cpp @@ -34,7 +34,7 @@ namespace mongo::Robomongo::fromjson(text.toUtf8()); result = true; } - catch (const mongo::MsgAssertionException &) { + catch (const std::exception &) { } } return result; diff --git a/src/robomongo/shell/bson/json.cpp b/src/robomongo/shell/bson/json.cpp index 2c3b8755c..644ad8489 100644 --- a/src/robomongo/shell/bson/json.cpp +++ b/src/robomongo/shell/bson/json.cpp @@ -36,6 +36,7 @@ #include #include "mongo/base/parse_number.h" +#include "mongo/bson/json.h" #include "mongo/db/jsobj.h" #include "mongo/platform/decimal128.h" #include "mongo/platform/strtoll.h" @@ -1416,13 +1417,7 @@ bool JParse::isHexString(StringData str) const { bool JParse::isBase64String(StringData str) const { MONGO_JSON_DEBUG("str: " << str); - std::size_t i; - for (i = 0; i < str.size(); i++) { - if (!match(str[i], base64::chars)) { - return false; - } - } - return true; + return base64::validate(str); } bool JParse::isArray() { diff --git a/src/robomongo/shell/bson/json.h b/src/robomongo/shell/bson/json.h index b729d2811..bd6ba96f5 100644 --- a/src/robomongo/shell/bson/json.h +++ b/src/robomongo/shell/bson/json.h @@ -520,10 +520,9 @@ class JParse { }; //#ifdef ROBOMONGO - class ParseMsgAssertionException : public MsgAssertionException { + class ParseMsgAssertionException{ public: ParseMsgAssertionException(int c, const std::string& m, int offset, const std::string reason) : - MsgAssertionException( c , m ), _reason(reason), _offset(offset) {}