diff options
author | Kalle Sommer Nielsen <kalle@php.net> | 2015-03-29 07:54:18 +0200 |
---|---|---|
committer | Kalle Sommer Nielsen <kalle@php.net> | 2015-03-29 07:54:18 +0200 |
commit | 0ca8ffa2b8ae899d8a771af1250037a9f5e9698b (patch) | |
tree | 86f1a8827462d7e009fcf261295807828445556f /ext/fileinfo | |
parent | 60cbef19a2230a2861ddb61a2806c5a83a8d1e82 (diff) | |
download | php-git-0ca8ffa2b8ae899d8a771af1250037a9f5e9698b.tar.gz |
Forgot this one in the last commit, removes old VC support from ext/fileinfo
Diffstat (limited to 'ext/fileinfo')
-rw-r--r-- | ext/fileinfo/config.w32 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/fileinfo/config.w32 b/ext/fileinfo/config.w32 index 9a14921322..df9719033a 100644 --- a/ext/fileinfo/config.w32 +++ b/ext/fileinfo/config.w32 @@ -10,10 +10,6 @@ if (PHP_FILEINFO != 'no') { is_tar.c magic.c print.c \ readcdf.c softmagic.c"; - if (VCVERS < 1500) { - ADD_FLAG('CFLAGS', '/Zm1000'); - } - EXTENSION('fileinfo', 'fileinfo.c', true, "/I" + configure_module_dirname + "/libmagic /I" + configure_module_dirname); ADD_SOURCES(configure_module_dirname + '\\libmagic', LIBMAGIC_SOURCES, "fileinfo"); } |