diff options
author | Frank M. Kromann <fmk@php.net> | 2003-12-22 23:30:20 +0000 |
---|---|---|
committer | Frank M. Kromann <fmk@php.net> | 2003-12-22 23:30:20 +0000 |
commit | 3aad8267a8df034055132573401966be4cb6c59b (patch) | |
tree | 53193b96ab67204adb45658f1006a516bb5e5c3e /ext/imap | |
parent | 68251516ad4822b308c9992b0810b6171d1314cd (diff) | |
download | php-git-3aad8267a8df034055132573401966be4cb6c59b.tar.gz |
No need for these trick when linking with a correct cclient.lib
Diffstat (limited to 'ext/imap')
-rw-r--r-- | ext/imap/config.w32 | 4 | ||||
-rw-r--r-- | ext/imap/php_imap.def | 4 |
2 files changed, 0 insertions, 8 deletions
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 |