No need for these trick when linking with a correct cclient.lib

This commit is contained in:
Frank M. Kromann 2003-12-22 23:30:20 +00:00
parent 68251516ad
commit 3aad8267a8
2 changed files with 0 additions and 8 deletions

View File

@ -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");
}

View File

@ -1,4 +0,0 @@
EXPORTS
_pctype
__mb_cur_max
_daylight