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:
parent
18b64f375c
commit
1ec7280663
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
2
brightray/vendor/libchromiumcontent
vendored
2
brightray/vendor/libchromiumcontent
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 04ccdd8d3c9938eeff3764f77c955ac08553c960
|
||||
Subproject commit 31efc77a0e71c7dfcf62010fed51ab4acf74fc01
|
Loading…
Reference in a new issue