Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Use standard RuntimeLibrary configuration #210

Merged
merged 1 commit into from May 19, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 0 additions & 11 deletions chromiumcontent/chromiumcontent.gypi
Expand Up @@ -12,7 +12,6 @@
'mac_deployment_target': '10.8',
# Use the standard way of linking with msvc runtime.
'win_use_allocator_shim': 0,
'win_release_RuntimeLibrary': '2',
# The V8 libraries.
'v8_libraries': '["v8", "v8_snapshot", "v8_nosnapshot", "v8_external_snapshot", "v8_base", "v8_libbase", "v8_libplatform"]',
# The icu libraries.
Expand Down Expand Up @@ -120,16 +119,6 @@
'V8_SHARED',
'BUILDING_V8_SHARED',
],
# Override src/v8/build/toolchain.gypi's RuntimeLibrary setting.
'configurations': {
'Release': {
'msvs_settings': {
'VCCLCompilerTool': {
'RuntimeLibrary': '<(win_release_RuntimeLibrary)',
},
},
},
},
}],
['_target_name in ["gtk2ui"]', {
'type': 'static_library',
Expand Down