xref: /PHP-5.5/ext/zlib/zlib_win32_howto.txt (revision f4983c0d)
1Rules for building ZLIB
2-----------------------
3
4The zlib project requires the folowing files:
5
6php_build\zlib\include\zlib.h
7php_build\zlib\include\zconf.h
8php_build\zlib\lib\zlibstat.lib
9
10php_build is a directory at the same level as php5.
11
12Start Visual Studio, load php_modules.dsw, select the ZLIB projects, and build
13it.
14
15
16