From 50b4b63cc63be80e16be080f6b3976b011d03f9a Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 23 Sep 2018 22:44:58 +0200 Subject: [PATCH] Remove outdated zlib readme file for windows build --- ext/zlib/zlib_win32_howto.txt | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 ext/zlib/zlib_win32_howto.txt diff --git a/ext/zlib/zlib_win32_howto.txt b/ext/zlib/zlib_win32_howto.txt deleted file mode 100644 index 59ff3c4f4c..0000000000 --- a/ext/zlib/zlib_win32_howto.txt +++ /dev/null @@ -1,16 +0,0 @@ -Rules for building ZLIB ------------------------ - -The zlib project requires the following files: - -php_build\zlib\include\zlib.h -php_build\zlib\include\zconf.h -php_build\zlib\lib\zlibstat.lib - -php_build is a directory at the same level as php7. - -Start Visual Studio, load php_modules.dsw, select the ZLIB projects, and build -it. - - - \ No newline at end of file -- 2.50.1