From: Frank M. Kromann Date: Mon, 22 Dec 2003 23:30:20 +0000 (+0000) Subject: No need for these trick when linking with a correct cclient.lib X-Git-Tag: php_ibase_before_split~519 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3aad8267a8df034055132573401966be4cb6c59b;p=php No need for these trick when linking with a correct cclient.lib --- diff --git a/ext/imap/config.w32 b/ext/imap/config.w32 index 672ec7f168..48c002c4aa 100644 --- a/ext/imap/config.w32 +++ b/ext/imap/config.w32 @@ -14,11 +14,7 @@ if (PHP_IMAP == "yes") { EXTENSION("imap", "php_imap.c"); ADD_FLAG("CFLAGS_IMAP", "/D HAVE_IMAP2000=1"); - ADD_FLAG("LDFLAGS_IMAP", "/nodefaultlib:LIBCMT"); AC_DEFINE('HAVE_IMAP', 1, 'Have IMAP support', true); - if (!PHP_IMAP_SHARED) { - ADD_DEF_FILE("ext\\imap\\php_imap.def"); - } } else { WARNING("imap not enabled; libraries and headers not found"); } diff --git a/ext/imap/php_imap.def b/ext/imap/php_imap.def deleted file mode 100644 index 7e63cab194..0000000000 --- a/ext/imap/php_imap.def +++ /dev/null @@ -1,4 +0,0 @@ -EXPORTS - _pctype - __mb_cur_max - _daylight