mirror of
https://github.com/electron/electron.git
synced 2026-01-28 16:58:21 -05:00
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:
@@ -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
Submodule brightray/vendor/libchromiumcontent updated: 04ccdd8d3c...31efc77a0e
Reference in New Issue
Block a user