diff options
author | Frank M. Kromann <fmk@php.net> | 2000-04-21 12:21:47 +0000 |
---|---|---|
committer | Frank M. Kromann <fmk@php.net> | 2000-04-21 12:21:47 +0000 |
commit | 91f1f7d3c347cdd876701ae30f00b983ef35662e (patch) | |
tree | 17859a5367237d7fda966e03c9fc5cd33d035296 /ext/zlib/zlib_win32_howto.txt | |
parent | b27718ff00d3c5c78d3c216add51b0d31e8b7fde (diff) | |
download | php-git-91f1f7d3c347cdd876701ae30f00b983ef35662e.tar.gz |
Adding a short WIN32_HOWTO and moving library and header files to php_build
Diffstat (limited to 'ext/zlib/zlib_win32_howto.txt')
-rw-r--r-- | ext/zlib/zlib_win32_howto.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ext/zlib/zlib_win32_howto.txt b/ext/zlib/zlib_win32_howto.txt new file mode 100644 index 0000000000..72e767ac5e --- /dev/null +++ b/ext/zlib/zlib_win32_howto.txt @@ -0,0 +1,16 @@ +Rules for building ZLIB +----------------------- + +The zlib project requires the folowing 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 php4. + +Start Visual Studio, load php_modules.dsw, select the ZLIB projects, and build +it. + + +
\ No newline at end of file |