From 1ec7280663cd2db472ae007f0fbcc072e7b6aeef Mon Sep 17 00:00:00 2001 From: Adam Roben Date: Wed, 22 May 2013 11:16:56 -0400 Subject: [PATCH] Link against the DLL version of the CRT * vendor/libchromiumcontent 04ccdd8...31efc77 (3): > Use the DLL version of the CRT > Generate libchromiumcontent-symbols.zip on Windows > Fix exporting of WebKit symbols --- brightray/brightray.gypi | 4 ++-- brightray/vendor/libchromiumcontent | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/brightray/brightray.gypi b/brightray/brightray.gypi index e443dde45a..3f426666d9 100644 --- a/brightray/brightray.gypi +++ b/brightray/brightray.gypi @@ -8,8 +8,8 @@ 'mac_deployment_target%': '10.8', 'mac_sdkroot%': 'macosx', - 'win_release_RuntimeLibrary%': '0', # /MT (nondebug static) - 'win_debug_RuntimeLibrary%': '1', # /MTd (debug static) + 'win_release_RuntimeLibrary%': '2', # /MD (nondebug DLL) + 'win_debug_RuntimeLibrary%': '3', # /MTd (debug DLL) # See http://msdn.microsoft.com/en-us/library/aa652360(VS.71).aspx 'win_release_Optimization%': '2', # 2 = /Os diff --git a/brightray/vendor/libchromiumcontent b/brightray/vendor/libchromiumcontent index 04ccdd8d3c..31efc77a0e 160000 --- a/brightray/vendor/libchromiumcontent +++ b/brightray/vendor/libchromiumcontent @@ -1 +1 @@ -Subproject commit 04ccdd8d3c9938eeff3764f77c955ac08553c960 +Subproject commit 31efc77a0e71c7dfcf62010fed51ab4acf74fc01