Use __declspec(dllimport) for functions from chromiumcontent.dll
This commit is contained in:
parent
7b65fe4948
commit
4c0765b413
1 changed files with 8 additions and 3 deletions
|
@ -28,9 +28,6 @@
|
||||||
'win_release_InlineFunctionExpansion%': '2', # 1 = only __inline, 2 = max
|
'win_release_InlineFunctionExpansion%': '2', # 1 = only __inline, 2 = max
|
||||||
},
|
},
|
||||||
'target_defaults': {
|
'target_defaults': {
|
||||||
'defines': [
|
|
||||||
'NDEBUG',
|
|
||||||
],
|
|
||||||
'xcode_settings': {
|
'xcode_settings': {
|
||||||
'ALWAYS_SEARCH_USER_PATHS': 'NO',
|
'ALWAYS_SEARCH_USER_PATHS': 'NO',
|
||||||
'CLANG_CXX_LANGUAGE_STANDARD': 'gnu++11',
|
'CLANG_CXX_LANGUAGE_STANDARD': 'gnu++11',
|
||||||
|
@ -53,6 +50,14 @@
|
||||||
'configurations': {
|
'configurations': {
|
||||||
'Common_Base': {
|
'Common_Base': {
|
||||||
'abstract': 1,
|
'abstract': 1,
|
||||||
|
'defines': [
|
||||||
|
'COMPONENT_BUILD',
|
||||||
|
'GURL_DLL',
|
||||||
|
'SKIA_DLL',
|
||||||
|
'NDEBUG',
|
||||||
|
'USING_V8_SHARED',
|
||||||
|
'WEBKIT_DLL',
|
||||||
|
],
|
||||||
'msvs_configuration_attributes': {
|
'msvs_configuration_attributes': {
|
||||||
'OutputDirectory': '<(DEPTH)\\build\\$(ConfigurationName)',
|
'OutputDirectory': '<(DEPTH)\\build\\$(ConfigurationName)',
|
||||||
'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)',
|
'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)',
|
||||||
|
|
Loading…
Reference in a new issue