summaryrefslogtreecommitdiff
path: root/ext/gd/config.w32
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/config.w32')
-rw-r--r--ext/gd/config.w323
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/gd/config.w32 b/ext/gd/config.w32
index 2127fc5dce..da6d0d2ff5 100644
--- a/ext/gd/config.w32
+++ b/ext/gd/config.w32
@@ -83,6 +83,9 @@ if (PHP_GD != "no") {
/D USE_GD_IOCTX \
/D MSWIN32 \
");
+ if (ICC_TOOLSET) {
+ ADD_FLAG("LDFLAGS_GD", "/nodefaultlib:libcmt");
+ }
PHP_INSTALL_HEADERS("", "ext/gd ext/gd/libgd" );
} else {