aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.w32
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2018-04-10 14:02:26 -0700
committerGravatar Mark D. Roth <roth@google.com>2018-04-10 14:02:26 -0700
commita63aa993e0f9b95176f83d52bc8220ba013f4338 (patch)
tree2d98aa0c9129275ac23d064d86edbce3a58f7383 /config.w32
parent99dbd7a975704135b0b4d20c43c57c6af90b7485 (diff)
parentee6e4dc784cf63bc53e4b19609c6f458fd4b535c (diff)
Merge remote-tracking branch 'upstream/master' into c++_subchannel_list
Diffstat (limited to 'config.w32')
-rw-r--r--config.w324
1 files changed, 3 insertions, 1 deletions
diff --git a/config.w32 b/config.w32
index 2c6516fe3a..f60a5b746d 100644
--- a/config.w32
+++ b/config.w32
@@ -636,11 +636,13 @@ if (PHP_GRPC != "no") {
EXTENSION("grpc", grpc_source, null,
"/DOPENSSL_NO_ASM /D_GNU_SOURCE /DWIN32_LEAN_AND_MEAN "+
"/D_HAS_EXCEPTIONS=0 /DNOMINMAX /DGRPC_ARES=0 /D_WIN32_WINNT=0x600 "+
+ "/DPB_FIELD_16BIT "+
"/I"+configure_module_dirname+" "+
"/I"+configure_module_dirname+"\\include "+
"/I"+configure_module_dirname+"\\src\\php\\ext\\grpc "+
"/I"+configure_module_dirname+"\\third_party\\boringssl\\include "+
- "/I"+configure_module_dirname+"\\third_party\\zlib");
+ "/I"+configure_module_dirname+"\\third_party\\zlib "+
+ "/I"+configure_module_dirname+"\\third_party\\address_sorting\\include");
base_dir = get_define('BUILD_DIR');
FSO.CreateFolder(base_dir+"\\ext");