libcurl build for Windows
Change-Id: Ie14613d36509b3f45220092c5c196b14fd4b0a10
This commit is contained in:
parent
d059b27a69
commit
224747db0b
|
@ -59,6 +59,9 @@
|
||||||
}],
|
}],
|
||||||
['OS == "win"', {
|
['OS == "win"', {
|
||||||
'direct_dependent_settings': {
|
'direct_dependent_settings': {
|
||||||
|
'defines': [
|
||||||
|
'CURL_DISABLE_LDAP',
|
||||||
|
],
|
||||||
'link_settings': {
|
'link_settings': {
|
||||||
'libraries': [
|
'libraries': [
|
||||||
'-lws2_32.lib',
|
'-lws2_32.lib',
|
||||||
|
@ -77,6 +80,17 @@
|
||||||
'CURL_STATICLIB',
|
'CURL_STATICLIB',
|
||||||
],
|
],
|
||||||
}],
|
}],
|
||||||
|
['OS == "win"', {
|
||||||
|
'sources': [
|
||||||
|
'source/lib/config-win32.h',
|
||||||
|
'source/lib/idn_win32.c',
|
||||||
|
'source/lib/system_win32.c',
|
||||||
|
'source/lib/system_win32.h',
|
||||||
|
],
|
||||||
|
'defines': [
|
||||||
|
'BUILDING_LIBCURL',
|
||||||
|
],
|
||||||
|
}],
|
||||||
],
|
],
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
'source/lib',
|
'source/lib',
|
||||||
|
|
Loading…
Reference in New Issue