mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08:00
No need for these trick when linking with a correct cclient.lib
This commit is contained in:
parent
68251516ad
commit
3aad8267a8
@ -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");
|
||||
}
|
||||
|
@ -1,4 +0,0 @@
|
||||
EXPORTS
|
||||
_pctype
|
||||
__mb_cur_max
|
||||
_daylight
|
Loading…
Reference in New Issue
Block a user