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
This commit is contained in:
Adam Roben
2013-05-22 11:16:56 -04:00
parent 18b64f375c
commit 1ec7280663
2 changed files with 3 additions and 3 deletions

View File

@@ -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

Submodule brightray/vendor/libchromiumcontent updated: 04ccdd8d3c...31efc77a0e